From owner-freebsd-bugs Fri Nov 14 04:40:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA25402 for bugs-outgoing; Fri, 14 Nov 1997 04:40:05 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA25385; Fri, 14 Nov 1997 04:40:02 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 14 Nov 1997 04:40:02 -0800 (PST) Resent-Message-Id: <199711141240.EAA25385@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, leif@234-49.fido.dk Received: from darla.swimsuit.fido.dk (globip66.image.dk [194.234.57.66]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA24913 for ; Fri, 14 Nov 1997 04:37:27 -0800 (PST) (envelope-from root@darla.swimsuit.fido.dk) Received: (from root@localhost) by darla.swimsuit.fido.dk (8.8.8/8.8.7) id NAA21702; Fri, 14 Nov 1997 13:07:37 +0100 (CET) (envelope-from root) Message-Id: <199711141207.NAA21702@darla.swimsuit.fido.dk> Date: Fri, 14 Nov 1997 13:07:37 +0100 (CET) From: leif@234-49.fido.dk Reply-To: leif@234-49.fido.dk To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: kern/5040: Support for "SCSI-0" devices Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >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: