From owner-freebsd-stable Sun Jul 27 15:24:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA24748 for stable-outgoing; Sun, 27 Jul 1997 15:24:02 -0700 (PDT) Received: from as5200-port-254.no.neosoft.com (as5200-port-254.no.neosoft.com [206.27.167.254]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA24714 for ; Sun, 27 Jul 1997 15:23:47 -0700 (PDT) Received: (from conrads@localhost) by as5200-port-254.no.neosoft.com (8.8.6/8.8.6) id RAA13229; Sun, 27 Jul 1997 17:18:09 -0500 (CDT) Message-ID: X-Mailer: XFMail 1.2-alpha [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199707272152.OAA00938@io.cts.com> Date: Sun, 27 Jul 1997 17:18:06 -0500 (CDT) Organization: NeoSoft, Inc. From: Conrad Sabatier To: Morgan Davis Subject: Re: Support for ATAPI IDE-CDROMs Cc: freebsd-stable@FreeBSD.ORG Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On 27-Jul-97 Morgan Davis wrote: > >Here's the relevant items from my kernel config file: > >controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr >disk wd0 at wdc0 drive 0 >disk wd1 at wdc0 drive 1 > >controller wdc1 at isa? port "IO_WD2" bio irq 15 vector wdintr >#disk wd2 at wdc1 drive 0 >#disk wd3 at wdc1 drive 1 > >options ATAPI #Enable ATAPI support for IDE bus >device wcd0 #IDE CD-ROM > >Hmmm. Now what? > >Thanks for your assistance. You said your CD is master on the second controller? Try uncommenting the wd2 line. I would recommend using "options ATAPI_STATIC" as well. -- Conrad Sabatier http://www.neosoft.com/~conrads/