Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 May 2000 09:54:58 -0700 (PDT)
From:      paul@pth.com
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/18793: Hitachi DK319H needs quirk entry to work with freebsd
Message-ID:  <20000524165458.143AD37BD00@hub.freebsd.org>

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

>Number:         18793
>Category:       misc
>Synopsis:       Hitachi DK319H needs quirk entry to work with freebsd
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 24 10:00:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Paul Haddad
>Release:        4.0
>Organization:
>Environment:
FreeBSD netserver.pth.com 4.0-RELEASE FreeBSD 4.0-RELEASE #3: Wed May 24 12:19:22 EDT 2000     root@netserver.pth.com:/usr/tmp/src/sys/compile/SMP-NETSERVER4  i386
>Description:
The Hitachi scsi drives in the DK319H series apparently don't like to have multiple luns probed, the machine will not boot without a quirk entry for this drive, it'll just sit there and print out error messages.

The linux kernel has workarounds for DK312 & DK314, so it might be all DK31* drives that have this problem.
>How-To-Repeat:

>Fix:
 This entry fixes the problem.
       {
                /* Doesn't like multi-LUN probing. */
                { T_DIRECT, SIP_MEDIA_FIXED, "HITACHI", "DK319*", "*" },
                CAM_QUIRK_NOLUNS, /*mintags*/2, /*maxtags*/255
        },


>Release-Note:
>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?20000524165458.143AD37BD00>