From owner-freebsd-current Wed Feb 24 15: 3:17 1999 Delivered-To: freebsd-current@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 300B3113D3 for ; Wed, 24 Feb 1999 15:02:42 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 2.12 #1) id 10FnIk-0002z3-00; Thu, 25 Feb 1999 01:01:10 +0200 From: Sheldon Hearn To: Pierre Beyssac Cc: freebsd-current@freebsd.org Subject: Re: IDE CDROM not found with PIIX4 chipset, -current kernel In-reply-to: Your message of "Wed, 24 Feb 1999 23:51:17 +0100." <19990224235117.A9283@enst.fr> Date: Thu, 25 Feb 1999 01:01:09 +0200 Message-ID: <11472.919897269@axl.noc.iafrica.com> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 24 Feb 1999 23:51:17 +0100, Pierre Beyssac wrote: > Here's an excerpt from my kernel config. Did I miss something obvious? > > controller wdc0 [...] > disk wd0 at wdc0 drive 0 > disk wd1 at wdc0 drive 1 > > controller wdc1 [...] > disk wd2 at wdc1 drive 0 > disk wd3 at wdc1 drive 1 > > options ATAPI #Enable ATAPI support for IDE bus > options ATAPI_STATIC #Don't do it as an LKM > device acd0 #IDE CD-ROM Um... Do you really have 4 wd devices plugged in? If so, where on earth are you plugging the CDROM device in? :) Assuming you don't have 4 drives, I'd suggest you slave your ATAPI CDROM device on your primary IDE controller. So you'd do something like: controller wdc0 controller wdc1 disk wd0 at wdc0 drive 0 disk wd1 at wdc1 drive 0 disk wd2 at wdc1 drive 1 ...followed by your acd device, naturally. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message