From owner-cvs-all Sun Jan 28 17:51:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E50E237B400; Sun, 28 Jan 2001 17:50:53 -0800 (PST) Received: (from ken@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0T1or766123; Sun, 28 Jan 2001 17:50:53 -0800 (PST) (envelope-from ken) Message-Id: <200101290150.f0T1or766123@freefall.freebsd.org> From: "Kenneth D. Merry" Date: Sun, 28 Jan 2001 17:50:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_diskslice.c src/sys/sys diskslice.h src/sys/cam/scsi scsi_cd.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ken 2001/01/28 17:50:53 PST Modified files: (Branch: RELENG_4) sys/kern subr_diskslice.c sys/sys diskslice.h sys/cam/scsi scsi_cd.c Log: MFC, writeable CD support. This allows writing to DVD-RAM, PD and similar drives that probe as CD devices. Note that these are randomly writeable devices, not sequential-only devices like CD-R/CD-RW drives, which are supported by cdrecord. The following files/revisions have been merged: scsi_cd.c: the rest of 1.42 and all of 1.43 subr_diskslice.c: 1.92 diskslice.h 1.40 Reviewed by: bde (original changeset) Revision Changes Path 1.82.2.4 +22 -2 src/sys/kern/subr_diskslice.c 1.36.2.1 +2 -1 src/sys/sys/diskslice.h 1.31.2.6 +96 -3 src/sys/cam/scsi/scsi_cd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message