options.amd64 revision 160813
199127Sobrien# $FreeBSD: head/sys/conf/options.amd64 160813 2006-07-29 18:38:54Z marcel $
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
24126544SobrienCLK_CALIBRATION_LOOP		opt_clock.h
25126544SobrienCLK_USE_I8254_CALIBRATION	opt_clock.h
26126544SobrienTIMER_FREQ			opt_clock.h
2799127Sobrien
28160813Smarcel# options for serial support
29160813SmarcelCOM_ESP			opt_sio.h
30160813SmarcelCOM_MULTIPORT		opt_sio.h
31160813SmarcelCONSPEED		opt_sio.h
32160813SmarcelGDBSPEED		opt_sio.h
33160813Smarcel
3499127SobrienVGA_ALT_SEQACCESS	opt_vga.h
3599127SobrienVGA_DEBUG		opt_vga.h
3699127SobrienVGA_NO_FONT_LOADING	opt_vga.h
3799127SobrienVGA_NO_MODE_CHANGE	opt_vga.h
3899127SobrienVGA_SLOW_IOACCESS	opt_vga.h
3999127SobrienVGA_WIDTH90		opt_vga.h
4099127Sobrien
4199127SobrienATKBD_DFLT_KEYMAP	opt_atkbd.h
4299127Sobrien
4399127Sobrien# -------------------------------
44126544Sobrien# isdn4bsd: passive PCI cards
45126544Sobrien# -------------------------------
46126544SobrienELSA_QS1PCI		opt_i4b.h
47126544Sobrien# -------------------------------
48126544Sobrien# isdn4bsd: misc options
49126544Sobrien# -------------------------------
50126544Sobrien# temporary workaround for SMP machines
51126544SobrienI4B_SMP_WORKAROUND	opt_i4b.h
52126544Sobrien# enable VJ compression code for ipr i/f
53126544SobrienIPR_VJ			opt_i4b.h
54126544SobrienIPR_LOG			opt_i4b.h
55126544Sobrien
56126544Sobrien# -------------------------------
5799127Sobrien# EOF
5899127Sobrien# -------------------------------
59114370SpeterHAMMER			opt_cpu.h
60114370SpeterPSM_HOOKRESUME		opt_psm.h
61114370SpeterPSM_RESETAFTERSUSPEND	opt_psm.h
62114370SpeterPSM_DEBUG		opt_psm.h
63122849SpeterDEV_ATPIC		opt_atpic.h
64145727Sdwhite
65145727Sdwhite# Debugging
66151634SjhbSTOP_NMI		opt_cpu.h
67153151Sjkim
68153151Sjkim# BPF just-in-time compiler
69153151SjkimBPF_JITTER		opt_bpf.h
70