summaryrefslogtreecommitdiffstats
path: root/sys/alpha
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1999-12-04 17:41:31 +0000
committerwpaul <wpaul@FreeBSD.org>1999-12-04 17:41:31 +0000
commitcdd3a692fef117748428ae5f3c1c4991493348a0 (patch)
treec7c9beca143450e4c9418057e32fb311cb40b041 /sys/alpha
parent46e40e0c76b9170a8c1a4d7d1236f62a00b8fc19 (diff)
downloadFreeBSD-src-cdd3a692fef117748428ae5f3c1c4991493348a0.zip
FreeBSD-src-cdd3a692fef117748428ae5f3c1c4991493348a0.tar.gz
Add the if_dc driver and remove all of the al, ax, dm, pn and mx drivers
which it replaces. The new driver supports all of the chips supported by the ones it replaces, as well as many DEC/Intel 21143 10/100 cards. This also completes my quest to convert things to miibus and add Alpha support.
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/conf/GENERIC6
-rw-r--r--sys/alpha/conf/NOTES6
2 files changed, 2 insertions, 10 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC
index 785ff00..fc9c4be 100644
--- a/sys/alpha/conf/GENERIC
+++ b/sys/alpha/conf/GENERIC
@@ -114,17 +114,13 @@ device sio0 at isa0 port IO_COM1 irq 4
device sio1 at isa0 port IO_COM2 irq 3 flags 0x50
# PCI Ethernet NICs.
-device ax0 # ASIX AX88140A
device de0 # DEC/Intel DC21x4x (``Tulip'')
device fxp0 # Intel EtherExpress PRO/100B (82557, 82558)
device le0 # Lance
-device pn0 # Lite-On 82c168/82c169 (``PNIC'')
# PCI Ethernet NICs that use the common MII bus controller code.
controller miibus0 # MII bus support
-device al0 # ADMtek AL981/AN985 (``Comet''/``Centaur'')
-device dm0 # Davicom DM9100/DM9102
-device mx0 # Macronix 98713/98715/98725 (``PMAC'')
+device dc0 # DEC/Intel 21143 and workalikes
device rl0 # RealTek 8129/8139
device sf0 # Adaptec AIC-6915 (``Starfire'')
device sis0 # Silicon Integrated Systems SiS 900/SiS 7016
diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES
index 785ff00..fc9c4be 100644
--- a/sys/alpha/conf/NOTES
+++ b/sys/alpha/conf/NOTES
@@ -114,17 +114,13 @@ device sio0 at isa0 port IO_COM1 irq 4
device sio1 at isa0 port IO_COM2 irq 3 flags 0x50
# PCI Ethernet NICs.
-device ax0 # ASIX AX88140A
device de0 # DEC/Intel DC21x4x (``Tulip'')
device fxp0 # Intel EtherExpress PRO/100B (82557, 82558)
device le0 # Lance
-device pn0 # Lite-On 82c168/82c169 (``PNIC'')
# PCI Ethernet NICs that use the common MII bus controller code.
controller miibus0 # MII bus support
-device al0 # ADMtek AL981/AN985 (``Comet''/``Centaur'')
-device dm0 # Davicom DM9100/DM9102
-device mx0 # Macronix 98713/98715/98725 (``PMAC'')
+device dc0 # DEC/Intel 21143 and workalikes
device rl0 # RealTek 8129/8139
device sf0 # Adaptec AIC-6915 (``Starfire'')
device sis0 # Silicon Integrated Systems SiS 900/SiS 7016
OpenPOWER on IntegriCloud