summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2008-04-20 19:20:39 +0000
committersam <sam@FreeBSD.org>2008-04-20 19:20:39 +0000
commit682b4ae9be70192e298129ada878af3486683aaf (patch)
treee2a73127581378c2e400dd3609312f29df5938cf /sys/conf
parent5f623fd60e55a8024d8d0ac0c0f1d4841065bfb8 (diff)
downloadFreeBSD-src-682b4ae9be70192e298129ada878af3486683aaf.zip
FreeBSD-src-682b4ae9be70192e298129ada878af3486683aaf.tar.gz
move awi to the Attic; it will not make the jump to the new world order
Reviewed by: imp
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES5
-rw-r--r--sys/conf/files3
2 files changed, 1 insertions, 7 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 2fa8436..34564a5 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -707,7 +707,7 @@ device mn # Munich32x/Falc54 Nx64kbit/sec cards.
# according to IEEE 802.1Q. It requires `device miibus'.
# The `wlan' device provides generic code to support 802.11
# drivers, including host AP mode; it is MANDATORY for the wi,
-# ath, and awi drivers and will eventually be required by all 802.11 drivers.
+# and ath drivers and will eventually be required by all 802.11 drivers.
# The `wlan_wep', `wlan_tkip', and `wlan_ccmp' devices provide
# support for WEP, TKIP, and AES-CCMP crypto protocols optionally
# used with 802.11 devices that depend on the `wlan' module.
@@ -1744,8 +1744,6 @@ device miibus
# an: Aironet 4500/4800 802.11 wireless adapters. Supports the PCMCIA,
# PCI and ISA varieties.
-# awi: Support for IEEE 802.11 PC Card devices using the AMD Am79C930 and
-# Harris (Intersil) Chipset with PCnetMobile firmware by AMD.
# bce: Broadcom NetXtreme II (BCM5706/BCM5708) PCI/PCIe Gigabit Ethernet
# adapters.
# bfe: Broadcom BCM4401 Ethernet adapter.
@@ -1881,7 +1879,6 @@ hint.sn.0.at="isa"
hint.sn.0.port="0x300"
hint.sn.0.irq="10"
device an
-device awi
device cnw
device wi
device xe
diff --git a/sys/conf/files b/sys/conf/files
index f2f6f11..125d2ba 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -486,9 +486,6 @@ dev/ath/if_ath.c optional ath \
compile-with "${NORMAL_C} -I$S/dev/ath"
dev/ath/if_ath_pci.c optional ath pci \
compile-with "${NORMAL_C} -I$S/dev/ath"
-dev/awi/am79c930.c optional awi
-dev/awi/awi.c optional awi
-dev/awi/if_awi_pccard.c optional awi pccard
dev/bce/if_bce.c optional bce
dev/bfe/if_bfe.c optional bfe
dev/bge/if_bge.c optional bge
OpenPOWER on IntegriCloud