svn commit: r318744 - head/sys/arm64/conf
Konstantin Belousov
kib at FreeBSD.org
Tue May 23 13:57:57 UTC 2017
Author: kib
Date: Tue May 23 13:57:55 2017
New Revision: 318744
URL: https://svnweb.freebsd.org/changeset/base/318744
Log:
Add COMPAT_FREEBSD11 on arm64, the arch is almost tier-1.
Discussed with: andrew, emaste
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/arm64/conf/GENERIC
Modified: head/sys/arm64/conf/GENERIC
==============================================================================
--- head/sys/arm64/conf/GENERIC Tue May 23 12:40:50 2017 (r318743)
+++ head/sys/arm64/conf/GENERIC Tue May 23 13:57:55 2017 (r318744)
@@ -50,6 +50,7 @@ options PSEUDOFS # Pseudo-filesystem f
options GEOM_PART_GPT # GUID Partition Tables.
options GEOM_RAID # Soft RAID functionality.
options GEOM_LABEL # Provides labelization
+options COMPAT_FREEBSD11 # Compatible with FreeBSD11
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
options KTRACE # ktrace(1) support
options STACK # stack(9) support
More information about the svn-src-head
mailing list