Add COMPAT_FREEBSD11 on arm64, the arch is almost tier-1.

Discussed with:	andrew, emaste
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Konstantin Belousov 2017-05-23 13:57:55 +00:00
parent 0e742f2d84
commit 55b78354f6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=318744

View File

@ -50,6 +50,7 @@ options PSEUDOFS # Pseudo-filesystem framework
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