diff options
author | peter <peter@FreeBSD.org> | 2002-10-26 04:58:36 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2002-10-26 04:58:36 +0000 |
commit | b597459f26886c8d2a309f5ec57fef5a9de08ea7 (patch) | |
tree | 3e62f8152277a4c43a5aa7fdf83b049f75ce0abd /sys/ia64 | |
parent | bbcb1cd71bd3aaa3decab9143ad570246a2545d8 (diff) | |
download | FreeBSD-src-b597459f26886c8d2a309f5ec57fef5a9de08ea7.zip FreeBSD-src-b597459f26886c8d2a309f5ec57fef5a9de08ea7.tar.gz |
Add COMPAT_FREEBSD4 here too. It has COMPAT_43 as well.
Diffstat (limited to 'sys/ia64')
-rw-r--r-- | sys/ia64/conf/GENERIC | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC index 4b3a299..812b439 100644 --- a/sys/ia64/conf/GENERIC +++ b/sys/ia64/conf/GENERIC @@ -49,6 +49,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 |