summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2014-05-17 17:34:37 +0000
committerian <ian@FreeBSD.org>2014-05-17 17:34:37 +0000
commit4c5f4bdec5a3a4245b1dec1d271dd22841fffc2c (patch)
treec8591e45dce6fb4b496a63a6a5a2aff0a3456fa8 /sys/i386
parentee5c0f266a215d11845053dee100bb5ff4f274a2 (diff)
downloadFreeBSD-src-4c5f4bdec5a3a4245b1dec1d271dd22841fffc2c.zip
FreeBSD-src-4c5f4bdec5a3a4245b1dec1d271dd22841fffc2c.tar.gz
MFC 263301
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 338e92d..8c4efea 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.
@@ -758,7 +758,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 748f89c..0596512 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