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/GENERIC.rz0 | |
parent | 9c980a1d66de0c581f53571cc8ef7b9899dbd8cd (diff) |
remove HZ and NKMEMCLUSTER and add offset? to the at ioasic? entries
Diffstat (limited to 'sys/arch/pmax/conf/GENERIC.rz0')
-rw-r--r-- | sys/arch/pmax/conf/GENERIC.rz0 | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/sys/arch/pmax/conf/GENERIC.rz0 b/sys/arch/pmax/conf/GENERIC.rz0 index 875c1a11804..9e7ff2111f2 100644 --- a/sys/arch/pmax/conf/GENERIC.rz0 +++ b/sys/arch/pmax/conf/GENERIC.rz0 @@ -14,9 +14,6 @@ option DS5000_25 # MAXINE (kn02ca/xine) option DS5000_100 # 3MIN (kn02ba/kmin) option DS5000_200 # 3MAX (kn02) 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 @@ -91,21 +88,21 @@ le0 at tc? # decstation 5000/200 baseboard le* at tc? # other lance network interfaces # ioasic standard baseboard options (5000/2x, 5000/1xx, 5000/2[46]0) ioasic0 at tc? -clock0 at ioasic? # rtc -asc0 at ioasic? # system scsi subslot -scc0 at ioasic? -le0 at ioasic? # tc onboard lance -scc1 at ioasic? # not present on maxine +clock0 at ioasic? offset? # rtc +asc0 at ioasic? offset? # system scsi subslot +scc0 at ioasic? offset? +le0 at ioasic? offset? # tc onboard lance +scc1 at ioasic? offset? # not present on maxine # MAXINE-only ioasic baseboard devices and on-baseboard "options" xcfb0 at tc? # tc framebuffer "option" -dtop0 at ioasic0 # destop bus, lk501 kbd, mouse +dtop0 at ioasic0 offset? # destop bus, lk501 kbd, mouse # 5000/200-only (aka 3MAX aka KN02) baseboard devices (tc but no ioasic) clock0 at mainbus0 # rtc 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 # 2100/3100-only (aka PMAX aka KN01) baseboard devices. clock0 at mainbus0 # rtc pm0 at mainbus0 # 3100 onboard fb |