From owner-freebsd-bugs Sat May 16 15:04:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA15690 for freebsd-bugs-outgoing; Sat, 16 May 1998 15:04:08 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA15668 for ; Sat, 16 May 1998 15:04:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA17586; Sat, 16 May 1998 15:00:02 -0700 (PDT) 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 ; 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 X-Send-Pr-Version: 3.2 Subject: conf/6656: MAKEDEV doesn't support SuperSCSI (ssc) device Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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