options.amd64 revision 158349
17194Swollman# $FreeBSD: head/sys/conf/options.amd64 158349 2006-05-07 18:12:18Z netchild $
27194Swollman# Options specific to AMD64 platform kernels
37194Swollman
47194SwollmanAUTO_EOI_1		opt_auto_eoi.h
57194SwollmanAUTO_EOI_2		opt_auto_eoi.h
67194SwollmanMAXMEM
77194SwollmanPERFMON
87194SwollmanPMAP_SHPGPERPROC	opt_pmap.h
97194SwollmanMP_WATCHDOG
107194Swollman
117194Swollman# Options for emulators.  These should only be used at config time, so
127194Swollman# they are handled like options for static filesystems
137194Swollman# (see src/sys/conf/options), except for broken debugging options.
147194SwollmanCOMPAT_IA32		opt_compat.h
157194Swollman#IBCS2			opt_dontuse.h
167194Swollman#COMPAT_LINUX		opt_dontuse.h
177194SwollmanCOMPAT_LINUX32		opt_compat.h
187194Swollman#COMPAT_SVR4		opt_dontuse.h
197194Swollman#DEBUG_SVR4		opt_svr4.h
207194SwollmanLINPROCFS		opt_dontuse.h
217194SwollmanNDISAPI			opt_dontuse.h
227194Swollman
237194SwollmanCLK_CALIBRATION_LOOP		opt_clock.h
24CLK_USE_I8254_CALIBRATION	opt_clock.h
25TIMER_FREQ			opt_clock.h
26
27VGA_ALT_SEQACCESS	opt_vga.h
28VGA_DEBUG		opt_vga.h
29VGA_NO_FONT_LOADING	opt_vga.h
30VGA_NO_MODE_CHANGE	opt_vga.h
31VGA_SLOW_IOACCESS	opt_vga.h
32VGA_WIDTH90		opt_vga.h
33
34ATKBD_DFLT_KEYMAP	opt_atkbd.h
35
36# -------------------------------
37# isdn4bsd: passive PCI cards
38# -------------------------------
39ELSA_QS1PCI		opt_i4b.h
40# -------------------------------
41# isdn4bsd: misc options
42# -------------------------------
43# temporary workaround for SMP machines
44I4B_SMP_WORKAROUND	opt_i4b.h
45# enable VJ compression code for ipr i/f
46IPR_VJ			opt_i4b.h
47IPR_LOG			opt_i4b.h
48
49# -------------------------------
50# EOF
51# -------------------------------
52HAMMER			opt_cpu.h
53PSM_HOOKRESUME		opt_psm.h
54PSM_RESETAFTERSUSPEND	opt_psm.h
55PSM_DEBUG		opt_psm.h
56DEV_ATPIC		opt_atpic.h
57
58# Debugging
59STOP_NMI		opt_cpu.h
60
61# BPF just-in-time compiler
62BPF_JITTER		opt_bpf.h
63