summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2014-03-18 14:41:18 +0000
committerimp <imp@FreeBSD.org>2014-03-18 14:41:18 +0000
commitea27b8b5414364301a4616dbd45c6487b2576fed (patch)
treea52604c57a2c4c999f135e7f0cc4d8a5de448f09 /sys/i386
parentbe3902ef94dec213ab9220bd1e709859c6cf5873 (diff)
downloadFreeBSD-src-ea27b8b5414364301a4616dbd45c6487b2576fed.zip
FreeBSD-src-ea27b8b5414364301a4616dbd45c6487b2576fed.tar.gz
In kernel config files, it is supposed to be 'options<space><tab>' not
'options<tab><tab>', per long standing (but recently not so strictly enforced) convention.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/NOTES4
-rw-r--r--sys/i386/conf/XEN4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 8d1fb04..b5b4d9b 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -381,7 +381,7 @@ options VESA_DEBUG
device dpms # DPMS suspend & resume via VESA BIOS
# x86 real mode BIOS emulator, required by atkbdc/dpms/vesa
-options X86BIOS
+options X86BIOS
#
# The Numeric Processing eXtension driver. This is non-optional.
@@ -756,7 +756,7 @@ device ips
#
# Intel C600 (Patsburg) integrated SAS controller
device isci
-options ISCI_LOGGING # enable debugging in isci HAL
+options ISCI_LOGGING # enable debugging in isci HAL
#
# NVM Express (NVMe) support
diff --git a/sys/i386/conf/XEN b/sys/i386/conf/XEN
index 2c2712a..f785c34 100644
--- a/sys/i386/conf/XEN
+++ b/sys/i386/conf/XEN
@@ -83,8 +83,8 @@ device gif # IPv6 and IPv4 tunneling
device faith # IPv6-to-IPv4 relaying (translation)
# Wireless cards
-options IEEE80211_SUPPORT_MESH
-options AH_SUPPORT_AR5416
+options IEEE80211_SUPPORT_MESH
+options AH_SUPPORT_AR5416
# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
OpenPOWER on IntegriCloud