options.amd64 revision 145727
199127Sobrien# $FreeBSD: head/sys/conf/options.amd64 145727 2005-04-30 20:01:00Z dwhite $
2115171Speter# Options specific to AMD64 platform kernels
399127Sobrien
4122849SpeterAUTO_EOI_1		opt_auto_eoi.h
5122849SpeterAUTO_EOI_2		opt_auto_eoi.h
699127SobrienMAXMEM
799127SobrienPERFMON			opt_perfmon.h
8126544SobrienPMAP_SHPGPERPROC	opt_pmap.h
9134553SpeterMP_WATCHDOG		opt_mp_watchdog.h
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
20141963SwpaulNDISAPI			opt_dontuse.h
21126544Sobrien
22126544SobrienCLK_CALIBRATION_LOOP		opt_clock.h
23126544SobrienCLK_USE_I8254_CALIBRATION	opt_clock.h
24126544SobrienTIMER_FREQ			opt_clock.h
2599127Sobrien
2699127SobrienVGA_ALT_SEQACCESS	opt_vga.h
2799127SobrienVGA_DEBUG		opt_vga.h
2899127SobrienVGA_NO_FONT_LOADING	opt_vga.h
2999127SobrienVGA_NO_MODE_CHANGE	opt_vga.h
3099127SobrienVGA_SLOW_IOACCESS	opt_vga.h
3199127SobrienVGA_WIDTH90		opt_vga.h
3299127Sobrien
3399127SobrienATKBD_DFLT_KEYMAP	opt_atkbd.h
3499127Sobrien
3599127Sobrien# -------------------------------
36126544Sobrien# isdn4bsd: passive PCI cards
37126544Sobrien# -------------------------------
38126544SobrienELSA_QS1PCI		opt_i4b.h
39126544Sobrien# -------------------------------
40126544Sobrien# isdn4bsd: misc options
41126544Sobrien# -------------------------------
42126544Sobrien# temporary workaround for SMP machines
43126544SobrienI4B_SMP_WORKAROUND	opt_i4b.h
44126544Sobrien# enable VJ compression code for ipr i/f
45126544SobrienIPR_VJ			opt_i4b.h
46126544SobrienIPR_LOG			opt_i4b.h
47126544Sobrien
48126544Sobrien# -------------------------------
4999127Sobrien# EOF
5099127Sobrien# -------------------------------
51114370SpeterHAMMER			opt_cpu.h
52114370SpeterPPC_PROBE_CHIPSET	opt_ppc.h
53114370SpeterPPC_DEBUG		opt_ppc.h
54114370SpeterPSM_HOOKRESUME		opt_psm.h
55114370SpeterPSM_RESETAFTERSUSPEND	opt_psm.h
56114370SpeterPSM_DEBUG		opt_psm.h
57122849SpeterDEV_ATPIC		opt_atpic.h
58145727Sdwhite
59145727Sdwhite# Debugging
60145727SdwhiteKDB_STOP_NMI		opt_global.h
61