From owner-freebsd-current Mon Aug 21 9:41:21 2000 Delivered-To: freebsd-current@freebsd.org Received: from panzer.kdm.org (panzer.kdm.org [216.160.178.169]) by hub.freebsd.org (Postfix) with ESMTP id 92E8937B422 for ; Mon, 21 Aug 2000 09:41:17 -0700 (PDT) Received: (from ken@localhost) by panzer.kdm.org (8.9.3/8.9.1) id KAA68036; Mon, 21 Aug 2000 10:41:15 -0600 (MDT) (envelope-from ken) Date: Mon, 21 Aug 2000 10:41:15 -0600 From: "Kenneth D. Merry" To: Mike Meyer Cc: current@FreeBSD.ORG Subject: Re: Why no CDR ioctls for SCSI cds? Message-ID: <20000821104114.A67935@panzer.kdm.org> References: <14753.20681.165961.352066@guru.mired.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <14753.20681.165961.352066@guru.mired.org>; from mwm@mired.org on Mon, Aug 21, 2000 at 10:54:49AM -0500 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Aug 21, 2000 at 10:54:49 -0500, Mike Meyer wrote: > I'm curious - is there some reason that the CDR ioctls (in > /usr/include/sys/cdrio.h) aren't supported for MMC cds? It looks like > doing them for MMC would be straightforward, it's the kind of thing > that an OS is supposed to do, and it would allow people with MMC > drives to cdrecord for the much (much, *much*) smaller burncd. Well, doing that sort of thing for MMC-compliant CD-Rs will open the door to doing it for all CD-Rs. We'd get a flood of mail saying things like "why isn't my froboz CD-R/WORM supported with the cd(4) driver..." cdrecord supports a much wider variety of drives out of the box, it is actively supported, and it works. If we put all of cdrecord's functionality into the kernel and burncd, it would be just as big, or bigger than cdrecord is now. (Plus we'd be stuck with maintaining it.) Ken -- Kenneth Merry ken@kdm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message