From owner-cvs-sys Wed Nov 6 05:34:14 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA18557 for cvs-sys-outgoing; Wed, 6 Nov 1996 05:34:14 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA18465; Wed, 6 Nov 1996 05:33:58 -0800 (PST) Date: Wed, 6 Nov 1996 05:33:58 -0800 (PST) From: Joerg Wunsch Message-Id: <199611061333.FAA18465@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/scsi scsiconf.c worm.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/11/06 05:33:57 Modified: sys/scsi scsiconf.c worm.c Log: Updates and bugfixes to the worm driver: . also detect the Phlips CDD2000; it's software-compatible with the HP part Submitted by: cau@cc.gatech.edu (Carlos Ugarte) . correct the blocksize handling for CD-DA tracks, and fix multitrack handling Submitted by: nsayer@quack.kfu.com (Nick Sayer) 2.2 candidates! Revision Changes Path 1.65 +6 -1 src/sys/scsi/scsiconf.c 1.30 +15 -12 src/sys/scsi/worm.c