git: 08a9d7ffe89b - stable/13 - Add the extres pseudo devices to some kernels.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 17 May 2022 21:15:55 UTC
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