summaryrefslogtreecommitdiffstats
path: root/sys/conf/options.pc98
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2004-01-26 12:28:40 +0000
committernyan <nyan@FreeBSD.org>2004-01-26 12:28:40 +0000
commitcbc4150e39de8a374e24f7dd77eaace267720350 (patch)
treefc2cb25d39fe441ebeef5ed315b43c822c17faf4 /sys/conf/options.pc98
parent33024724e6516154cfb70a2c59bfc119b8ecb7ec (diff)
downloadFreeBSD-src-cbc4150e39de8a374e24f7dd77eaace267720350.zip
FreeBSD-src-cbc4150e39de8a374e24f7dd77eaace267720350.tar.gz
Fixed some style bugs.
Diffstat (limited to 'sys/conf/options.pc98')
-rw-r--r--sys/conf/options.pc9824
1 files changed, 10 insertions, 14 deletions
diff --git a/sys/conf/options.pc98 b/sys/conf/options.pc98
index 54cc5f4..d579f32 100644
--- a/sys/conf/options.pc98
+++ b/sys/conf/options.pc98
@@ -4,17 +4,17 @@
AUTO_EOI_1 opt_auto_eoi.h
BROKEN_KEYBOARD_RESET opt_reset.h
COMPAT_OLDISA
+DISABLE_PG_G opt_pmap.h
+DISABLE_PSE opt_pmap.h
I586_PMC_GUPROF opt_i586_guprof.h
MAXMEM
MPTABLE_FORCE_HTT
NO_MIXED_MODE
PERFMON
-DISABLE_PSE opt_pmap.h
-DISABLE_PG_G opt_pmap.h
PMAP_SHPGPERPROC opt_pmap.h
-PPC_PROBE_CHIPSET opt_ppc.h
-PPC_DEBUG opt_ppc.h
POWERFAIL_NMI opt_trap.h
+PPC_DEBUG opt_ppc.h
+PPC_PROBE_CHIPSET opt_ppc.h
# Options for emulators. These should only be used at config time, so
# they are handled like options for static filesystems
@@ -24,8 +24,8 @@ IBCS2 opt_dontuse.h
COMPAT_LINUX opt_dontuse.h
COMPAT_SVR4 opt_dontuse.h
DEBUG_SVR4 opt_svr4.h
-PECOFF_SUPPORT opt_dontuse.h
PECOFF_DEBUG opt_pecoff.h
+PECOFF_SUPPORT opt_dontuse.h
# Change KVM size. Changes things all over the kernel.
KVA_PAGES opt_global.h
@@ -79,33 +79,29 @@ ELSA_QS1PCI opt_i4b.h
# isdn4bsd: misc options
# -------------------------------
# temporary workaround for SMP machines
-I4B_SMP_WORKAROUND opt_i4b.h
+I4B_SMP_WORKAROUND opt_i4b.h
# enable VJ compression code for ipr i/f
IPR_VJ opt_i4b.h
IPR_LOG opt_i4b.h
# bs driver options
-SCSI_BOUNCE_SIZE opt_bs.h
BS_TARG_SAFEMODE opt_bs.h
+SCSI_BOUNCE_SIZE opt_bs.h
# ct driver options
-CT_USE_RELOCATE_OFFSET opt_ct.h
CT_BUS_WEIGHT opt_ct.h
+CT_USE_RELOCATE_OFFSET opt_ct.h
# npx options
FPU_ERROR_BROKEN opt_npx.h
# PC98 options
-PC98 opt_global.h
EPSON_BOUNCEDMA opt_pc98.h
EPSON_MEMWIN opt_pc98.h
LINE30 opt_syscons.h
+PC98 opt_global.h
# Device options
DEV_APIC opt_apic.h
-DEV_NPX opt_npx.h
DEV_MECIA opt_mecia.h
-
-# -------------------------------
-# EOF
-# -------------------------------
+DEV_NPX opt_npx.h
OpenPOWER on IntegriCloud