From owner-cvs-sbin Sat Oct 5 10:40:49 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA28183 for cvs-sbin-outgoing; Sat, 5 Oct 1996 10:40:49 -0700 (PDT) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA28149; Sat, 5 Oct 1996 10:40:22 -0700 (PDT) Date: Sat, 5 Oct 1996 10:40:22 -0700 (PDT) From: Joerg Wunsch Message-Id: <199610051740.KAA28149@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/scsi scsi.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/10/05 10:40:22 Modified: sbin/scsi scsi.c Log: When MODE SELECT'ing, the ``device-specific parameter'' field is reserved by the SCSI-2 specs. Hence, zero it out. Some drives (correctly) complain about this otherwise. Reviewed by: craigs@os.com (Craig Shrimpton) Revision Changes Path 1.12 +2 -2 src/sbin/scsi/scsi.c