1# $FreeBSD$ 2# Options specific to AMD64 platform kernels 3 4AUTO_EOI_1 opt_auto_eoi.h 5AUTO_EOI_2 opt_auto_eoi.h 6COUNT_XINVLTLB_HITS opt_smp.h 7COUNT_IPIS opt_smp.h 8MAXMEM 9MPTABLE_FORCE_HTT 10MP_WATCHDOG 11NKPT opt_pmap.h 12PV_STATS opt_pmap.h 13 14# Options for emulators. These should only be used at config time, so 15# they are handled like options for static filesystems 16# (see src/sys/conf/options), except for broken debugging options. 17COMPAT_FREEBSD32 opt_compat.h 18#IBCS2 opt_dontuse.h 19#COMPAT_LINUX opt_dontuse.h 20COMPAT_LINUX32 opt_compat.h 21LINPROCFS opt_dontuse.h 22LINSYSFS opt_dontuse.h 23NDISAPI opt_dontuse.h 24 25TIMER_FREQ opt_clock.h 26 27# options for serial support 28COM_ESP opt_sio.h 29COM_MULTIPORT opt_sio.h 30CONSPEED opt_sio.h 31GDBSPEED opt_sio.h 32COM_NO_ACPI opt_sio.h 33 34VGA_ALT_SEQACCESS opt_vga.h 35VGA_DEBUG opt_vga.h 36VGA_NO_FONT_LOADING opt_vga.h 37VGA_NO_MODE_CHANGE opt_vga.h 38VGA_SLOW_IOACCESS opt_vga.h 39VGA_WIDTH90 opt_vga.h 40 41VESA 42VESA_DEBUG opt_vesa.h 43 44# AGP debugging support 45AGP_DEBUG opt_agp.h 46 47ATKBD_DFLT_KEYMAP opt_atkbd.h 48 49# iWARP client interface support in ixl 50IXL_IW opt_ixl.h 51 52# ------------------------------- 53# EOF 54# ------------------------------- 55HAMMER opt_cpu.h 56PSM_HOOKRESUME opt_psm.h 57PSM_RESETAFTERSUSPEND opt_psm.h 58PSM_DEBUG opt_psm.h 59DEV_ATPIC opt_atpic.h 60 61# BPF just-in-time compiler 62BPF_JITTER opt_bpf.h 63 64XENHVM opt_global.h 65 66# options for the Intel C600 SAS driver (isci) 67ISCI_LOGGING opt_isci.h 68 69# EFI Runtime services support 70EFIRT opt_efirt.h 71