summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormdodd <mdodd@FreeBSD.org>2000-01-13 07:01:13 +0000
committermdodd <mdodd@FreeBSD.org>2000-01-13 07:01:13 +0000
commit93d3303e02611de4dd3ea6d2ed1b44f55f354b03 (patch)
tree869c2d090d08f99d404ecfea2b049fb298dd5b91 /sys
parentf9ebb14ac6f35f0c0fe5ee311fb92d0e8775add8 (diff)
downloadFreeBSD-src-93d3303e02611de4dd3ea6d2ed1b44f55f354b03.zip
FreeBSD-src-93d3303e02611de4dd3ea6d2ed1b44f55f354b03.tar.gz
Remove the 'at isa? ...' bits for ex0.
Remove the confusing text about pccard and unit numbers for ep0.
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/conf/GENERIC4
-rw-r--r--sys/conf/NOTES2
-rw-r--r--sys/i386/conf/GENERIC4
-rw-r--r--sys/i386/conf/LINT2
-rw-r--r--sys/i386/conf/NEWCARD4
-rw-r--r--sys/i386/conf/NOTES2
-rw-r--r--sys/i386/conf/PCCARD4
7 files changed, 7 insertions, 15 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 721b570..ee6713e 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -174,9 +174,7 @@ device xl0 # 3Com 3c90x (``Boomerang'', ``Cyclone'')
# ISA Ethernet NICs.
device ed0 at isa? port 0x280 irq 10 iomem 0xd8000
-device ex0 at isa? port? irq?
-# NOTE: This removes the isa attachment so that the pccard unit numbers
-# come out right.
+device ex0
device ep0
# WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really
# exists only as a PCMCIA device, so there is no ISA attatement needed
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 432483b..a651ccb 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1271,7 +1271,7 @@ 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
device ep0
-device ex0 at isa? port? irq?
+device ex0
device fe0 at isa? port 0x300 irq ?
device ie0 at isa? port 0x300 irq 5 iomem 0xd0000
device ie1 at isa? port 0x360 irq 7 iomem 0xd0000
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 721b570..ee6713e 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -174,9 +174,7 @@ device xl0 # 3Com 3c90x (``Boomerang'', ``Cyclone'')
# ISA Ethernet NICs.
device ed0 at isa? port 0x280 irq 10 iomem 0xd8000
-device ex0 at isa? port? irq?
-# NOTE: This removes the isa attachment so that the pccard unit numbers
-# come out right.
+device ex0
device ep0
# WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really
# exists only as a PCMCIA device, so there is no ISA attatement needed
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 432483b..a651ccb 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -1271,7 +1271,7 @@ 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
device ep0
-device ex0 at isa? port? irq?
+device ex0
device fe0 at isa? port 0x300 irq ?
device ie0 at isa? port 0x300 irq 5 iomem 0xd0000
device ie1 at isa? port 0x360 irq 7 iomem 0xd0000
diff --git a/sys/i386/conf/NEWCARD b/sys/i386/conf/NEWCARD
index e2d0763..557874d 100644
--- a/sys/i386/conf/NEWCARD
+++ b/sys/i386/conf/NEWCARD
@@ -182,9 +182,7 @@ device xl0 # 3Com 3c90x (``Boomerang'', ``Cyclone'')
# ISA Ethernet NICs.
device ed0 at isa? port 0x280 irq 10 iomem 0xd8000
-device ex0 at isa? port? irq?
-# NOTE: This removes the isa attachment so that the pccard unit numbers
-# come out right.
+device ex0
device ep0
# WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really
# exists only as a PCMCIA device, so there is no ISA attatement needed
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 432483b..a651ccb 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -1271,7 +1271,7 @@ 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
device ep0
-device ex0 at isa? port? irq?
+device ex0
device fe0 at isa? port 0x300 irq ?
device ie0 at isa? port 0x300 irq 5 iomem 0xd0000
device ie1 at isa? port 0x360 irq 7 iomem 0xd0000
diff --git a/sys/i386/conf/PCCARD b/sys/i386/conf/PCCARD
index 35e6116..8cdfe37 100644
--- a/sys/i386/conf/PCCARD
+++ b/sys/i386/conf/PCCARD
@@ -174,9 +174,7 @@ device xl0 # 3Com 3c90x (``Boomerang'', ``Cyclone'')
# ISA Ethernet NICs.
device ed0 at isa? port 0x280 irq 10 iomem 0xd8000
-device ex0 at isa? port? irq?
-# NOTE: This removes the isa attachment so that the pccard unit numbers
-# come out right.
+device ex0
device ep0
# WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really
# exists only as a PCMCIA device, so there is no ISA attatement needed
OpenPOWER on IntegriCloud