Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Feb 2022 16:30:03 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 092a42a6a3ae - main - riscv: conf: Remove options EXT_RESOURCES
Message-ID:  <202202211630.21LGU3Po010830@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by manu:

URL: https://cgit.FreeBSD.org/src/commit/?id=092a42a6a3ae643f7d495333cbd1de8683c45b8f

commit 092a42a6a3ae643f7d495333cbd1de8683c45b8f
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2022-01-11 10:12:40 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2022-02-21 16:29:13 +0000

    riscv: conf: Remove options EXT_RESOURCES
    
    It is now unused in kernel code.
    
    Reviewed by:    mhorne
    MFC after:      1 month
    Differential Revision:  https://reviews.freebsd.org/D33838
---
 sys/riscv/conf/GENERIC | 3 +--
 sys/riscv/conf/NOTES   | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/sys/riscv/conf/GENERIC b/sys/riscv/conf/GENERIC
index 96e0c43a733c..877427c07abb 100644
--- a/sys/riscv/conf/GENERIC
+++ b/sys/riscv/conf/GENERIC
@@ -81,8 +81,7 @@ options 	INTRNG
 # RISC-V SBI console
 device		rcons
 
-# EXT_RESOURCES pseudo devices
-options 	EXT_RESOURCES
+# pseudo devices
 device		clk
 device		hwreset
 device		syscon
diff --git a/sys/riscv/conf/NOTES b/sys/riscv/conf/NOTES
index 01ae4c672ec6..3beff0129e58 100644
--- a/sys/riscv/conf/NOTES
+++ b/sys/riscv/conf/NOTES
@@ -23,8 +23,7 @@ options 	INTRNG			# Include INTRNG framework
 # RISC-V SBI console
 device		rcons
 
-# EXT_RESOURCES pseudo devices
-options 	EXT_RESOURCES
+# pseudo devices
 device		clk
 device		hwreset
 device		phy



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