Subject: Re: SCSI device driver problem
To: Andy Doran <ad@netbsd.org>
From: Jason Thorpe <thorpej@nas.nasa.gov>
List: tech-kern
Date: 09/27/1999 14:48:48
On Mon, 27 Sep 1999 22:10:27 +0100 (BST) 
 Andy Doran <ad@netbsd.org> wrote:

 > scsibus0 at dpt0 channel 0: 8 targets, 8 luns per target
 > sd0 at scsibus0 targ 0 lun 0: <SEAGATE, ST32151N, 0094> SCSI2 0/direct fixed
 > sd0: 2049 MB, 4177 cyl, 8 head, 125 sec, 512 bytes/sect x 4197402 sectors
 > probe(dpt0:0:1):  Check Condition on CDB: 0x12 20 00 00 2c 00
 >     SENSE KEY:  Illegal Request
 >      ASC/ASCQ:  Logical Unit Not Supported

I'm in the process of doing a bunch of SCSI work, and noticed that we
don't really handle this properly.  I made a similar change in my code.

 > Any comments or suggestions would be appreciated.

If you want to commit this, that's cool.  I'd appreciate it if you
held off just a little bit, tho (maybe a week?) as I want to get
my changes integrated soon (first of many steps).

        -- Jason R. Thorpe <thorpej@nas.nasa.gov>