View | Details | Raw Unified | Return to bug 238855
Collapse All | Expand All

(-)GENERIC_COMPAT10 (-7 / +7 lines)
Lines 19-25 Link Here
19
# $FreeBSD: releng/12.1/sys/amd64/conf/GENERIC 346179 2019-04-13 08:52:52Z dim $
19
# $FreeBSD: releng/12.1/sys/amd64/conf/GENERIC 346179 2019-04-13 08:52:52Z dim $
20
20
21
cpu		HAMMER
21
cpu		HAMMER
22
ident		GENERIC
22
ident		GENERIC_COMPAT10
23
23
24
makeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
24
makeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
25
makeoptions	WITH_CTF=1		# Run ctfconvert(1) for DTrace support
25
makeoptions	WITH_CTF=1		# Run ctfconvert(1) for DTrace support
Lines 56-68 Link Here
56
options 	GEOM_LABEL		# Provides labelization
56
options 	GEOM_LABEL		# Provides labelization
57
options 	EFIRT			# EFI Runtime Services support
57
options 	EFIRT			# EFI Runtime Services support
58
options 	COMPAT_FREEBSD32	# Compatible with i386 binaries
58
options 	COMPAT_FREEBSD32	# Compatible with i386 binaries
59
options 	COMPAT_FREEBSD4		# Compatible with FreeBSD4
59
#options 	COMPAT_FREEBSD4		# Compatible with FreeBSD4
60
options 	COMPAT_FREEBSD5		# Compatible with FreeBSD5
60
#options 	COMPAT_FREEBSD5		# Compatible with FreeBSD5
61
options 	COMPAT_FREEBSD6		# Compatible with FreeBSD6
61
#options 	COMPAT_FREEBSD6		# Compatible with FreeBSD6
62
options 	COMPAT_FREEBSD7		# Compatible with FreeBSD7
62
#options 	COMPAT_FREEBSD7		# Compatible with FreeBSD7
63
options 	COMPAT_FREEBSD9		# Compatible with FreeBSD9
63
#options 	COMPAT_FREEBSD9		# Compatible with FreeBSD9
64
options 	COMPAT_FREEBSD10	# Compatible with FreeBSD10
64
options 	COMPAT_FREEBSD10	# Compatible with FreeBSD10
65
options 	COMPAT_FREEBSD11	# Compatible with FreeBSD11
65
#options 	COMPAT_FREEBSD11	# Compatible with FreeBSD11
66
options 	SCSI_DELAY=5000		# Delay (in ms) before probing SCSI
66
options 	SCSI_DELAY=5000		# Delay (in ms) before probing SCSI
67
options 	KTRACE			# ktrace(1) support
67
options 	KTRACE			# ktrace(1) support
68
options 	STACK			# stack(9) support
68
options 	STACK			# stack(9) support

Return to bug 238855