diff options
Diffstat (limited to 'sys/dev/pci/files.pci')
-rw-r--r-- | sys/dev/pci/files.pci | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index 845339842c7..01bcba8a9e4 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.160 2004/10/20 12:50:48 deraadt Exp $ +# $OpenBSD: files.pci,v 1.161 2004/11/02 02:45:37 reyk Exp $ # $NetBSD: files.pci,v 1.20 1996/09/24 17:47:15 christos Exp $ # # Config file and device description for machine-independent PCI code. @@ -506,6 +506,10 @@ device bce: ether, ifnet, mii, ifmedia, mii_phy attach bce at pci file dev/pci/if_bce.c bce +# Atheros AR5k (802.11a/b/g) PCI/Mini-PCI +attach ath at pci with ath_pci +file dev/pci/if_ath_pci.c ath_pci + # ADMtek ADM8211 PCI/Mini-PCI attach atw at pci with atw_pci file dev/pci/if_atw_pci.c atw_pci |