From owner-freebsd-hardware Mon May 24 22:17:10 1999 Delivered-To: freebsd-hardware@freebsd.org Received: from panzer.plutotech.com (panzer.plutotech.com [206.168.67.125]) by hub.freebsd.org (Postfix) with ESMTP id BC56214CBA; Mon, 24 May 1999 22:17:02 -0700 (PDT) (envelope-from ken@panzer.plutotech.com) Received: (from ken@localhost) by panzer.plutotech.com (8.9.3/8.8.5) id XAA28665; Mon, 24 May 1999 23:13:25 -0600 (MDT) From: "Kenneth D. Merry" Message-Id: <199905250513.XAA28665@panzer.plutotech.com> Subject: Re: Using cdrecord port with ATAPI burners? In-Reply-To: from Donald Burr at "May 24, 1999 10:07:28 pm" To: dburr@pobox.com (Donald Burr) Date: Mon, 24 May 1999 23:13:25 -0600 (MDT) Cc: freebsd-questions@FreeBSD.ORG (FreeBSD Questions), freebsd-hardware@FreeBSD.ORG (FreeBSD Hardware) X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Donald Burr wrote... > I read in the cdrecord port information > > /usr/ports/sysutils/cdrecord/pkg/* > > that the port supports the use of ATAPI burners now. Is this correct? > > If so, how do I do this? What is the proper argument to the -dev command > line switch? And what drivers do I need to have in the kernel to enable > ATAPI writer support (acd?) > > I am running 3.1-RELEASE, by the way. cdrecord itself supports ATAPI burners, but the FreeBSD port of cdrecord does not support ATAPI burners. That is because there is no mechanism for passing ATAPI commands through to the device. If you want support for ATAPI passthrough, bug Soren about it. It'll probably mean putting some special command line option on cdrecord to select between the FreeBSD SCSI and ATAPI interfaces, since the ATAPI passthrough support won't be through CAM. For now, use wormcontrol to burn CDs with an ATAPI burner. Ken -- Kenneth Merry ken@plutotech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message