diff options
author | jhb <jhb@FreeBSD.org> | 2009-06-25 17:46:52 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2009-06-25 17:46:52 +0000 |
commit | 3310c1528027aa06f1a38d4207c99b7c41978b32 (patch) | |
tree | 2eed6f9afab600fd0000fa8f7af051b970667e7a | |
parent | 5ecfba6d0beb0f039ae5678ac57ce2a98dbb51aa (diff) | |
download | FreeBSD-src-3310c1528027aa06f1a38d4207c99b7c41978b32.zip FreeBSD-src-3310c1528027aa06f1a38d4207c99b7c41978b32.tar.gz |
Remove COMPAT_FREEBSD5 from sun4v. There are no FreeBSD/sun4v 5.x binaries
to be compatible with.
-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 438db17..6faab90 100644 --- a/sys/sun4v/conf/GENERIC +++ b/sys/sun4v/conf/GENERIC @@ -53,7 +53,6 @@ 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 COMPAT_FREEBSD5 # Compatible with FreeBSD5 options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI options KTRACE # ktrace(1) support options STACK # stack(9) support |