Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Mar 2023 04:17:52 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: 2daa63d80d2e - stable/12 - mips: Add device random to two kernel configs.
Message-ID:  <202303230417.32N4HqDm076985@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by jhb:

URL: https://cgit.FreeBSD.org/src/commit/?id=2daa63d80d2e2f27e1649324f7eaf5658ad1ea7d

commit 2daa63d80d2e2f27e1649324f7eaf5658ad1ea7d
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2023-03-23 04:17:03 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2023-03-23 04:17:03 +0000

    mips: Add device random to two kernel configs.
    
    Otherwise these kernels fail to link.  This is a direct commit to
    stable/12 as device random isn't optional in 13.0 and later.
---
 sys/mips/conf/PB92    | 2 +-
 sys/mips/conf/SENTRY5 | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys/mips/conf/PB92 b/sys/mips/conf/PB92
index d399874a4709..ab408c23cbbc 100644
--- a/sys/mips/conf/PB92
+++ b/sys/mips/conf/PB92
@@ -134,5 +134,5 @@ device		loop
 device		ether
 #device		md
 #device		bpf
-#device		random
+device		random
 #device		if_bridge
diff --git a/sys/mips/conf/SENTRY5 b/sys/mips/conf/SENTRY5
index 08d7c4b661e5..0e094bf33b3f 100644
--- a/sys/mips/conf/SENTRY5
+++ b/sys/mips/conf/SENTRY5
@@ -89,3 +89,4 @@ device		uart
 device		loop
 device		ether
 device		md
+device		random



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303230417.32N4HqDm076985>