aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ofw
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2023-07-26 07:38:53 +0000
committerMarius Strobl <marius@FreeBSD.org>2023-07-26 11:14:22 +0000
commit29fe5efc8aad3b283f2f53f24dc8ee3f3d0d6a58 (patch)
treed421cb45e18abbe3c0e5ac5e4d2b9156a1b54d88 /sys/dev/ofw
parent8a0308722372a3ac6a94967ae4fe3123842309e2 (diff)
Diffstat (limited to 'sys/dev/ofw')
-rw-r--r--sys/dev/ofw/ofw_subr.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/ofw/ofw_subr.c b/sys/dev/ofw/ofw_subr.c
index ec69e203dafd..c50ae056d022 100644
--- a/sys/dev/ofw/ofw_subr.c
+++ b/sys/dev/ofw/ofw_subr.c
@@ -1,4 +1,5 @@
/*-
+ * Copyright (c) 2005 by Marius Strobl <marius@FreeBSD.org>
* Copyright (c) 2015 Ian Lepore <ian@freebsd.org>
* All rights reserved.
*
@@ -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>