mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Fixed some style bugs.
This commit is contained in:
parent
2c858ebee0
commit
9c9fcfa30d
1 changed files with 10 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue