diff options
author | des <des@FreeBSD.org> | 2015-01-25 12:02:38 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2015-01-25 12:02:38 +0000 |
commit | ffa2c78ca2854f13ee0f2bbd81d66a0541968b8c (patch) | |
tree | aad4e539e3ccda66abfd5e8c10ea1cafb5c58c5a | |
parent | f968f0ce0e73b87f4111c1f78bc3521ec3bd9a01 (diff) | |
download | FreeBSD-src-ffa2c78ca2854f13ee0f2bbd81d66a0541968b8c.zip FreeBSD-src-ffa2c78ca2854f13ee0f2bbd81d66a0541968b8c.tar.gz |
Remove ISA NICs. Anyone still using these on amd64 can build their
own kernel.
-rw-r--r-- | sys/amd64/conf/GENERIC | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 370ab10..86891b7 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -260,16 +260,6 @@ device vr # VIA Rhine, Rhine II device wb # Winbond W89C840F device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') -# ISA Ethernet NICs. pccard NICs included. -device cs # Crystal Semiconductor CS89x0 NIC -# 'device ed' requires 'device miibus' -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 sn # SMC's 9000 series of Ethernet chips -device xe # Xircom pccard Ethernet - # Wireless NIC cards device wlan # 802.11 support options IEEE80211_DEBUG # enable debug msgs |