Change pmax (asc and sii) SCSI drivers to use "needs-flag", as the

drivers have  been fixed to not require "needs-count".

Add back the lines for the "rcons" console driver, even though it's
not merged into the pmax port yet, as conf.h was patched to include
"rcons.h".  Adding the device here, but not configuring it (e.g., in
GENERIC) keeps conf.c happy until rcons code is merged.
This commit is contained in:
jonathan 1995-08-29 10:12:48 +00:00
parent 5124d90b3b
commit 9557f68db3
1 changed files with 8 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: files.pmax,v 1.20 1995/08/18 10:09:22 jonathan Exp $
# $NetBSD: files.pmax,v 1.21 1995/08/29 10:12:48 jonathan Exp $
# DECstation-specific configuration info
# maxpartitions must be first item in files.${ARCH}.
@ -59,11 +59,11 @@ device oldscsibus at oldscsi {target = -1, drive = -1}
# asc: system-slot or turbochannel-option SCSI interface
device asc at ioasic,tc: oldscsi,scsi
file arch/pmax/dev/asc.c asc needs-count
file arch/pmax/dev/asc.c asc needs-flag
# sii: kn01 SCSI interface
device sii at mainbus: oldscsi,scsi
file arch/pmax/dev/sii.c sii needs-count
file arch/pmax/dev/sii.c sii needs-flag
device tz at oldscsibus: tape
@ -150,10 +150,11 @@ file compat/ultrix/ultrix_misc.c compat_ultrix
file compat/ultrix/ultrix_syscalls.c compat_ultrix
file compat/ultrix/ultrix_sysent.c compat_ultrix
# Ted Lemon's not-quite-finished-as-yet redirectabe FB console driver
#device rcons at mainbus
#file arch/pmax/dev/rcons.c rcons needs-count
#file arch/pmax/pmax/cpu_cons.c rcons
# Ted Lemon's not-quite-finished-as-yet redirectabe FB console driver.
# Don't configure one until the rcons code is merged!
device rcons at mainbus
file arch/pmax/dev/rcons.c rcons needs-count
file arch/pmax/pmax/cpu_cons.c rcons
# Glue for old-style config
file arch/pmax/pmax/conf-glue.c