From owner-cvs-sys Mon May 5 06:35:48 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA24275 for cvs-sys-outgoing; Mon, 5 May 1997 06:35:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA24246; Mon, 5 May 1997 06:35:36 -0700 (PDT) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA14205; Mon, 5 May 1997 06:35:01 -0700 (PDT) Date: Mon, 5 May 1997 06:35:01 -0700 (PDT) Message-Id: <199705051335.GAA14205@freefall.freebsd.org> To: CVS-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/scsi worm.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 97/05/05 06:35:01 Modified: sys/scsi worm.c Log: Duplicate the TOC handling ioctls from the cd(4) driver. Duplicating the work is silly, and all this will be a moot point with Justin's CAM driver, and there are still many ioctls missing -- but i need these right now. It's silly to need to move the CD-R back to the other drive in order to determine the session start info when burning multi- session CD-Rs. Revision Changes Path 1.37 +182 -2 src/sys/scsi/worm.c