summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authormdodd <mdodd@FreeBSD.org>2003-03-29 13:36:41 +0000
committermdodd <mdodd@FreeBSD.org>2003-03-29 13:36:41 +0000
commitededebc1a4663fdc2452865586200d45a8fef1fe (patch)
treed4414c2e03011651886d8255ba82bb7d6f7f893c /sys/i386/conf
parent2e756697baa6efb267ada7ae2beb9d60e2614632 (diff)
downloadFreeBSD-src-ededebc1a4663fdc2452865586200d45a8fef1fe.zip
FreeBSD-src-ededebc1a4663fdc2452865586200d45a8fef1fe.tar.gz
- Move driver to newbus.
- Provide identify methods for EtherExpress and 3c507 cards; this means these cards no longer need wired configs. - Provide a detach method.
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/GENERIC1
-rw-r--r--sys/i386/conf/NOTES14
2 files changed, 6 insertions, 9 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index fbb0689..730261b 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -206,6 +206,7 @@ device ed # NE[12]000, SMC Ultra, 3c503, DS8390 cards
device ex # Intel EtherExpress Pro/10 and Pro/10+
device ep # Etherlink III based cards
device fe # Fujitsu MB8696x based cards
+device ie # EtherExpress 8/16, 3C507, StarLAN 10 etc.
device lnc # NE2100, NE32-VL Lance Ethernet cards
device sn # SMC's 9000 series of ethernet chips
device xe # Xircom pccard ethernet
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 856b3ed..46bebdd 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -505,15 +505,11 @@ device el 1
hint.el.0.at="isa"
hint.el.0.port="0x300"
hint.el.0.irq="9"
-device ie 2
-hint.ie.0.at="isa"
-hint.ie.0.port="0x300"
-hint.ie.0.irq="5"
-hint.ie.0.maddr="0xd0000"
-hint.ie.1.at="isa"
-hint.ie.1.port="0x360"
-hint.ie.1.irq="7"
-hint.ie.1.maddr="0xd0000"
+device ie # Hints only required for Starlan
+hint.ie.2.at="isa"
+hint.ie.2.port="0x300"
+hint.ie.2.irq="5"
+hint.ie.2.maddr="0xd0000"
device le 1
hint.le.0.at="isa"
hint.le.0.port="0x300"
OpenPOWER on IntegriCloud