From owner-freebsd-hackers Fri Jan 6 10:38:08 1995 Return-Path: hackers-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id KAA25346 for hackers-outgoing; Fri, 6 Jan 1995 10:38:08 -0800 Received: from uivlsi.csl.uiuc.edu (uivlsi.csl.uiuc.edu [128.174.57.133]) by freefall.cdrom.com (8.6.9/8.6.6) with SMTP id KAA25340 for ; Fri, 6 Jan 1995 10:38:07 -0800 Received: by uivlsi.csl.uiuc.edu id AA16999 (5.67b/IDA-1.3.4 for hackers@freebsd.org); Fri, 6 Jan 1995 12:38:04 -0600 Date: Fri, 6 Jan 1995 12:38:04 -0600 From: Terry Lee Message-Id: <199501061838.AA16999@uivlsi.csl.uiuc.edu> To: hackers@freebsd.org Subject: Re: SCSI support for multiple LUNs? Sender: hackers-owner@freebsd.org Precedence: bulk By default, sd devices only support LUN 0. I remember hearing before the reason is that some disks incorrectly report on all LUNs. So in order for LUN 1 on my Emulex MD21 to be recognized, I had to modify scsiconf.c . I'd like to add an entry to scsiconf.c so that Emulex sd devices are probed for multiple LUNs. But why is vendor info probe disabled for SCSI0 (which the MD21 is) devices? Is this specified in the SCSI specs.? I enabled the vendor info probe, and the MD21 was probed correctly. So, can vendor info probe be safely enabled for SCSI0 (thus all SCSI) devices? Thanks. Terry Lee terry@uivlsi.csl.uiuc.edu