diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2004-12-31 00:40:53 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2004-12-31 00:40:53 +0000 |
commit | cc318892241217ab5fefef4687486649c95a1f86 (patch) | |
tree | e737748c94cce06829b3ab4fed6aed7e20fd504e /sys/arch/zaurus | |
parent | e24d3a74bfa288fd331c2e01f91bf7b56d2221d0 (diff) |
cleanups pointed out by miod@
Diffstat (limited to 'sys/arch/zaurus')
-rw-r--r-- | sys/arch/zaurus/conf/RAMDISK | 12 | ||||
-rw-r--r-- | sys/arch/zaurus/conf/files.zaurus | 2 |
2 files changed, 2 insertions, 12 deletions
diff --git a/sys/arch/zaurus/conf/RAMDISK b/sys/arch/zaurus/conf/RAMDISK index 1addfc790ca..4ce2d6f537f 100644 --- a/sys/arch/zaurus/conf/RAMDISK +++ b/sys/arch/zaurus/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.1 2004/12/31 00:04:35 drahn Exp $ +# $OpenBSD: RAMDISK,v 1.2 2004/12/31 00:40:52 drahn Exp $ # $NetBSD: GENERIC,v 1.27.4.1 2002/08/01 04:18:06 lukem Exp $ # # GENERIC machine description file @@ -24,7 +24,6 @@ machine zaurus arm # include "../../../conf/GENERIC" option TIMEZONE=0 # time zone to adjust RTC time by option DST=0 # daylight saving time used by RTC -option COMPAT_43 # and 4.3BSD option FFS # UFS #option NFSCLIENT # Network File System client option CD9660 # ISO 9660 + Rock Ridge file system @@ -69,18 +68,10 @@ options XSCALE_CACHE_WRITE_THROUGH #options XSCALE_CACHE_WRITE_BACK makeoptions CPUFLAGS="-mcpu=xscale" -options SYSCALL_DEBUG - # FPA options #options ARMFPE # ARM Ltd FPE -#option WSDISPLAY_COMPAT_USL # VT handling -#option WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes -#option WSDISPLAY_DEFAULTSCREENS=6 # can get raw scancodes -#option WSDISPLAY_COMPAT_PCVT # can get raw scancodes - -#config bsd swap generic config bsd root on rd0a swap on rd0b # The main bus device @@ -135,7 +126,6 @@ pseudo-device rd 1 # ram disk option BOOT_CONFIG # boot-time kernel config # RAMDISK stuff -#option MINIROOTSIZE=8192 option MINIROOTSIZE=5120 option RAMDISK_HOOKS diff --git a/sys/arch/zaurus/conf/files.zaurus b/sys/arch/zaurus/conf/files.zaurus index d7bb17ff9f7..586ad74ca04 100644 --- a/sys/arch/zaurus/conf/files.zaurus +++ b/sys/arch/zaurus/conf/files.zaurus @@ -3,7 +3,7 @@ # First try for arm-specific configuration info # -maxpartitions 8 +maxpartitions 16 maxusers 2 8 64 include "../../../scsi/files.scsi" |