Subject: Re: SCSI trouble with newly supped kernel
To: Aaron S. Magill <amagill@uiuc.edu>
From: Scott Reynolds <scottr@edsi.org>
List: port-mac68k
Date: 02/21/1996 08:44:26
On Tue, 20 Feb 1996, Aaron S. Magill wrote:

> ncrscsi0 targ 0 lun 0: <QUANTUM, LP240S GM240S01X, 6.3> SCSI2 0/direct fixed
> scsi_inqmatch: 2/0/0 <, , >
> sd0 at scsibus0: 234MB, 1818 cyl, 4 head, 65 sec, 512 bytes/sec
> ncrscsi0 targ 1 lun 0: <MAXTOR, 7345-SCSI, 1761> SCSI1 0/direct fixed
> scsi_inqmatch: 2/0/0 <, , >
> sd0 at scsibus0: 329MB, 2220 cyl, 4 head, 76 sec, 512 bytes/sec
> ncrscsi0 targ 2 lun 0: <QUANTUM, LP240S GM240S01X, 6.3> SCSI2 0/direct fixed
> scsi_inqmatch: 2/0/0 <, , >
> sd0 at scsibus0: 234MB, 1818 cyl, 4 head, 65 sec, 512 bytes/sec

Ouch.  This is a problem.  (Notice that all 3 drives are recognized as 
sd0!)  What you should probably do is a `make clean' in your kernel 
compile directory and build from scratch.  As painful as this is, you 
need to eliminate this as a possible cause.

Also, those scsi_inqmatch messages are a result of SCSIDEBUG being 
specified in your kernel config file.

Hope this helps.

--scott

PS - there have been a number of changes that affect SCSI and ADB over the
last couple of weeks; you might consider fetching the latest code, too.