diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index a426da5dddb..e4fd019539b 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.184 2006/09/27 08:54:44 grange Exp $ +# $OpenBSD: GENERIC,v 1.185 2006/09/28 03:51:54 brad Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -122,6 +122,7 @@ udsbr* at uhub? # D-Link DSB-R100 radio radio* at udsbr? # USB radio #ubt* at uhub? # USB Bluetooth ugen* at uhub? # USB Generic driver +uath* at uhub? # Atheros AR5005UG/AR5005UX ural* at uhub? # Ralink RT2500USB rum* at uhub? # Ralink RT2501USB/RT2601USB uow* at uhub? # Maxim/Dallas DS2490 1-Wire adapter @@ -201,7 +202,7 @@ scsibus* at gdt? #ami* at pci? # AMI MegaRAID controllers #scsibus* at ami? -# PCI Network devices +# Networking devices lmc* at pci? # Lan Media Corp SSI/T3/HSSI san* at pci? # Sangoma PCI AFT card pcn* at pci? # AMD PCnet-PCI Ethernet @@ -233,14 +234,20 @@ mskc* at pci? # Marvell Yukon-2 msk* at mskc? # each port of above tl* at pci? # Compaq Thunderlan ethernet ste* at pci? # Sundance ST201 ethernet -ral* at pci? # Ralink RT2500/RT2501/RT2600 -ath* at pci? # Atheros AR5k (802.11) musycc* at pci? # Conexant HDLC controller art* at musycc? # Accoom Artery E1/T1 cards xge* at pci? # Neterion Xframe-I/II 10Gb ethernet sf* at pci? # Adaptec AIC-6915 ethernet -pgt* at pci? # Prism54 (only full-mac varients) + +# Wireless network cards acx* at pci? # TI ACX100/ACX111 (802.11b/g) +an* at pci? # Aironet IEEE 802.11DS +ath* at pci? # Atheros AR5k (802.11) +atw* at pci? # ADMtek ADM8211 (802.11) +pgt* at pci? # Prism54 (only full-mac varients) +ral* at pci? # Ralink RT2500/RT2501/RT2600 +#rtw* at pci? # Realtek 8180 +wi* at pci? # WaveLAN IEEE 802.11DS #UNTESTED: the following drivers are untested. en* at pci? # ENI PCI ATM (untested) |