From 682b4ae9be70192e298129ada878af3486683aaf Mon Sep 17 00:00:00 2001 From: sam Date: Sun, 20 Apr 2008 19:20:39 +0000 Subject: move awi to the Attic; it will not make the jump to the new world order Reviewed by: imp --- sys/conf/NOTES | 5 +---- sys/conf/files | 3 --- 2 files changed, 1 insertion(+), 7 deletions(-) (limited to 'sys/conf') 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 -- cgit v1.1