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 beca9949f68..973c8a6a495 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.265 2009/10/27 11:19:04 dlg Exp $ +# $OpenBSD: files.pci,v 1.266 2009/11/14 16:55:11 damien 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. @@ -669,6 +669,10 @@ file dev/pci/if_bce.c bce attach ath at pci with ath_pci file dev/pci/if_ath_pci.c ath_pci +# Atheros AR9k (802.11a/g/n) +attach athn at pci with athn_pci +file dev/pci/if_athn_pci.c athn_pci + # ADMtek ADM8211 PCI/Mini-PCI attach atw at pci with atw_pci file dev/pci/if_atw_pci.c atw_pci |