Date: Sat, 16 May 1998 18:02:14 GMT From: rhh@ct.picker.com To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: rhh@ct.picker.com Subject: conf/6656: MAKEDEV doesn't support SuperSCSI (ssc) device Message-ID: <199805161802.SAA04557@stealth.ct.picker.com>
next in thread | raw e-mail | index | archive | help
>Number: 6656
>Category: conf
>Synopsis: Subject: MAKEDEV doesn't support SuperSCSI (ssc) device
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Sat May 16 15:00:01 PDT 1998
>Last-Modified:
>Originator: Randall Hopper
>Organization:
self
>Release: FreeBSD 3.0-971208-SNAP i386
>Environment:
Stock 3.0-971208-SNAP system. su and ssc options in kernel.
>Description:
The SuperSCSI device is necessary to perform SCSI Bus reprobes
(dynamically probe/attach SCSI devices) using "scsi -p".
This device isn't created by default.
MAKEDEV should support this so users don't have to know
how to find out what the correct major and minor for the device
is, and mknod the device themselves.
>How-To-Repeat:
(Note that scsi(8) says the SuperSCSI device is supposed to be named
/dev/scsi/super):
# cd /dev
# mkdir scsi
# sh MAKEDEV scsi/super
scsi/super - no such device name
# sh MAKEDEV scsi
scsi - no such device name
# sh MAKEDEV superscsi
superscsi - no such device name
#sh MAKEDEV ssc
ssc - no such device name
...give it...
# grep ssc /usr/src/sys/i386/conf/majors.i386
49 ssc SCSI super device
# mknod /dev/ssc c 49 0
>Fix:
Update MAKEDEV to support "scsi/super", "ssc", "superscsi", or
whatever form(s) are desired.
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805161802.SAA04557>
