summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2009-01-19 07:18:32 +0000
committersobomax <sobomax@FreeBSD.org>2009-01-19 07:18:32 +0000
commitba1b4a9892022fd529e60f9d8fc36a4e761fbaec (patch)
treeaec294834decfcaf1685690e7fd42f28751fad57 /sys/amd64/conf
parentbde2deb9863a89cae3105611638cafe8252f9ff6 (diff)
downloadFreeBSD-src-ba1b4a9892022fd529e60f9d8fc36a4e761fbaec.zip
FreeBSD-src-ba1b4a9892022fd529e60f9d8fc36a4e761fbaec.tar.gz
Whitespace-only: reduce diff to the i386 GENERIC.
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r--sys/amd64/conf/GENERIC8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 5c4cb44..7a6616f 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -28,7 +28,7 @@ ident GENERIC
# through getenv() (or kenv(1) in userland). The format of the file
# is 'variable=value', see kenv(1)
#
-# env "GENERIC.env"
+# env "GENERIC.env"
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
@@ -69,8 +69,8 @@ options SYSVSEM # SYSV-style semaphores
options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
options STOP_NMI # Stop CPUS using NMI instead of IPI
+options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
options AUDIT # Security event auditing
-options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
#options KDTRACE_FRAME # Ensure frames are compiled in
#options KDTRACE_HOOKS # Kernel DTrace hooks
@@ -251,8 +251,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
OpenPOWER on IntegriCloud