git: ee30e4458c96 - stable/13 - ed: Remove options
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 22 Feb 2022 18:45:27 UTC
The branch stable/13 has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=ee30e4458c960edebbb9a2ca1d9b1378a670f8e4
commit ee30e4458c960edebbb9a2ca1d9b1378a670f8e4
Author: Warner Losh <imp@FreeBSD.org>
AuthorDate: 2021-12-10 00:41:39 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2022-02-22 18:44:56 +0000
ed: Remove options
ed(4) was removed some time ago, but these options relevant to only it
weren't GC'd at the time. Remove them.
Sponsored by: Netflix
(cherry picked from commit 21e22be91aa0d77723f761b014a06f80e25e6291)
---
sys/amd64/conf/NOTES | 3 ---
sys/conf/options | 5 -----
sys/i386/conf/NOTES | 3 ---
3 files changed, 11 deletions(-)
diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES
index e24b4c988056..bf75a0eb4184 100644
--- a/sys/amd64/conf/NOTES
+++ b/sys/amd64/conf/NOTES
@@ -312,9 +312,6 @@ device cpufreq
# Requires the wpi firmware module
device bxe # Broadcom NetXtreme II BCM5771X/BCM578XX 10GbE
-options ED_3C503
-options ED_HPP
-options ED_SIC
device igc # Intel I225 2.5G Ethernet
device ipw # Intel 2100 wireless NICs.
device iwi # Intel 2200BG/2225BG/2915ABG wireless NICs.
diff --git a/sys/conf/options b/sys/conf/options
index 78377086315b..e3154dfd4679 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -727,11 +727,6 @@ DEV_PFSYNC opt_pf.h
DEV_SPLASH opt_splash.h
DEV_VLAN opt_vlan.h
-# ed driver
-ED_HPP opt_ed.h
-ED_3C503 opt_ed.h
-ED_SIC opt_ed.h
-
# bce driver
BCE_DEBUG opt_bce.h
BCE_NVRAM_WRITE_SUPPORT opt_bce.h
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 0cbac313bf6f..8e56e2259e7c 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -526,9 +526,6 @@ device cp
envvar hint.cs.0.at="isa"
envvar hint.cs.0.port="0x300"
#options NETGRAPH_CRONYX # Enable NETGRAPH support for Cronyx adapter(s)
-options ED_3C503
-options ED_HPP
-options ED_SIC
envvar hint.ed.0.at="isa"
envvar hint.ed.0.port="0x280"
envvar hint.ed.0.irq="5"