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 List all 6 different types of MI SCSI dev...



details:   https://anonhg.NetBSD.org/src/rev/30b85a4c10e6
branches:  trunk
changeset: 482678:30b85a4c10e6
user:      nisimura <nisimura%NetBSD.org@localhost>
date:      Sat Feb 19 03:58:23 2000 +0000

description:
List all 6 different types of MI SCSI device.

diffstat:

 sys/arch/pmax/conf/mi.scsi |  11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r 574e665848f0 -r 30b85a4c10e6 sys/arch/pmax/conf/mi.scsi
--- a/sys/arch/pmax/conf/mi.scsi        Sat Feb 19 02:10:31 2000 +0000
+++ b/sys/arch/pmax/conf/mi.scsi        Sat Feb 19 03:58:23 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: mi.scsi,v 1.3 1998/11/27 00:09:33 simonb Exp $
+#      $NetBSD: mi.scsi,v 1.4 2000/02/19 03:58:23 nisimura Exp $
 
 #########################################################################
 # SCSI configuration                                                   #
@@ -10,6 +10,9 @@
 #scsibus*      at sii?
 scsibus*       at asc?
 
-sd*    at      scsibus?        target ? lun ?
-st*    at      scsibus?        target ? lun ?
-cd*    at      scsibus?        target ? lun ?
+sd*     at scsibus? target ? lun ?              # SCSI disks
+st*     at scsibus? target ? lun ?              # SCSI tapes
+cd*     at scsibus? target ? lun ?              # SCSI CD-ROMs 
+ch*     at scsibus? target ? lun ?              # SCSI changer devices
+ss*     at scsibus? target ? lun ?              # SCSI scanners
+uk*     at scsibus? target ? lun ?              # unknown SCSI



Home | Main Index | Thread Index | Old Index