Subject: Re: SCSI failures with -current kernel
To: Dan Debertin <airboss@nodewarrior.org>
From: Manuel Bouyer <bouyer@antioche.lip6.fr>
List: current-users
Date: 06/24/2001 13:58:34
On Sat, Jun 23, 2001 at 01:52:32PM -0500, Dan Debertin wrote:
> -current as of yesterday fails to boot from my SCSI drive. It sees it
> okay:
> 
> sd0: 515MB, 2800 cyl, 4 head, 94 sec, 512 bytes/sect x 1056708
> sync(100ns offset 15), 8-bit (10 MB/s) transfers, tagged queueing
> 
> (This second line does not appear when booting from the older kernel)
> 
> Then, shortly after, dies with:
> 
> sd0: could not mode sense (4/5); using fictitious geometry
> sd0(esp0:0:6:0): check condition on CDB: 0x25 00 00 00 00 00 00 00 00 00
> 
> 	SENSE KEY: Not Ready
> 	ASC/ASCQ: Logical Unit Not Ready, Cause Not Reportable
> 	FRU CODE: 0x15

Could you try to disable tagged queuing ?
Just comment out
	if ((ti->flags & (T_RSELECTOFF|T_TAG)) == T_TAG)
		xm.xm_mode |= PERIPH_CAP_TQING;

in sys/dev/ic/ncr53c9x.c

--
Manuel Bouyer <bouyer@antioche.eu.org>
--