The ``super scsi'' device is /dev/scc.
I'm not sure it's fully functional though !
This commit is contained in:
parent
254d5ecb9e
commit
9564a08fa8
@ -76,6 +76,7 @@
|
||||
# lpt* stock lp
|
||||
#
|
||||
# SCSI devices (other than CD-ROM, tape and disk):
|
||||
# ssc The ``super scsi'' device
|
||||
# uk* "unknown" device (supports ioctl calls only)
|
||||
# worm* WORM driver
|
||||
# pt* Processor Type (HP scanner, as one example)
|
||||
@ -106,7 +107,7 @@
|
||||
# perfmon CPU performance-monitoring counters
|
||||
# pci PCI configuration-space access from user mode
|
||||
#
|
||||
# $Id: MAKEDEV,v 1.140 1997/05/11 00:34:36 jmg Exp $
|
||||
# $Id: MAKEDEV,v 1.141 1997/08/28 12:14:14 jkh Exp $
|
||||
#
|
||||
|
||||
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:$PATH
|
||||
@ -473,6 +474,11 @@ ccd*)
|
||||
umask 77
|
||||
;;
|
||||
|
||||
ssc*)
|
||||
rm -f ssc
|
||||
mknod ssc c 49 0
|
||||
;;
|
||||
|
||||
uk*)
|
||||
unit=`expr $i : 'uk\(.*\)'`
|
||||
rm -f uk$unit
|
||||
|
@ -76,6 +76,7 @@
|
||||
# lpt* stock lp
|
||||
#
|
||||
# SCSI devices (other than CD-ROM, tape and disk):
|
||||
# ssc The ``super scsi'' device
|
||||
# uk* "unknown" device (supports ioctl calls only)
|
||||
# worm* WORM driver
|
||||
# pt* Processor Type (HP scanner, as one example)
|
||||
@ -106,7 +107,7 @@
|
||||
# perfmon CPU performance-monitoring counters
|
||||
# pci PCI configuration-space access from user mode
|
||||
#
|
||||
# $Id: MAKEDEV,v 1.140 1997/05/11 00:34:36 jmg Exp $
|
||||
# $Id: MAKEDEV,v 1.141 1997/08/28 12:14:14 jkh Exp $
|
||||
#
|
||||
|
||||
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:$PATH
|
||||
@ -473,6 +474,11 @@ ccd*)
|
||||
umask 77
|
||||
;;
|
||||
|
||||
ssc*)
|
||||
rm -f ssc
|
||||
mknod ssc c 49 0
|
||||
;;
|
||||
|
||||
uk*)
|
||||
unit=`expr $i : 'uk\(.*\)'`
|
||||
rm -f uk$unit
|
||||
|
@ -39,7 +39,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\"
|
||||
.\" $Id: scsi.8,v 1.11 1997/06/18 06:37:23 charnier Exp $
|
||||
.\" $Id: scsi.8,v 1.12 1997/08/24 08:50:25 joerg Exp $
|
||||
.\"
|
||||
.Dd October 11, 1993
|
||||
.Dt SCSI 8
|
||||
@ -145,7 +145,7 @@ flag.
|
||||
The
|
||||
.Fl p
|
||||
option can be used against the "super scsi" device
|
||||
.Pa /dev/scsi/super
|
||||
.Pa /dev/ssc
|
||||
to probe all devices with a given SCSI lun on a given SCSI bus.
|
||||
The bus can be selected with the
|
||||
.Fl b
|
||||
@ -153,9 +153,6 @@ option and the default is 0.
|
||||
The lun can be selected with the
|
||||
.Fl l
|
||||
option and the default is 0.
|
||||
See
|
||||
.Xr scsi 4
|
||||
for a description of the "super scsi" device.
|
||||
.Pp
|
||||
The
|
||||
.Fl r
|
||||
|
Loading…
Reference in New Issue
Block a user