summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2008-05-21 03:36:53 +0000
committerobrien <obrien@FreeBSD.org>2008-05-21 03:36:53 +0000
commit89252b28acf135191f6f8f7c391cec7e048f9504 (patch)
tree9ddfb30d6c846e69191ebab325b52f7f7f668735 /sys/i386
parentd318ba34ed298ec34320547937edb92a2f5d063d (diff)
downloadFreeBSD-src-89252b28acf135191f6f8f7c391cec7e048f9504.zip
FreeBSD-src-89252b28acf135191f6f8f7c391cec7e048f9504.tar.gz
Use the "options " spelling (vs. "options<TAB>") so that commented lines
line up nicely.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/GENERIC5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 027b2dc..72ffa4e 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -250,8 +250,8 @@ device xe # Xircom pccard Ethernet
# Wireless NIC cards
device wlan # 802.11 support
-options IEEE80211_DEBUG # enable debug msgs
-options IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's
+options IEEE80211_DEBUG # enable debug msgs
+options IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's
device wlan_wep # 802.11 WEP support
device wlan_ccmp # 802.11 CCMP support
device wlan_tkip # 802.11 TKIP support
@@ -326,4 +326,3 @@ device fwe # Ethernet over FireWire (non-standard!)
device fwip # IP over FireWire (RFC 2734,3146)
device dcons # Dumb console driver
device dcons_crom # Configuration ROM for dcons
-
OpenPOWER on IntegriCloud