Date: Tue, 8 Jan 2008 20:49:22 GMT From: Sam Leffler <sam@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 132812 for review Message-ID: <200801082049.m08KnMPb022227@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=132812 Change 132812 by sam@sam_ebb on 2008/01/08 20:48:35 (blindly) remove awi per discussion a few weeks back Affected files ... .. //depot/projects/vap/sys/conf/NOTES#6 edit .. //depot/projects/vap/sys/conf/files#9 edit .. //depot/projects/vap/sys/dev/awi/am79c930.c#5 delete .. //depot/projects/vap/sys/dev/awi/am79c930reg.h#3 delete .. //depot/projects/vap/sys/dev/awi/am79c930var.h#3 delete .. //depot/projects/vap/sys/dev/awi/awi.c#7 delete .. //depot/projects/vap/sys/dev/awi/awireg.h#3 delete .. //depot/projects/vap/sys/dev/awi/awivar.h#6 delete .. //depot/projects/vap/sys/dev/awi/if_awi_pccard.c#5 delete .. //depot/projects/vap/sys/modules/Makefile#8 edit .. //depot/projects/vap/sys/modules/awi/Makefile#5 delete Differences ... ==== //depot/projects/vap/sys/conf/NOTES#6 (text+ko) ==== @@ -689,7 +689,7 @@ # 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. @@ -1726,8 +1726,6 @@ # 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. @@ -1862,7 +1860,6 @@ hint.sn.0.port="0x300" hint.sn.0.irq="10" device an -device awi device cnw device wi device xe ==== //depot/projects/vap/sys/conf/files#9 (text+ko) ==== @@ -482,9 +482,6 @@ 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 ==== //depot/projects/vap/sys/modules/Makefile#8 (text+ko) ==== @@ -33,7 +33,6 @@ ${_ath_rate_sample} \ aue \ ${_auxio} \ - ${_awi} \ axe \ bce \ bfe \ @@ -368,7 +367,6 @@ _ath_rate_amrr= ath_rate_amrr _ath_rate_onoe= ath_rate_onoe _ath_rate_sample=ath_rate_sample -_awi= awi _bktr= bktr _cardbus= cardbus _cbb= cbb
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801082049.m08KnMPb022227>