diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-11-15 17:24:07 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-11-15 17:24:07 +0000 |
commit | fb8c60d55f7258d2441a3ca97bbd89419151ee65 (patch) | |
tree | 16a241f1cbe3b6828263addbf0d3addd3286c367 /sys/arch/sparc64/conf/GENERIC | |
parent | 55163d97e22789e99d598a9cfacf7f98d1872138 (diff) |
athn works on sparc64
Diffstat (limited to 'sys/arch/sparc64/conf/GENERIC')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 66b128d951f..9c3e1d6ddeb 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.245 2009/10/03 19:56:14 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.246 2009/11/15 17:24:06 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -96,6 +96,8 @@ jme* at pci? # JMicron JMC250/JMC260 Ethernet 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) pgt* at pci? # Prism54 (only full-mac varients) acx* at pci? # TI ACX100/ACX111 (802.11b/g) acx* at cardbus? # TI ACX100/ACX111 (802.11b/g) |