summaryrefslogtreecommitdiffstats
path: root/sys/conf/options.amd64
blob: ac5823e3c16032bd3e9fcc1c9cd8c7877a1ac468 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# $FreeBSD$
# Options specific to AMD64 platform kernels

AUTO_EOI_1		opt_auto_eoi.h
AUTO_EOI_2		opt_auto_eoi.h
MAXMEM
PERFMON
PMAP_SHPGPERPROC	opt_pmap.h
MP_WATCHDOG

# Options for emulators.  These should only be used at config time, so
# they are handled like options for static filesystems
# (see src/sys/conf/options), except for broken debugging options.
COMPAT_IA32		opt_compat.h
#IBCS2			opt_dontuse.h
#COMPAT_LINUX		opt_dontuse.h
COMPAT_LINUX32		opt_compat.h
#COMPAT_SVR4		opt_dontuse.h
#DEBUG_SVR4		opt_svr4.h
LINPROCFS		opt_dontuse.h
LINSYSFS		opt_dontuse.h
NDISAPI			opt_dontuse.h

CLK_CALIBRATION_LOOP		opt_clock.h
CLK_USE_I8254_CALIBRATION	opt_clock.h
TIMER_FREQ			opt_clock.h

VGA_ALT_SEQACCESS	opt_vga.h
VGA_DEBUG		opt_vga.h
VGA_NO_FONT_LOADING	opt_vga.h
VGA_NO_MODE_CHANGE	opt_vga.h
VGA_SLOW_IOACCESS	opt_vga.h
VGA_WIDTH90		opt_vga.h

ATKBD_DFLT_KEYMAP	opt_atkbd.h

# -------------------------------
# isdn4bsd: passive PCI cards
# -------------------------------
ELSA_QS1PCI		opt_i4b.h
# -------------------------------
# isdn4bsd: misc options
# -------------------------------
# temporary workaround for SMP machines
I4B_SMP_WORKAROUND	opt_i4b.h
# enable VJ compression code for ipr i/f
IPR_VJ			opt_i4b.h
IPR_LOG			opt_i4b.h

# -------------------------------
# EOF
# -------------------------------
HAMMER			opt_cpu.h
PSM_HOOKRESUME		opt_psm.h
PSM_RESETAFTERSUSPEND	opt_psm.h
PSM_DEBUG		opt_psm.h
DEV_ATPIC		opt_atpic.h

# Debugging
STOP_NMI		opt_cpu.h

# BPF just-in-time compiler
BPF_JITTER		opt_bpf.h
OpenPOWER on IntegriCloud