options.amd64 revision 179225
199127Sobrien# $FreeBSD: head/sys/conf/options.amd64 179225 2008-05-23 03:52:55Z jb $
2115171Speter# Options specific to AMD64 platform kernels
399127Sobrien
4122849SpeterAUTO_EOI_1		opt_auto_eoi.h
5122849SpeterAUTO_EOI_2		opt_auto_eoi.h
699127SobrienMAXMEM
7153335SruPERFMON
8126544SobrienPMAP_SHPGPERPROC	opt_pmap.h
9153335SruMP_WATCHDOG
1099127Sobrien
11126544Sobrien# Options for emulators.  These should only be used at config time, so
12126544Sobrien# they are handled like options for static filesystems
13126544Sobrien# (see src/sys/conf/options), except for broken debugging options.
14133844SobrienCOMPAT_IA32		opt_compat.h
15126930Speter#IBCS2			opt_dontuse.h
16126930Speter#COMPAT_LINUX		opt_dontuse.h
17133819StjrCOMPAT_LINUX32		opt_compat.h
18126930Speter#COMPAT_SVR4		opt_dontuse.h
19126930Speter#DEBUG_SVR4		opt_svr4.h
20158349SnetchildLINPROCFS		opt_dontuse.h
21158384SambriskoLINSYSFS		opt_dontuse.h
22141963SwpaulNDISAPI			opt_dontuse.h
23126544Sobrien
24126544SobrienTIMER_FREQ			opt_clock.h
2599127Sobrien
26160813Smarcel# options for serial support
27160813SmarcelCOM_ESP			opt_sio.h
28160813SmarcelCOM_MULTIPORT		opt_sio.h
29160813SmarcelCONSPEED		opt_sio.h
30160813SmarcelGDBSPEED		opt_sio.h
31174116SpeterCOM_NO_ACPI		opt_sio.h
32160813Smarcel
3399127SobrienVGA_ALT_SEQACCESS	opt_vga.h
3499127SobrienVGA_DEBUG		opt_vga.h
3599127SobrienVGA_NO_FONT_LOADING	opt_vga.h
3699127SobrienVGA_NO_MODE_CHANGE	opt_vga.h
3799127SobrienVGA_SLOW_IOACCESS	opt_vga.h
3899127SobrienVGA_WIDTH90		opt_vga.h
3999127Sobrien
4099127SobrienATKBD_DFLT_KEYMAP	opt_atkbd.h
4199127Sobrien
4299127Sobrien# -------------------------------
43126544Sobrien# isdn4bsd: passive PCI cards
44126544Sobrien# -------------------------------
45126544SobrienELSA_QS1PCI		opt_i4b.h
46126544Sobrien# -------------------------------
47126544Sobrien# isdn4bsd: misc options
48126544Sobrien# -------------------------------
49126544Sobrien# temporary workaround for SMP machines
50126544SobrienI4B_SMP_WORKAROUND	opt_i4b.h
51126544Sobrien# enable VJ compression code for ipr i/f
52171196Sbz#XXXBZ#IPR_VJ			opt_i4b.h
53171196Sbz#XXXBZ#IPR_LOG			opt_i4b.h
54126544Sobrien
55126544Sobrien# -------------------------------
5699127Sobrien# EOF
5799127Sobrien# -------------------------------
58114370SpeterHAMMER			opt_cpu.h
59114370SpeterPSM_HOOKRESUME		opt_psm.h
60114370SpeterPSM_RESETAFTERSUSPEND	opt_psm.h
61114370SpeterPSM_DEBUG		opt_psm.h
62122849SpeterDEV_ATPIC		opt_atpic.h
63145727Sdwhite
64145727Sdwhite# Debugging
65151634SjhbSTOP_NMI		opt_cpu.h
66179225SjbKDTRACE_FRAME		opt_kdtrace.h
67153151Sjkim
68153151Sjkim# BPF just-in-time compiler
69153151SjkimBPF_JITTER		opt_bpf.h
70