Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Nov 1997 13:07:37 +0100 (CET)
From:      leif@234-49.fido.dk
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   kern/5040: Support for "SCSI-0" devices
Message-ID:  <199711141207.NAA21702@darla.swimsuit.fido.dk>
Resent-Message-ID: <199711141240.EAA25385@hub.freebsd.org>

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

>Number:         5040
>Category:       kern
>Synopsis:       Support for "SCSI-0" devices
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 14 04:40:01 PST 1997
>Last-Modified:
>Originator:     Leif Neland
>Organization:
Me? Organized?
>Release:        FreeBSD 2.2.5-STABLE i386
>Environment:
Stupid Maxtor SCSI-disk
>Description:

	My Maxtor SCSI disk doesn't tell what level of SCSI (1,2,...) it is,
so it won't be recognized at boot.



>How-To-Repeat:

	Get a Maxtor :-)

>Fix:
	
	in scsiconf.c:

if ( (inqbuf->version & SID_ANSII ) > 0 ) {

When I force this test to be true, the disk gets installed and works correctly.

It would be nice to have a switch in the config-file /usr/src/sys/i386/conf/XXX
to force this test true. STUPID_SCSI would be a good choice :-)


>Audit-Trail:
>Unformatted:



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