diff options
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index 48bea71c4f3..1519192bdc7 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.106 2009/10/29 00:07:50 deraadt Exp $ +# $OpenBSD: RAMDISK_CD,v 1.107 2009/11/15 01:36:11 deraadt Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -298,6 +298,8 @@ acx* at pci? # TI ACX100/ACX111 (802.11b/g) acx* at cardbus? # TI ACX100/ACX111 (802.11b/g) ath* at pci? # Atheros AR5k (802.11a/b/g) ath* at cardbus? # Atheros AR5k (802.11a/b/g) +athn* at pci? # Atheros AR9k (802.11a/g/n) +athn* at cardbus? # Atheros AR9k (802.11a/g/n) atw* at pci? # ADMtek ADM8211 (802.11) atw* at cardbus? # ADMtek ADM8211 (802.11) bwi* at pci? # Broadcom AirForce (802.11b/g) diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index 12d32c2b16a..ce5d2bbbda6 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.171 2009/08/08 11:14:01 kevlo Exp $ +# $OpenBSD: RAMDISK_CD,v 1.172 2009/11/15 01:36:10 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -382,6 +382,8 @@ acx* at pci? # TI ACX100/ACX111 (802.11b/g) acx* at cardbus? # TI ACX100/ACX111 (802.11b/g) ath* at pci? # Atheros AR5k (802.11a/b/g) ath* at cardbus? # Atheros AR5k (802.11a/b/g) +athn* at pci? # Atheros AR9k (802.11a/g/n) +athn* at cardbus? # Atheros AR9k (802.11a/g/n) atw* at pci? # ADMtek ADM8211 (802.11) atw* at cardbus? # ADMtek ADM8211 (802.11) bwi* at pci? # Broadcom AirForce (802.11b/g) |