summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkettenis <kettenis@openbsd.org>2010-08-13 09:30:11 +0000
committerkettenis <kettenis@openbsd.org>2010-08-13 09:30:11 +0000
commit993c1d9947c9cd157527bc70d191465422e81cf8 (patch)
tree18911ee3a2e2c2a7f136100434b71668ef813300
parentwhen sending a fragmented packet, dont check if the interfaces send queue (diff)
downloadwireguard-openbsd-993c1d9947c9cd157527bc70d191465422e81cf8.tar.xz
wireguard-openbsd-993c1d9947c9cd157527bc70d191465422e81cf8.zip
Fix indentation.
-rw-r--r--sys/arch/sparc64/conf/GENERIC6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC
index 66dbc6bac59..31c137a8bc6 100644
--- a/sys/arch/sparc64/conf/GENERIC
+++ b/sys/arch/sparc64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.254 2010/08/02 14:13:23 deraadt Exp $
+# $OpenBSD: GENERIC,v 1.255 2010/08/13 09:30:11 kettenis Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -97,8 +97,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)
+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)