diff options
author | peter <peter@FreeBSD.org> | 2002-10-26 04:57:19 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2002-10-26 04:57:19 +0000 |
commit | bbcb1cd71bd3aaa3decab9143ad570246a2545d8 (patch) | |
tree | 8b8018cb8f627c59bfcb68e999dbb382a1c1c40c /sys/sparc64/conf | |
parent | 2881d3ce89a62c17dc26c50aa54d855b0707fc56 (diff) | |
download | FreeBSD-src-bbcb1cd71bd3aaa3decab9143ad570246a2545d8.zip FreeBSD-src-bbcb1cd71bd3aaa3decab9143ad570246a2545d8.tar.gz |
Add COMPAT_FREEBSD4 for the transition. COMPAT_43 was already present.
Diffstat (limited to 'sys/sparc64/conf')
-rw-r--r-- | sys/sparc64/conf/GENERIC | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC index 6244d07..c7a6f64 100644 --- a/sys/sparc64/conf/GENERIC +++ b/sys/sparc64/conf/GENERIC @@ -48,6 +48,7 @@ options CD9660 #ISO 9660 Filesystem options PROCFS #Process filesystem (requires PSEUDOFS) options PSEUDOFS #Pseudo-filesystem framework options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] +options COMPAT_FREEBSD4 #Keep this for a while options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI options KTRACE #ktrace(1) syscall trace support options SYSVSHM #SYSV-style shared memory |