diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2002-11-06 22:03:53 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2002-11-06 22:03:53 +0000 |
| commit | b76c5a11e5089ea14dfc16305818db7af88ec7ec (patch) | |
| tree | b8803a06f737c9271adfbef1bbb87c4bac49c455 | |
| parent | b180bb16847b67f1d3b3d0ebb226a0e60874eb08 (diff) | |
Notes
| -rw-r--r-- | sys/conf/NOTES | 9 | ||||
| -rw-r--r-- | sys/i386/conf/NOTES | 9 | ||||
| -rw-r--r-- | sys/modules/Makefile | 2 |
3 files changed, 10 insertions, 10 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index a37cab138ad33..6edb878efca2a 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1487,9 +1487,6 @@ device miibus # LinkSys LNE100TX, LNE100TX V2.0, Jaton XpressNet, Alfa Inc GFC2204, # KNE110TX. # de: Digital Equipment DC21040 -# ed: Western Digital and SMC 80xx; Novell NE1000 and NE2000; 3Com 3C503 -# HP PC Lan+, various PC Card devices (refer to etc/defauls/pccard.conf) -# (requires miibus) # em: Intel Pro/1000 Gigabit Ethernet 82542, 82543, 82544 based adapters. # ep: 3Com 3C509, 3C529, 3C556, 3C562D, 3C563D, 3C572, 3C574X, 3C579, 3C589 # and PC Card devices using these chipsets. @@ -1584,12 +1581,6 @@ hint.cm.0.maddr="0xdc000" device cs hint.cs.0.at="isa" hint.cs.0.port="0x300" -device ed -#options ED_NO_MIIBUS # Disable ed miibus support -hint.ed.0.at="isa" -hint.ed.0.port="0x280" -hint.ed.0.irq="5" -hint.ed.0.maddr="0xd8000" device ep device ex device fe diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index c93b281b541ac..6a7c4e694f742 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -446,6 +446,9 @@ hint.mse.0.irq="5" # ar: Arnet SYNC/570i hdlc sync 2/4 port V.35/X.21 serial driver # (requires sppp) # cx: Cronyx/Sigma multiport sync/async (with Cisco or PPP framing) +# ed: Western Digital and SMC 80xx; Novell NE1000 and NE2000; 3Com 3C503 +# HP PC Lan+, various PC Card devices (refer to etc/defauls/pccard.conf) +# (requires miibus) # el: 3Com 3C501 (slow!) # ie: AT&T StarLAN 10 and EN100; 3Com 3C507; unknown NI5210; # Intel EtherExpress @@ -471,6 +474,12 @@ hint.cx.0.at="isa" hint.cx.0.port="0x240" hint.cx.0.irq="15" hint.cx.0.drq="7" +device ed +#options ED_NO_MIIBUS # Disable ed miibus support +hint.ed.0.at="isa" +hint.ed.0.port="0x280" +hint.ed.0.irq="5" +hint.ed.0.maddr="0xd8000" device el 1 hint.el.0.at="isa" hint.el.0.port="0x300" diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 4cb2192926f0e..13be105426930 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -35,7 +35,6 @@ SUBDIR= 3dfx \ de \ digi \ dummynet \ - ed \ fdc \ fdescfs \ firewire \ @@ -169,6 +168,7 @@ SUBDIR+=aac \ cm \ coff \ drm \ + ed \ el \ em \ ep \ |
