From owner-freebsd-questions Fri Apr 20 9: 0:37 2001 Delivered-To: freebsd-questions@freebsd.org Received: from MPI-Softtech.Com (mpi.mpi-softtech.com [208.60.120.177]) by hub.freebsd.org (Postfix) with ESMTP id C336437B43C for ; Fri, 20 Apr 2001 09:00:33 -0700 (PDT) (envelope-from dleimbac@earthlink.net) Received: from mpi-plusplus.mpi-softtech.com (dleimbac@mpi-plusplus.mpi-softtech.com [208.60.120.164]); by MPI-Softtech.Com (8.9.3/8.9.3/MPI-Softtech/evision: 1.3 $) with ESMTP; id LAA19603; Fri, 20 Apr 2001 11:00:30 -0500 (CDT) Subject: Re: Support for IDE CD writers? From: Dave Leimbach To: Edwin Groothuis Cc: freebsd-questions@freebsd.org In-Reply-To: <20010420172336.E504@cgmd76206.chello.nl> References: <3AE05182.2A320306@twcny.rr.com> <20010420171312.D504@cgmd76206.chello.nl> <987779876.1634.0.camel@mpi-plusplus.mpi-softtech.com> <20010420172336.E504@cgmd76206.chello.nl> Content-Type: text/plain X-Mailer: Evolution/0.10+cvs.2001.04.16.08.00 (Preview Release) Date: 20 Apr 2001 11:02:11 -0500 Message-Id: <987782531.1634.2.camel@mpi-plusplus.mpi-softtech.com> Mime-Version: 1.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Detecting the device at boot time is just a vendor string in some memory somewhere. That is different then actually having support for the device in a driver. My digicom modem for instance was detected as a PnP device but the driver system failed to get resources for it even though the modem worked in linux and windows without any goofy winmodem drivers. I had to disable the PnP on the card and assign it to COM1 to get it recognized in FBSD. In Linux My CD-RW is detected at boot but is worthless as a burner (it does read though) without IDE-SCSI emulation enabled. ATAPI devices use a very similar protocol to SCSI. They are both packet based (ATA Packet Interface) and really similar. I haven't been home today to test the burner but I hope that you are correct and I won't have to build the kernel a special way to get my burner to function as a burner and not just a reader. Dave On 20 Apr 2001 17:23:36 +0200, Edwin Groothuis wrote: > On Fri, Apr 20, 2001 at 10:17:54AM -0500, Dave Leimbach wrote: > > In linux my experiences involved enabling some sort of IDE-SCSI > > emulation. Is this necessary in FreeBSD. I have a nice Phillips IDE CD > > burner I'd like to use but I would prefer to use cdrecord > I am familiar with that one> > > No, that is not needed: > > NAME > burncd - control the ATAPI CD-R/RW driver > > Mine was automagicly recognized during boot as a CD-RW. > > Edwin, double speed Philips thingie ;-) > > -- > Edwin Groothuis | Personal website: http://www.MavEtJu.org > edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: > ------------------+ http://FatalDimensions.nl.eu.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message