From owner-freebsd-questions Fri Feb 28 12: 4:31 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24DDA37B401 for ; Fri, 28 Feb 2003 12:04:30 -0800 (PST) Received: from mail.karamazov.org (h162-040-089-010.adsl.navix.net [162.40.89.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34D4A43FAF for ; Fri, 28 Feb 2003 12:04:29 -0800 (PST) (envelope-from smoberly@karamazov.org) Received: from mail.karamazov.org (mail.karamazov.org [10.0.0.11]) by mail.karamazov.org (8.12.6/8.12.6) with ESMTP id h1SK4MVV069024; Fri, 28 Feb 2003 14:04:22 -0600 (CST) (envelope-from smoberly@mail.karamazov.org) Received: (from smoberly@localhost) by mail.karamazov.org (8.12.6/8.12.6/Submit) id h1SK4M0Q069023; Fri, 28 Feb 2003 14:04:22 -0600 (CST) (envelope-from smoberly) Date: Fri, 28 Feb 2003 14:04:21 -0600 From: "Scott A. Moberly" To: Edmond Baroud Cc: freebsd-questions@FreeBSD.ORG Subject: Re: atapicam in 4.8-PRERELEASE Message-ID: <20030228200421.GA68711@mail.karamazov.org> References: <20030228195805.GA74269@admin.fido.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030228195805.GA74269@admin.fido.ca> User-Agent: Mutt/1.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Feb 28, 2003 at 02:58:05PM -0500, Edmond Baroud wrote: > Hi all, > > I needed to install a parallel CDRW on my box, so I updated my source to 4.8-PRE and recompiled (didnt go with the patch for 4.x). > I am running into a very strange behaviour where my regular CDROM is being detected at boot time as always /dev/acd0 AND again as cd0. > I am unable to control my other "Backpack cd-rw".. > any feedback would be appreciated :) > > kernel config: > device atapicam > device scbus # SCSI bus (required) > device da # Direct Access (disks) > device sa # Sequential Access (tape etc) > device cd # CD > device pass # Passthrough device (direct SCSI access) > > in dmesg: > acd0: CDROM at ata1-slave PIO4 > then again: > cd0 at ata1 bus 0 target 1 lun 0 > cd0: Removable CD-ROM SCSI-0 device > > %camcontrol eject cd0 > ejects my LG cdrom > > and %mount /dev/cdrom /cdrom > also mounts the LG cdrom. > > am I missing anything here? > > thanks, If you don't want the atapi access, remove: device atapicd # ATAPI CDROM drives Otherwise - both access methods are fine as long as both aren't used at the same time. -- Scott A. Moberly smoberly@karamazov.org Microsoft is not the Answer - Microsoft is the question and the Answer is no ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message