diff options
author | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-07-07 08:47:45 +0000 |
---|---|---|
committer | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-07-07 08:47:45 +0000 |
commit | bc5c46e38dea455bc62b44a4210afd3a63be4724 (patch) | |
tree | 0720acdc257b8d7a3fd45eb353949bf7dbf90253 /sys/arch/pmax/conf/DS5000_240 | |
parent | 9c980a1d66de0c581f53571cc8ef7b9899dbd8cd (diff) |
remove HZ and NKMEMCLUSTER and add offset? to the at ioasic? entries
Diffstat (limited to 'sys/arch/pmax/conf/DS5000_240')
-rw-r--r-- | sys/arch/pmax/conf/DS5000_240 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/pmax/conf/DS5000_240 b/sys/arch/pmax/conf/DS5000_240 index e1ce381fd66..4c70593538d 100644 --- a/sys/arch/pmax/conf/DS5000_240 +++ b/sys/arch/pmax/conf/DS5000_240 @@ -9,9 +9,6 @@ option CPU_R3000 # R2000/R3000 support option MIPS1 # R2000/R3000 support # support for specific models of decstation option DS5000_240 # 3MAXPLUS (kn03) -# pmax specific -option "HZ=256" # rtc rate required -option "NKMEMCLUSTERS=1024" # 4k pages in kernel malloc pool # timezone stuff option TIMEZONE=0 option DST=0 # use daylight savings rules @@ -89,7 +86,7 @@ dc0 at mainbus0 le0 at tc? # tc ether "option" on baseboard asc0 at tc? # tc scsi "option" on baseboard # for now, pretend this machine has an ioasic -dc0 at ioasic? # dc7083 four-port dz device +dc0 at ioasic? offset? # dc7083 four-port dz device # the scsi busses oldscsibus* at asc? # scsi configuration for old 4.4bsd/pmax decstation scsi driver |