From rhh@ct.picker.com  Sat May 16 15:01:58 1998
Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1])
          by hub.freebsd.org (8.8.8/8.8.8) with SMTP id PAA15230
          for <FreeBSD-gnats-submit@freebsd.org>; Sat, 16 May 1998 15:01:57 -0700 (PDT)
          (envelope-from rhh@ct.picker.com)
Received: from ct.picker.com by whqvax.picker.com with SMTP;
          Sat, 16 May 1998 18:01:27 -0400 (EDT)
Received: from stealth.ct.picker.com (eagle.ct.picker.com) by ct.picker.com (4.1/SMI-4.1)
	id AA20003; Sat, 16 May 98 18:01:26 EDT
Received: (from rhh@localhost)
	by stealth.ct.picker.com (8.8.8/8.8.8) id SAA04557;
	Sat, 16 May 1998 18:02:14 GMT
	(envelope-from rhh)
Message-Id: <199805161802.SAA04557@stealth.ct.picker.com>
Date: Sat, 16 May 1998 18:02:14 GMT
From: rhh@ct.picker.com
Reply-To: rhh@ct.picker.com
To: FreeBSD-gnats-submit@freebsd.org
Cc: rhh@ct.picker.com
Subject: MAKEDEV doesn't support SuperSCSI (ssc) device
X-Send-Pr-Version: 3.2

>Number:         6656
>Category:       conf
>Synopsis:       Subject: MAKEDEV doesn't support SuperSCSI (ssc) device
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 16 15:00:01 PDT 1998
>Closed-Date:    Sat May 16 15:57:06 PDT 1998
>Last-Modified:  Sun May 17 01:30:00 PDT 1998
>Originator:     Randall Hopper
>Release:        FreeBSD 3.0-971208-SNAP i386
>Organization:
self
>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.

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: brian 
State-Changed-When: Sat May 16 15:57:06 PDT 1998 
State-Changed-Why:  
Fixed on Dec 19 (MAKEDEV 1.142).  The device is now 
called /dev/ssc. 

From: dag-erli@ifi.uio.no (Dag-Erling Coidan =?iso-8859-1?Q?Sm=F8rgrav?= )
To: rhh@ct.picker.com
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: conf/6656: MAKEDEV doesn't support SuperSCSI (ssc) device
Date: 17 May 1998 10:30:34 +0200

 rhh@ct.picker.com writes:
 >         (Note that scsi(8) says the SuperSCSI device is supposed to be named
 > 	/dev/scsi/super):
 
 The bug is in the man page, not in MAKEDEV. The super scsi device is
 /dev/ssc.
 
 root@valinor ~# grep ssc /dev/MAKEDEV
 #       ssc     The ``super scsi'' device
 ssc*)
         mknod ssc c 49 0
 
 -- 
 Noone else has a .sig like this one.
>Unformatted:
