summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormdodd <mdodd@FreeBSD.org>1999-10-27 06:30:10 +0000
committermdodd <mdodd@FreeBSD.org>1999-10-27 06:30:10 +0000
commit55b88837b6495b32575279194a9dd9d508780aa9 (patch)
tree91e0c93f9e9e5f66c06a464bb7761a8520bfed49
parent5b7d331b4dc9d7b8fd701fbb5328ef1b7fcd5dfb (diff)
downloadFreeBSD-src-55b88837b6495b32575279194a9dd9d508780aa9.zip
FreeBSD-src-55b88837b6495b32575279194a9dd9d508780aa9.tar.gz
Modify the entries regarding the 'ep' driver to take into account
my recent changes to that driver.
-rw-r--r--sys/amd64/conf/GENERIC9
-rw-r--r--sys/conf/NOTES5
-rw-r--r--sys/i386/conf/GENERIC9
-rw-r--r--sys/i386/conf/LINT5
-rw-r--r--sys/i386/conf/NOTES5
5 files changed, 12 insertions, 21 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 356abb0..729cd97 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -180,14 +180,11 @@ device wb0 # Winbond W89C840F
device xl0 # 3Com 3c90x (``Boomerang'', ``Cyclone'')
# ISA Ethernet NICs.
-# The probe order of these is presently determined by i386/isa/isa_compat.c.
device ed0 at isa? port 0x280 irq 10 iomem 0xd8000
-device ie0 at isa? port 0x300 irq 10 iomem 0xd0000
-# NOTE: if you configure ep0 for pccard, use
-# device ep0
-# instead.
-device ep0 at isa? port 0x300 irq 10
device ex0 at isa? port? irq?
+device ep0
+# The probe order of these is presently determined by i386/isa/isa_compat.c.
+device ie0 at isa? port 0x300 irq 10 iomem 0xd0000
device fe0 at isa? port 0x300 irq ?
device le0 at isa? port 0x300 irq 5 iomem 0xd0000
device lnc0 at isa? port 0x280 irq 10 drq 0
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 765ee6f..cb70c01 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1233,7 +1233,7 @@ options EXTRA_SIO=2 #number of extra sio ports to allocate
# cx: Cronyx/Sigma multiport sync/async (with Cisco or PPP framing)
# ed: Western Digital and SMC 80xx; Novell NE1000 and NE2000; 3Com 3C503
# el: 3Com 3C501 (slow!)
-# ep: 3Com 3C509 (buggy)
+# ep: 3Com 3C509
# ex: Intel EtherExpress Pro/10 and other i82595-based adapters
# fe: Fujitsu MB86960A/MB86965A Ethernet
# ie: AT&T StarLAN 10 and EN100; 3Com 3C507; unknown NI5210; Intel EtherExpress
@@ -1259,8 +1259,7 @@ device cs0 at isa? port 0x300 irq ?
device cx0 at isa? port 0x240 irq 15 drq 7
device ed0 at isa? port 0x280 irq 5 iomem 0xd8000
device el0 at isa? port 0x300 irq 9
-# for pccard support of ep0, omit all after at in following line.
-device ep0 at isa? port 0x300 irq 10
+device ep0
device ex0 at isa? port? irq?
device fe0 at isa? port 0x300 irq ?
device ie0 at isa? port 0x300 irq 5 iomem 0xd0000
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 356abb0..729cd97 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -180,14 +180,11 @@ device wb0 # Winbond W89C840F
device xl0 # 3Com 3c90x (``Boomerang'', ``Cyclone'')
# ISA Ethernet NICs.
-# The probe order of these is presently determined by i386/isa/isa_compat.c.
device ed0 at isa? port 0x280 irq 10 iomem 0xd8000
-device ie0 at isa? port 0x300 irq 10 iomem 0xd0000
-# NOTE: if you configure ep0 for pccard, use
-# device ep0
-# instead.
-device ep0 at isa? port 0x300 irq 10
device ex0 at isa? port? irq?
+device ep0
+# The probe order of these is presently determined by i386/isa/isa_compat.c.
+device ie0 at isa? port 0x300 irq 10 iomem 0xd0000
device fe0 at isa? port 0x300 irq ?
device le0 at isa? port 0x300 irq 5 iomem 0xd0000
device lnc0 at isa? port 0x280 irq 10 drq 0
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 765ee6f..cb70c01 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -1233,7 +1233,7 @@ options EXTRA_SIO=2 #number of extra sio ports to allocate
# cx: Cronyx/Sigma multiport sync/async (with Cisco or PPP framing)
# ed: Western Digital and SMC 80xx; Novell NE1000 and NE2000; 3Com 3C503
# el: 3Com 3C501 (slow!)
-# ep: 3Com 3C509 (buggy)
+# ep: 3Com 3C509
# ex: Intel EtherExpress Pro/10 and other i82595-based adapters
# fe: Fujitsu MB86960A/MB86965A Ethernet
# ie: AT&T StarLAN 10 and EN100; 3Com 3C507; unknown NI5210; Intel EtherExpress
@@ -1259,8 +1259,7 @@ device cs0 at isa? port 0x300 irq ?
device cx0 at isa? port 0x240 irq 15 drq 7
device ed0 at isa? port 0x280 irq 5 iomem 0xd8000
device el0 at isa? port 0x300 irq 9
-# for pccard support of ep0, omit all after at in following line.
-device ep0 at isa? port 0x300 irq 10
+device ep0
device ex0 at isa? port? irq?
device fe0 at isa? port 0x300 irq ?
device ie0 at isa? port 0x300 irq 5 iomem 0xd0000
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 765ee6f..cb70c01 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -1233,7 +1233,7 @@ options EXTRA_SIO=2 #number of extra sio ports to allocate
# cx: Cronyx/Sigma multiport sync/async (with Cisco or PPP framing)
# ed: Western Digital and SMC 80xx; Novell NE1000 and NE2000; 3Com 3C503
# el: 3Com 3C501 (slow!)
-# ep: 3Com 3C509 (buggy)
+# ep: 3Com 3C509
# ex: Intel EtherExpress Pro/10 and other i82595-based adapters
# fe: Fujitsu MB86960A/MB86965A Ethernet
# ie: AT&T StarLAN 10 and EN100; 3Com 3C507; unknown NI5210; Intel EtherExpress
@@ -1259,8 +1259,7 @@ device cs0 at isa? port 0x300 irq ?
device cx0 at isa? port 0x240 irq 15 drq 7
device ed0 at isa? port 0x280 irq 5 iomem 0xd8000
device el0 at isa? port 0x300 irq 9
-# for pccard support of ep0, omit all after at in following line.
-device ep0 at isa? port 0x300 irq 10
+device ep0
device ex0 at isa? port? irq?
device fe0 at isa? port 0x300 irq ?
device ie0 at isa? port 0x300 irq 5 iomem 0xd0000
OpenPOWER on IntegriCloud