diff options
author | ed <ed@FreeBSD.org> | 2009-06-25 19:26:23 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2009-06-25 19:26:23 +0000 |
commit | af2f22ec88005ba67d66df04d2f27e935d14ba19 (patch) | |
tree | 02d1ab1b0e5ad03b8d944f4d08e2dcf7ac2351f9 | |
parent | 8bd1f80d4555d094dd02761d4c1e14c79e18a6e3 (diff) | |
download | FreeBSD-src-af2f22ec88005ba67d66df04d2f27e935d14ba19.zip FreeBSD-src-af2f22ec88005ba67d66df04d2f27e935d14ba19.tar.gz |
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
-rw-r--r-- | sys/sun4v/conf/GENERIC | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sun4v/conf/GENERIC b/sys/sun4v/conf/GENERIC index 6faab90..1717259 100644 --- a/sys/sun4v/conf/GENERIC +++ b/sys/sun4v/conf/GENERIC @@ -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 |