Remove COMPAT_43 from sun4v's GENERIC.

I think it's very unlikely that we have binaries for sun4v that use
features provided by COMPAT_43. Remove it from GENERIC.

Approved by:	kib
This commit is contained in:
Ed Schouten 2009-06-25 19:26:23 +00:00
parent 3db57ca311
commit 91292be73f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=194997

View File

@ -51,7 +51,6 @@ options PROCFS # Process filesystem (requires PSEUDOFS)
options PSEUDOFS # Pseudo-filesystem framework
options GEOM_PART_GPT # GUID Partition Tables.
options GEOM_LABEL # Provides labelization
options COMPAT_43 # Compatible with BSD 4.3 (sgtty)
options COMPAT_43TTY # BSD 4.3 TTY compat (sgtty)
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
options KTRACE # ktrace(1) support