Date: Mon, 30 Mar 1998 17:56:30 -0800 (PST) From: Jean-Marc Zucconi <jmz@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 Message-ID: <199803310156.RAA14270@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jmz 1998/03/30 17:56:30 PST Modified files: share/man/man4 worm.4 Log: Document the WORMIOCFIRSTWRITABLEADDR ioctl. Revision Changes Path 1.15 +19 -1 src/share/man/man4/worm.4 Modified files: sys/scsi scsi_worm.h worm.c sys/sys wormio.h Log: Add an ioctl to retrieve the next writable address. Defer the WRITE SESSION command until the first write command, so that it works like the prepare track command, allowing the device to be closed after the command. Revision Changes Path 1.3 +11 -0 src/sys/scsi/scsi_worm.h 1.53 +98 -19 src/sys/scsi/worm.c 1.5 +10 -1 src/sys/sys/wormio.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803310156.RAA14270>