Subject: kern/2256: IBM 0663L12 needs adding to quirk table
To: None <gnats-bugs@NetBSD.ORG>
From: Iain Hibbert <plunky@skate.demon.co.uk>
List: netbsd-bugs
Date: 03/24/1996 13:22:39
>Number:         2256
>Category:       kern
>Synopsis:       IBM Spitfire drive seems to have a bug
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kern-bug-people (Kernel Bug People)
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sun Mar 24 14:05:02 1996
>Last-Modified:
>Originator:     Iain Hibbert
>Organization:
	
>Release:        1.1B
>Environment:
	
System: NetBSD skate.demon.co.uk 1.1B NetBSD 1.1B (skate) #1: Sun Mar 24 13:10:15 GMT 1996 plunky@skate.demon.co.uk:/home/plunky/src/sys/arch/sparc/compile/skate sparc


>Description:
        my IBM Spitfire SCSI hard disk exhibits disappearing files on recent kernels - it
seems that the firmware has a bug, or quirk or whatever..
	
>How-To-Repeat:
	
>Fix:
        following a hint on one of the mailing lists, I have added the following line to
the scsi_quirk_patterns array in src/sys/scsi/scsiconf.c


/*	$NetBSD: scsiconf.c,v 1.55 1996/03/21 03:29:40 scottr Exp $	*/

[...]

struct scsi_quirk_inquiry_pattern scsi_quirk_patterns[] = {

[...]

	{{T_DIRECT, T_FIXED,
	 "IBM     ", "0663L12         ", ""},     SDEV_AUTOSAVE},

[...]

};

and all is now well again.
>Audit-Trail:
>Unformatted: