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 21#COMPAT_SVR4 opt_dontuse.h 22#DEBUG_SVR4 opt_svr4.h 23LINPROCFS opt_dontuse.h 24LINSYSFS opt_dontuse.h 25NDISAPI opt_dontuse.h 26 27TIMER_FREQ opt_clock.h 28 29# options for serial support 30COM_ESP opt_sio.h 31COM_MULTIPORT opt_sio.h 32CONSPEED opt_sio.h 33GDBSPEED opt_sio.h 34COM_NO_ACPI opt_sio.h 35 36VGA_ALT_SEQACCESS opt_vga.h 37VGA_DEBUG opt_vga.h 38VGA_NO_FONT_LOADING opt_vga.h 39VGA_NO_MODE_CHANGE opt_vga.h 40VGA_SLOW_IOACCESS opt_vga.h 41VGA_WIDTH90 opt_vga.h 42 43VESA 44VESA_DEBUG opt_vesa.h 45 46# AGP debugging support 47AGP_DEBUG opt_agp.h 48 49ATKBD_DFLT_KEYMAP opt_atkbd.h 50 51# ------------------------------- 52# EOF 53# ------------------------------- 54HAMMER opt_cpu.h 55PSM_HOOKRESUME opt_psm.h 56PSM_RESETAFTERSUSPEND opt_psm.h 57PSM_DEBUG opt_psm.h 58DEV_ATPIC opt_atpic.h 59 60# BPF just-in-time compiler 61BPF_JITTER opt_bpf.h 62 63XENHVM opt_global.h 64 65# options for the Intel C600 SAS driver (isci) 66ISCI_LOGGING opt_isci.h 67 68# EFI Runtime services support 69EFIRT opt_efirt.h 70