From owner-freebsd-hackers Wed May 1 06:59:38 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA10149 for hackers-outgoing; Wed, 1 May 1996 06:59:38 -0700 (PDT) Received: from diablo.ppp.de (diablo.ppp.de [193.141.101.34]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id GAA10143 for ; Wed, 1 May 1996 06:59:23 -0700 (PDT) Received: from allegro.lemis.de by diablo.ppp.de with smtp (Smail3.1.28.1 #1) id m0uEcQq-000QXzC; Wed, 1 May 96 15:59 MET DST From: grog@lemis.de (Greg Lehey) Organisation: LEMIS, Schellnhausen 2, 36325 Feldatal, Germany Phone: +49-6637-919123 Fax: +49-6637-919122 Received: (grog@localhost) by allegro.lemis.de (8.6.9/8.6.9) id PAA28119 for hackers@freebsd.org; Wed, 1 May 1996 15:49:08 +0200 Message-Id: <199605011349.PAA28119@allegro.lemis.de> Subject: SCSI super device? To: hackers@freebsd.org (FreeBSD Hackers) Date: Wed, 1 May 1996 15:49:07 +0200 (MET DST) X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm playing around with the 'scsi' command, and find an option: scsi -f device -p [-b bus] [-l lun] # To probe all devices According to the man page scsi(8), The -p option can be used against the "super scsi" device /dev/scsi/super to probe all devices with a given SCSI lun on a given SCSI bus. The bus can be selected with the -b option and the default is 0. The lun can be selected with the -l option and the default is 0. See scsi(4) for a de- scription of the "super scsi" device. Well, scsi(4) doesn't know about a "super scsi" device, I don't have one on my system, and MAKEDEV doesn't seem to know either. Can anybody tell me what device I need here? If I find out, I promise to update the man page. Greg