Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/pmax/conf Allow sii driver to be compiled with MI S...
details: https://anonhg.NetBSD.org/src/rev/b544843401d6
branches: trunk
changeset: 487075:b544843401d6
user: mhitch <mhitch%NetBSD.org@localhost>
date: Fri Jun 02 20:24:20 2000 +0000
description:
Allow sii driver to be compiled with MI SCSI support. Now DS3100 users
can use MI SCSI!
diffstat:
sys/arch/pmax/conf/files.pmax | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 4672d7cbbdc6 -r b544843401d6 sys/arch/pmax/conf/files.pmax
--- a/sys/arch/pmax/conf/files.pmax Fri Jun 02 20:23:13 2000 +0000
+++ b/sys/arch/pmax/conf/files.pmax Fri Jun 02 20:24:20 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.pmax,v 1.85 2000/04/29 21:47:14 soren Exp $
+# $NetBSD: files.pmax,v 1.86 2000/06/02 20:24:20 mhitch Exp $
# DECstation-specific configuration info
# maxpartitions must be first item in files.${ARCH}.
@@ -119,9 +119,11 @@
# sii: kn01 SCSI interface
device sii: oldscsi
-file arch/pmax/dev/sii.c sii needs-flag
+device xsii: ncr53c9x,scsi
+file arch/pmax/dev/sii.c sii | xsii needs-flag
attach sii at ibus with sii_ds
-file arch/pmax/dev/sii_ds.c sii_ds
+attach xsii at ibus with xsii_ds
+file arch/pmax/dev/sii_ds.c sii_ds | xsii_ds
device tz: tape
attach tz at oldscsibus
Home |
Main Index |
Thread Index |
Old Index