ofw(4): Add my copyright and additional history for ofw_reg_to_paddr()
The ofw_reg_to_paddr() in this file is the powerpc OF_decode_addr() formerly added in812403402e. However, the latter function in turn was based on the sparc64 counterpart I previously added in2b2250b149.
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
/*-
|
/*-
|
||||||
|
* Copyright (c) 2005 by Marius Strobl <marius@FreeBSD.org>
|
||||||
* Copyright (c) 2015 Ian Lepore <ian@freebsd.org>
|
* Copyright (c) 2015 Ian Lepore <ian@freebsd.org>
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
@@ -26,6 +27,8 @@
|
|||||||
* The initial ofw_reg_to_paddr() implementation has been copied from powerpc
|
* The initial ofw_reg_to_paddr() implementation has been copied from powerpc
|
||||||
* ofw_machdep.c OF_decode_addr(). It was added by Marcel Moolenaar, who did not
|
* ofw_machdep.c OF_decode_addr(). It was added by Marcel Moolenaar, who did not
|
||||||
* assert copyright with the addition but still deserves credit for the work.
|
* assert copyright with the addition but still deserves credit for the work.
|
||||||
|
* The powerpc OF_decode_addr() in turn was based on the sparc64 counterpart
|
||||||
|
* written by Marius Strobl.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user