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
This commit is contained in:
Warner Losh 2021-12-09 17:41:39 -07:00
parent 96e500a3f9
commit 21e22be91a
3 changed files with 0 additions and 11 deletions

View File

@ -307,9 +307,6 @@ device cpufreq
# Requires the miibus 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.

View File

@ -732,11 +732,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

View File

@ -513,9 +513,6 @@ device bxe # Broadcom NetXtreme II BCM5771X/BCM578XX 10GbE
device ce
envvar hint.cs.0.at="isa"
envvar hint.cs.0.port="0x300"
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"