diff options
author | emaste <emaste@FreeBSD.org> | 2016-10-19 13:36:52 +0000 |
---|---|---|
committer | emaste <emaste@FreeBSD.org> | 2016-10-19 13:36:52 +0000 |
commit | 6bef600d4571b7dc168205acd9a8884233a9d563 (patch) | |
tree | a8d64d2f59de070c90abb3901c5dc5ae50d56aab /sys/mips/conf | |
parent | 83fbe0035b4271799832a877abf0806f2602c9ab (diff) | |
download | FreeBSD-src-6bef600d4571b7dc168205acd9a8884233a9d563.zip FreeBSD-src-6bef600d4571b7dc168205acd9a8884233a9d563.tar.gz |
MFC r307152: Add COMPAT_FREEBSD10 to the MIPS ERL kernel config
As of r302092, pipe is a wrapper around pipe2 and the pipe syscall is no
longer used. It is included only with the COMPAT_FREEBSD10 kernel option.
Add the compat option to support upgrades from systems with an earlier
userland.
Diffstat (limited to 'sys/mips/conf')
-rw-r--r-- | sys/mips/conf/ERL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/mips/conf/ERL b/sys/mips/conf/ERL index 2afd121..3aaf52d 100644 --- a/sys/mips/conf/ERL +++ b/sys/mips/conf/ERL @@ -73,6 +73,7 @@ options PSEUDOFS # Pseudo-filesystem framework options GEOM_PART_GPT # GUID Partition Tables. options GEOM_LABEL # Provides labelization options COMPAT_FREEBSD32 # Compatible with o32 binaries +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 |