From owner-freebsd-questions@FreeBSD.ORG Tue Jun 22 19:09:09 2004 Return-Path: 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 77DC816A4CE for ; Tue, 22 Jun 2004 19:09:09 +0000 (GMT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AA0743D3F for ; Tue, 22 Jun 2004 19:09:09 +0000 (GMT) (envelope-from fbsd-questions@trini0.org) Received: from hivemind.trini0.org (trini0.org[65.34.205.195]) by comcast.net (sccrmhc13) with ESMTP id <20040622190908016005qkuke>; Tue, 22 Jun 2004 19:09:08 +0000 Received: from gladiator.trini0.org (gladiator.trini0.org [192.168.0.3]) by hivemind.trini0.org (Postfix) with ESMTP id E1158F7; Tue, 22 Jun 2004 15:09:07 -0400 (EDT) From: Gerard Samuel To: freebsd-questions@freebsd.org Date: Tue, 22 Jun 2004 15:09:07 -0400 User-Agent: KMail/1.6.2 References: <200406211849.56091.fbsd-questions@trini0.org> <20040622122816.GA1988@zi025.glhnet.mhn.de> In-Reply-To: <20040622122816.GA1988@zi025.glhnet.mhn.de> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200406221509.07836.fbsd-questions@trini0.org> Subject: Re: atapi/cam driver X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2004 19:09:09 -0000 On Tuesday 22 June 2004 08:28 am, Simon Barner wrote: > Hi, > > your kernel configuration looks good: > > # ATA and ATAPI devices > > device ata > > device atadisk # ATA disk drives > > device atapicd # ATAPI CDROM drives > > options ATA_STATIC_ID #Static device numbering > > [...] > > > # Yes they are for SCSI but umass needs them > > device scbus # SCSI bus (required) > > device da # Direct Access (disks) > > [...] > > > # To access IDE devices via scsi system > > device atapicam > > device cd > > device pass > > Perhaps there is some strange conflict between your CDROM devices. Did > you try and unplug one of them, use a different IDE channel, etc. > > You should see cd0/cd1 devices when you boot. > I'll try your suggestions and see what I can come up with... Thanks