diff options
author | jeff <jeff@FreeBSD.org> | 2004-01-24 21:45:25 +0000 |
---|---|---|
committer | jeff <jeff@FreeBSD.org> | 2004-01-24 21:45:25 +0000 |
commit | bf28ee60e2da790032ff4ca6475fd95609f5fa3e (patch) | |
tree | d00b3e5b899b70f22e4d99f32cd7dee105a5f651 /sys/alpha/conf | |
parent | 8a4acc215692ee5fceae84f64e078b66c5a64a7b (diff) | |
download | FreeBSD-src-bf28ee60e2da790032ff4ca6475fd95609f5fa3e.zip FreeBSD-src-bf28ee60e2da790032ff4ca6475fd95609f5fa3e.tar.gz |
- Remove local changes that leaked into my last commit.
Spotted by: juli
Diffstat (limited to 'sys/alpha/conf')
-rw-r--r-- | sys/alpha/conf/GENERIC | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index 2d4edad..cd326b6 100644 --- a/sys/alpha/conf/GENERIC +++ b/sys/alpha/conf/GENERIC @@ -60,6 +60,7 @@ options MSDOSFS #MSDOS Filesystem 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 #Compatible with FreeBSD4 options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI options KTRACE #ktrace(1) syscall trace support @@ -73,13 +74,8 @@ options PFIL_HOOKS # pfil(9) framework options DDB #Enable the kernel debugger options INVARIANTS #Enable calls of extra sanity checking options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS -<<<<<<< GENERIC -options WITNESS #Enable checks to detect deadlocks and cycles -options WITNESS_SKIPSPIN -======= #options WITNESS #Enable checks to detect deadlocks and cycles options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed ->>>>>>> 1.165 # To make an SMP kernel, the next line is needed options SMP # Symmetric MultiProcessor Kernel |