From owner-cvs-share Mon Jun 2 13:08:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA09058 for cvs-share-outgoing; Mon, 2 Jun 1997 13:08:05 -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 NAA08924; Mon, 2 Jun 1997 13:06:22 -0700 (PDT) From: Jean-Marc Zucconi Received: (from jmz@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA13144; Mon, 2 Jun 1997 13:05:41 -0700 (PDT) Date: Mon, 2 Jun 1997 13:05:41 -0700 (PDT) Message-Id: <199706022005.NAA13144@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/share/man/man4 worm.4 src/sys/scsi scsi_worm.h worm.c src/sys/sys wormio.h Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jmz 1997/06/02 13:05:41 PDT Modified files: share/man/man4 worm.4 sys/scsi scsi_worm.h worm.c sys/sys wormio.h Log: Add 2 new ioctls: WORMIOCREADSESSIONINFO and WORMIOCWRITESESSION. These commands are required for the "Disk-At-Once" write process: WORMIOCREADSESSIONINFO returns the length of the lead-in and lead-out areas and WORMIOCWRITESESSION is used to send the table of contents of the disk. Revision Changes Path 1.12 +72 -1 src/share/man/man4/worm.4 1.2 +24 -0 src/sys/scsi/scsi_worm.h 1.41 +145 -5 src/sys/scsi/worm.c 1.4 +17 -0 src/sys/sys/wormio.h