The branch main has been updated by manu:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=90288dcb4c16e008e45f840a39f5c5182586bab0

commit 90288dcb4c16e008e45f840a39f5c5182586bab0
Author:     Emmanuel Vadot <[email protected]>
AuthorDate: 2022-01-11 10:10:07 +0000
Commit:     Emmanuel Vadot <[email protected]>
CommitDate: 2022-02-21 16:29:09 +0000

    arm64: conf: Remove options EXT_RESOURCES
    
    It is now unused in kernel code.
    
    MFC after:      1 month
    Differential Revision:  https://reviews.freebsd.org/D33836
---
 sys/arm64/conf/NOTES   | 3 ---
 sys/arm64/conf/std.dev | 3 ---
 2 files changed, 6 deletions(-)

diff --git a/sys/arm64/conf/NOTES b/sys/arm64/conf/NOTES
index 8036784370c5..6f8245796036 100644
--- a/sys/arm64/conf/NOTES
+++ b/sys/arm64/conf/NOTES
@@ -182,9 +182,6 @@ device              aw_cir
 
 # Pseudo devices.
 options        EFIRT           # EFI Runtime Services
-
-# EXT_RESOURCES pseudo devices
-options        EXT_RESOURCES
 device         clk
 device         phy
 device         hwreset
diff --git a/sys/arm64/conf/std.dev b/sys/arm64/conf/std.dev
index f4c393e77839..6ef7358e5e85 100644
--- a/sys/arm64/conf/std.dev
+++ b/sys/arm64/conf/std.dev
@@ -59,9 +59,6 @@ device                tuntap                  # Packet tunnel.
 device         md                      # Memory "disks"
 device         gif                     # IPv6 and IPv4 tunneling
 device         firmware                # firmware assist module
-
-# EXT_RESOURCES pseudo devices
-options        EXT_RESOURCES
 device         clk
 device         phy
 device         hwreset

Reply via email to