summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2014-10-24 19:58:24 +0000
committerjhb <jhb@FreeBSD.org>2014-10-24 19:58:24 +0000
commitfcc57fff950cce92dd04cdfabbc48e25ca438027 (patch)
treeed429044b85c9832d38f266ffcae25a76613ed2c /sys/amd64/conf
parent7ecde33ff468d8092a8eb8ce8894268ae889bde0 (diff)
downloadFreeBSD-src-fcc57fff950cce92dd04cdfabbc48e25ca438027.zip
FreeBSD-src-fcc57fff950cce92dd04cdfabbc48e25ca438027.tar.gz
Add COMPAT_FREEBSD9 and COMPAT_FREEBSD10 options to wrap code that
provides compatability for FreeBSD 9.x and 10.x binaries. Enable these options in kernel configs that enable other COMPAT_FREEBSD<n> options.
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r--sys/amd64/conf/GENERIC2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index cf4fb46..40c7535 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -53,6 +53,8 @@ options COMPAT_FREEBSD4 # Compatible with FreeBSD4
options COMPAT_FREEBSD5 # Compatible with FreeBSD5
options COMPAT_FREEBSD6 # Compatible with FreeBSD6
options COMPAT_FREEBSD7 # Compatible with FreeBSD7
+options COMPAT_FREEBSD9 # Compatible with FreeBSD9
+options COMPAT_FREEBSD10 # Compatible with FreeBSD10
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
options KTRACE # ktrace(1) support
options STACK # stack(9) support
OpenPOWER on IntegriCloud