diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2007-02-03 16:49:44 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2007-02-03 16:49:44 +0000 |
commit | 25d3b6b7a2787afc059878d14ce01a4a9d068207 (patch) | |
tree | 897dbcabe34faa8d5fbddffd3014512f17f1d948 /sys/arch/landisk | |
parent | 03be750656a93b86cb10dd6f837caa84ba6a9acd (diff) |
There is no good reason to disable half of the 7751 cache, so don't.
Diffstat (limited to 'sys/arch/landisk')
-rw-r--r-- | sys/arch/landisk/conf/GENERIC | 5 | ||||
-rw-r--r-- | sys/arch/landisk/conf/RAMDISK | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/sys/arch/landisk/conf/GENERIC b/sys/arch/landisk/conf/GENERIC index 28d1ebb8912..9abaebae61e 100644 --- a/sys/arch/landisk/conf/GENERIC +++ b/sys/arch/landisk/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.10 2007/01/15 22:22:18 martin Exp $ +# $OpenBSD: GENERIC,v 1.11 2007/02/03 16:49:43 miod Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -24,9 +24,6 @@ option DONT_INIT_BSC option PCIVERBOSE option USBVERBOSE -# Cache options. -option SH4_CACHE_DISABLE_EMODE # disable extended (2x larger) mode - #config bsd swap generic config bsd root on wd0a diff --git a/sys/arch/landisk/conf/RAMDISK b/sys/arch/landisk/conf/RAMDISK index b530fc728b8..bc82457cfeb 100644 --- a/sys/arch/landisk/conf/RAMDISK +++ b/sys/arch/landisk/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.5 2006/12/18 00:46:25 martin Exp $ +# $OpenBSD: RAMDISK,v 1.6 2007/02/03 16:49:43 miod Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -23,9 +23,6 @@ option DONT_INIT_BSC option PCIVERBOSE option USBVERBOSE -# Cache options. -option SH4_CACHE_DISABLE_EMODE # disable extended (2x larger) mode - option DST=0 # daylight saving time used by RTC option FFS # UFS option CD9660 # ISO 9660 + Rock Ridge file system |