summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf/NOTES
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2009-05-10 00:00:25 +0000
committerkuriyama <kuriyama@FreeBSD.org>2009-05-10 00:00:25 +0000
commit9913dad78324dd8bc8da927e4b1d87003ecfe7d9 (patch)
tree200771cd75bef85df04e89efbd2c006e84a82b8b /sys/i386/conf/NOTES
parenteab6ae7b1f135a724251917287e1da0b659b63d3 (diff)
downloadFreeBSD-src-9913dad78324dd8bc8da927e4b1d87003ecfe7d9.zip
FreeBSD-src-9913dad78324dd8bc8da927e4b1d87003ecfe7d9.tar.gz
- Use "device\t" and "options \t" for consistency.
Diffstat (limited to 'sys/i386/conf/NOTES')
-rw-r--r--sys/i386/conf/NOTES16
1 files changed, 8 insertions, 8 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index b9c3fd1..9fc7ab6 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -49,7 +49,7 @@ options MP_WATCHDOG
# Debugging options.
#
-options STOP_NMI # Stop CPUS using NMI instead of IPI
+options STOP_NMI # Stop CPUS using NMI instead of IPI
options COUNT_XINVLTLB_HITS # Counters for TLB events
options COUNT_IPIS # Per-CPU IPI interrupt counters
@@ -225,7 +225,7 @@ options PERFMON
# include both in your kernel; you will not get any video output. Ordinary
# PC's do not suffer from this.
#
-options XBOX
+options XBOX
device xboxfb
@@ -253,7 +253,7 @@ options DEVICE_POLLING
# BPF_JITTER adds support for BPF just-in-time compiler.
-options BPF_JITTER
+options BPF_JITTER
#####################################################################
@@ -348,7 +348,7 @@ device pci
device agp
# AGP debugging.
-options AGP_DEBUG
+options AGP_DEBUG
#####################################################################
@@ -484,7 +484,7 @@ device acpi_asus
device acpi_fujitsu
# ACPI extras driver for IBM laptops
-device acpi_ibm
+device acpi_ibm
# ACPI Panasonic Extras (LCD backlight/brightness, video output, etc.)
device acpi_panasonic
@@ -569,7 +569,7 @@ device ath_hal # pci/cardbus chip support
#device ath_rf5112
#device ath_rf5413
#device ath_ar5416 # AR5416 chips
-options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors
+options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors
device ath_rate_sample # SampleRate tx rate control for ath
device ce
device cp
@@ -846,7 +846,7 @@ options LINPROCFS
#Enable the linux-like sys filesystem support (requires COMPAT_LINUX
# and PSEUDOFS)
-options LINSYSFS
+options LINSYSFS
#
# SysVR4 ABI emulation
@@ -921,4 +921,4 @@ options VM_KMEM_SIZE_SCALE
# asr old ioctls support, needed by raidutils
-options ASR_COMPAT
+options ASR_COMPAT
OpenPOWER on IntegriCloud