Date: Mon, 22 Mar 1999 11:07:22 -0800 (PST) From: Matthew Jacob <mjacob@feral.com> To: Martin Husemann <martin@rumolt.teuto.de> Cc: scsi@FreeBSD.ORG Subject: Re: Quirk entry for Caliper tape drive Message-ID: <Pine.LNX.4.04.9903221107100.19487-100000@feral-gw> In-Reply-To: <199903221808.TAA01105@rumolt.teuto.de>
next in thread | previous in thread | raw e-mail | index | archive | help
Do you know where (in which routine) it paniced?
On Mon, 22 Mar 1999, Martin Husemann wrote:
> I tried to boot FreeBSD 3.1-19990220-STABLE on a machine - which panics the
> kernel (division by zero) while probing for SCSI devices (I reported this
> here a few weeks ago).
>
> Joerg Wunsch suggested the appended patch, which solves the problem on
> this machine by removing the cause - if someone want's to look at the
> symptom (i.e. the division) so the kernel can cope with this kind of
> devices without quirks, I can easily try patches...
>
>
> Martin
>
> *** cam_xpt.c.orig Thu Jan 21 00:00:31 1999
> --- cam_xpt.c Mon Mar 22 11:37:12 1999
> ***************
> *** 400,409 ****
> --- 400,419 ----
> " TDC 3600", "U07:"
> },
> CAM_QUIRK_NOSERIAL, /*mintags*/0, /*maxtags*/0
> },
> {
> + /*
> + * Would repond to all LUNs if asked for.
> + */
> + {
> + T_SEQUENTIAL, SIP_MEDIA_REMOVABLE, "CALIPER",
> + "CP150", "*"
> + },
> + CAM_QUIRK_NOLUNS, /*mintags*/0, /*maxtags*/0
> + },
> + {
> /* Default tagged queuing parameters for all devices */
> {
> T_ANY, SIP_MEDIA_REMOVABLE|SIP_MEDIA_FIXED,
> /*vendor*/"*", /*product*/"*", /*revision*/"*"
> },
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-scsi" in the body of the message
>
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?Pine.LNX.4.04.9903221107100.19487-100000>
