mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Fixed some style bugs (insertion sort errors, tab lossage, and ornation
of EOF).
This commit is contained in:
parent
33fe8fd0df
commit
bad83add95
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=124973
@ -5,17 +5,17 @@ AUTO_EOI_1 opt_auto_eoi.h
|
||||
AUTO_EOI_2 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
|
||||
@ -25,9 +25,9 @@ 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
|
||||
NDISAPI 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
|
||||
@ -49,11 +49,11 @@ CPU_DISABLE_5X86_LSSER opt_cpu.h
|
||||
CPU_DISABLE_CMPXCHG opt_global.h # XXX global, unlike other CPU_*
|
||||
CPU_DISABLE_SSE opt_cpu.h
|
||||
CPU_ELAN opt_cpu.h
|
||||
CPU_ELAN_XTAL opt_cpu.h
|
||||
CPU_ELAN_PPS opt_cpu.h
|
||||
CPU_ELAN_XTAL opt_cpu.h
|
||||
CPU_ENABLE_LONGRUN opt_cpu.h
|
||||
CPU_ENABLE_SSE opt_cpu.h
|
||||
CPU_ENABLE_TCC opt_cpu.h
|
||||
CPU_ENABLE_LONGRUN opt_cpu.h
|
||||
CPU_FASTER_5X86_FPU opt_cpu.h
|
||||
CPU_GEODE opt_cpu.h
|
||||
CPU_I486_ON_386 opt_cpu.h
|
||||
@ -87,15 +87,14 @@ VGA_WIDTH90 opt_vga.h
|
||||
VESA
|
||||
VESA_DEBUG opt_vesa.h
|
||||
|
||||
PSM_DEBUG opt_psm.h
|
||||
PSM_HOOKRESUME opt_psm.h
|
||||
PSM_RESETAFTERSUSPEND opt_psm.h
|
||||
PSM_DEBUG opt_psm.h
|
||||
|
||||
ATKBD_DFLT_KEYMAP opt_atkbd.h
|
||||
|
||||
# pcvt(4) has a bunch of options
|
||||
FAT_CURSOR opt_pcvt.h
|
||||
XSERVER opt_pcvt.h
|
||||
PCVT_123GENERIC opt_pcvt.h
|
||||
PCVT_24LINESDEF opt_pcvt.h
|
||||
PCVT_CTRL_ALT_DEL opt_pcvt.h
|
||||
@ -107,8 +106,8 @@ PCVT_NSCREENS opt_pcvt.h
|
||||
PCVT_NULLCHARS opt_pcvt.h
|
||||
PCVT_PRETTYSCRNS opt_pcvt.h
|
||||
PCVT_SCANSET opt_pcvt.h
|
||||
PCVT_SETCOLOR opt_pcvt.h
|
||||
PCVT_SCREENSAVER opt_pcvt.h
|
||||
PCVT_SETCOLOR opt_pcvt.h
|
||||
PCVT_SHOWKEYS opt_pcvt.h
|
||||
PCVT_SLOW_INTERRUPT opt_pcvt.h
|
||||
PCVT_SYSBEEPF opt_pcvt.h
|
||||
@ -116,6 +115,7 @@ PCVT_UPDATEFAST opt_pcvt.h
|
||||
PCVT_UPDATESLOW opt_pcvt.h
|
||||
PCVT_USEKBDSEC opt_pcvt.h
|
||||
PCVT_VT220KEYB opt_pcvt.h
|
||||
XSERVER opt_pcvt.h
|
||||
|
||||
# Video spigot
|
||||
SPIGOT_UNSECURE opt_spigot.h
|
||||
@ -137,7 +137,7 @@ ELSA_PCC16 opt_i4b.h
|
||||
# isdn4bsd: passive ISA PnP cards
|
||||
# -------------------------------
|
||||
CRTX_S0_P opt_i4b.h
|
||||
DRN_NGO opt_i4b.h
|
||||
DRN_NGO opt_i4b.h
|
||||
TEL_S0_16_3_P opt_i4b.h
|
||||
SEDLBAUER opt_i4b.h
|
||||
DYNALINK opt_i4b.h
|
||||
@ -154,7 +154,7 @@ 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
|
||||
@ -162,7 +162,3 @@ IPR_LOG opt_i4b.h
|
||||
# Device options
|
||||
DEV_APIC opt_apic.h
|
||||
DEV_NPX opt_npx.h
|
||||
|
||||
# -------------------------------
|
||||
# EOF
|
||||
# -------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user