Date: Sun, 6 Aug 2023 20:36:27 GMT From: Marius Strobl <marius@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 0dac0289c775 - stable/13 - ofw(4): Add my copyright and additional history for ofw_reg_to_paddr() Message-ID: <202308062036.376KaRuv042671@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by marius: URL: https://cgit.FreeBSD.org/src/commit/?id=0dac0289c77505f48cafaee6537b59f343c2f4ce commit 0dac0289c77505f48cafaee6537b59f343c2f4ce Author: Marius Strobl <marius@FreeBSD.org> AuthorDate: 2023-07-26 07:38:53 +0000 Commit: Marius Strobl <marius@FreeBSD.org> CommitDate: 2023-08-06 17:21:40 +0000 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 in 812403402e0bc2165c03e37c6f657c7405f95c15. However, the latter function in turn was based on the sparc64 counterpart I previously added in 2b2250b149706f492dd615a518aa669e39b78d0a. (cherry picked from commit 29fe5efc8aad3b283f2f53f24dc8ee3f3d0d6a58) --- sys/dev/ofw/ofw_subr.c | 3 +++ 1 file changed, 3 insertions(+) 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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308062036.376KaRuv042671>