Skip to content

Commit

Permalink
ofw(4): Add my copyright and additional history for ofw_reg_to_paddr()
Browse files Browse the repository at this point in the history
The ofw_reg_to_paddr() in this file is the powerpc OF_decode_addr()
formerly added in 8124034. However,
the latter function in turn was based on the sparc64 counterpart I
previously added in 2b2250b.
  • Loading branch information
sparcplug committed Jul 26, 2023
1 parent 8a03087 commit 29fe5ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sys/dev/ofw/ofw_subr.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/*-
* Copyright (c) 2005 by Marius Strobl <[email protected]>
* Copyright (c) 2015 Ian Lepore <[email protected]>
* All rights reserved.
*
Expand Down Expand Up @@ -26,6 +27,8 @@
* 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
* 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>
Expand Down

0 comments on commit 29fe5ef

Please sign in to comment.