Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Oct 1998 12:12:07 +0100 (CET)
From:      murduth@ludd.luth.se
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   kern/8485: Version 1.17 of sys/cam/cam_xpt.c contains a bug.
Message-ID:  <199810291112.MAA20857@rmstar.campus.luth.se>

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

>Number:         8485
>Category:       kern
>Synopsis:       A quirk bug in sys/cam/cam_xpt.c
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 29 03:20:00 PST 1998
>Last-Modified:
>Originator:     Joakim Henriksson
>Organization:
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

Current as of Thu Oct 29 1998

>Description:

A patch to correct a quirky drive was done incorrectly. The drive is
mistakenly labeled as a REMOVABLE when it isn't.

>How-To-Repeat:
>Fix:

Apply the following patch in /sys/cam

*** cam_xpt.c.old       Thu Oct 29 12:05:12 1998
--- cam_xpt.c   Thu Oct 29 12:06:55 1998
***************
*** 280,286 ****
        },
        {
                /* Broken tagged queuing drive */ 
!               { T_DIRECT, SIP_MEDIA_REMOVABLE, "CONNER", "CFP2107*", "*" },
                /*quirks*/0, /*mintags*/0, /*maxtags*/0
        },
          {
--- 280,286 ----
        },
        {
                /* Broken tagged queuing drive */ 
!               { T_DIRECT, SIP_MEDIA_FIXED, "CONNER", "CFP2107*", "*" },
                /*quirks*/0, /*mintags*/0, /*maxtags*/0
        },
          {

>Audit-Trail:
>Unformatted:

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



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