From owner-cvs-sys Sat Feb 3 05:31:17 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA29183 for cvs-sys-outgoing; Sat, 3 Feb 1996 05:31:17 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA29175 Sat, 3 Feb 1996 05:31:16 -0800 (PST) Date: Sat, 3 Feb 1996 05:31:16 -0800 (PST) From: Joerg Wunsch Message-Id: <199602031331.FAA29175@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/scsi scsiconf.c scsiconf.h st.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk joerg 96/02/03 05:31:15 Modified: sys/scsi scsiconf.c scsiconf.h st.c Log: Add a quirk record for the Tandberg 42XX series. Not only that these drives require ST_Q_SNS_HLP, they also wrongly accept a blocksize of 1024 in the first place (for a QIC-150 cartridge), but complain later about it. The hack is to only probe for 512 for them. Reorder the entries in st_decide_mode() so that QIC >= 525 is properly accepted as variable blocksize. Revision Changes Path 1.52 +12 -1 src/sys/scsi/scsiconf.c 1.39 +2 -1 src/sys/scsi/scsiconf.h 1.60 +5 -5 src/sys/scsi/st.c