Date: Tue, 17 May 2022 21:15:55 GMT From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 08a9d7ffe89b - stable/13 - Add the extres pseudo devices to some kernels. Message-ID: <202205172115.24HLFtJY021952@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=08a9d7ffe89b513ca8444a62c30e2efc4f03ece6 commit 08a9d7ffe89b513ca8444a62c30e2efc4f03ece6 Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2022-05-17 21:15:44 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2022-05-17 21:15:44 +0000 Add the extres pseudo devices to some kernels. This is a direct commit to stable/13 as these kernel configs are not present in main. --- sys/arm/conf/VERSATILEPB | 7 +++++++ sys/mips/conf/std.XLP | 2 ++ 2 files changed, 9 insertions(+) diff --git a/sys/arm/conf/VERSATILEPB b/sys/arm/conf/VERSATILEPB index 3312f6d4f9e8..2cfc22786175 100644 --- a/sys/arm/conf/VERSATILEPB +++ b/sys/arm/conf/VERSATILEPB @@ -45,6 +45,13 @@ device uart device pl011 device pl190 +# pseudo devices +device clk +device phy +device hwreset +device nvmem +device syscon + device pty device snp diff --git a/sys/mips/conf/std.XLP b/sys/mips/conf/std.XLP index 8d8cfb693a70..8c4d13083a54 100644 --- a/sys/mips/conf/std.XLP +++ b/sys/mips/conf/std.XLP @@ -59,6 +59,8 @@ options ALT_BREAK_TO_DEBUGGER device xz options GEOM_UZIP +device clk + # Device tree options FDT options FDT_DTB_STATIC
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205172115.24HLFtJY021952>