Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Sep 1998 11:17:27 -0400 (EDT)
From:      Ted Buswell <tbuswell@mediaone.net>
To:        "Kenneth D. Merry" <ken@plutotech.com>
Cc:        freebsd-scsi@FreeBSD.ORG, gibbs@narnia.plutotech.com
Subject:   Re: CAM/ncr messages..
Message-ID:  <13826.30510.420123.343940@tbuswell.ne.mediaone.net>
In-Reply-To: <199809180335.VAA07472@panzer.plutotech.com>
References:  <13825.46672.35984.907842@tbuswell.ne.mediaone.net> <199809180335.VAA07472@panzer.plutotech.com>

next in thread | previous in thread | raw e-mail | index | archive | help

Kenneth D. Merry writes:
 > Justin fixed some more bugs in the NCR driver today that might help your
 > problem.  Get revision 1.129 of ncr.c, and see if that helps.

I obtained 1.129 and after some initial testing, the timeout messages
seem to have gone away.

 > still send the queue full messages continually.  We deal with this via
 > quirk entries for the Atlas II that don't let the number of queue entries
 > go below 24.

My "tagged openings" messages would go below the 24 that you're
talking about here; problem was that my disks are diff and the inquiry
is "XP34550WD" which is not matched by the "XP34550?" string in the
quirks table.  Attached is a patch for cam_xpt.c.

I'll probably try the fw update you mentioned, as soon as quantum's NT 
ftp server lets me do an 'ls'.

Thanks CAM team, this stuff looks like it's going to really kick
ass!

-Ted

Index: cam_xpt.c
===================================================================
RCS file: /home/ncvs/src/sys/cam/cam_xpt.c,v
retrieving revision 1.6
diff -r1.6 cam_xpt.c
244c244
< 		{ T_DIRECT, SIP_MEDIA_FIXED, quantum, "XP34550?", "*" },
---
> 		{ T_DIRECT, SIP_MEDIA_FIXED, quantum, "XP34550*", "*" },

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-scsi" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?13826.30510.420123.343940>