Comment out config lines for MI scsi drivers, to make it absolutely clear
we don't yet support them.
This commit is contained in:
parent
54766d93cf
commit
50201a6c48
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.pmax,v 1.34 1996/10/11 19:58:43 mhitch Exp $
|
||||
# $NetBSD: files.pmax,v 1.35 1996/10/13 05:21:17 jonathan Exp $
|
||||
# DECstation-specific configuration info
|
||||
|
||||
# maxpartitions must be first item in files.${ARCH}.
|
||||
@ -72,17 +72,18 @@ device oldscsibus {target = -1, drive = -1}
|
||||
attach oldscsibus at oldscsi
|
||||
|
||||
# asc: system-slot or turbochannel-option SCSI interface
|
||||
device asc: oldscsi,scsi
|
||||
#device asc: oldscsi,scsi
|
||||
device asc: oldscsi
|
||||
attach asc at ioasic with asc_ioasic
|
||||
file dev/tc/asc_ioasic.c asc_ioasic
|
||||
attach asc at tc with asc_tc
|
||||
file dev/tc/asc_tc.c asc_tc
|
||||
|
||||
|
||||
file dev/tc/asc.c asc needs-flag
|
||||
|
||||
# sii: kn01 SCSI interface
|
||||
device sii: oldscsi,scsi
|
||||
#device sii: scsi,oldscsi
|
||||
device sii: oldscsi
|
||||
file arch/pmax/dev/sii.c sii needs-flag
|
||||
attach sii at mainbus with sii_ds
|
||||
file arch/pmax/dev/sii_ds.c sii_ds
|
||||
|
Loading…
Reference in New Issue
Block a user