svn commit: r187427 - head/sys/amd64/conf
Maxim Sobolev
sobomax at FreeBSD.org
Sun Jan 18 23:18:33 PST 2009
Author: sobomax
Date: Mon Jan 19 07:18:32 2009
New Revision: 187427
URL: http://svn.freebsd.org/changeset/base/187427
Log:
Whitespace-only: reduce diff to the i386 GENERIC.
Modified:
head/sys/amd64/conf/GENERIC
Modified: head/sys/amd64/conf/GENERIC
==============================================================================
--- head/sys/amd64/conf/GENERIC Mon Jan 19 07:10:11 2009 (r187426)
+++ head/sys/amd64/conf/GENERIC Mon Jan 19 07:18:32 2009 (r187427)
@@ -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 semaphor
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
More information about the svn-src-all
mailing list