From owner-freebsd-questions Wed Aug 6 15:44:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA25284 for questions-outgoing; Wed, 6 Aug 1997 15:44:23 -0700 (PDT) Received: from helbig.informatik.ba-stuttgart.de (rvc1.informatik.ba-stuttgart.de [141.31.112.22]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA25278 for ; Wed, 6 Aug 1997 15:44:18 -0700 (PDT) Received: (from helbig@localhost) by helbig.informatik.ba-stuttgart.de (8.8.7/8.8.5) id AAA16699; Thu, 7 Aug 1997 00:44:12 +0200 (MET DST) From: Wolfgang Helbig Message-Id: <199708062244.AAA16699@helbig.informatik.ba-stuttgart.de> Subject: Re: Second IDE interface In-Reply-To: <199708061920.NAA01639@ranger.srccomp.com> from Paul Leskar at "Aug 6, 97 01:20:51 pm" To: pal@taurus.srccomp.com (Paul Leskar) Date: Thu, 7 Aug 1997 00:44:11 +0200 (MET DST) Cc: freebsd-questions@FreeBSD.ORG, pal@taurus.srccomp.com X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > I have a 486dx2 running FreeBSD. The first IDE interface runs fine. I bought > el-cheapo 16 bit sound card with PNP and a 40 pin IDE interface for a second > IDE port to run my CDROM from. The CDROM is a 16x Mitsumi non-proprietary > interface. > > I have been unable to configure the second IDE port to access the CDROM > because, since it is a Mitsumi and the kernel makes a distinction, I don't > know if should be configured as "controller wcd1", "device wcd1" or > "mcd1". I have ensured the master/slave jumpers are correct and that there are > no IRQ conflicts. > > Any Hints? Try configuring it as an ATAPI drive. I. e. configure a wdc controller with the proper IRQ and IO-Port and a wcd0 drive hanging from it. You also want to enable the options ATAPI and ATAPI-STATIC. Have a look at /sys/i386/conf/GENERIC and /sys/i386/conf/LINT for the details. The manual page of wd (man 4 wd) might give some more info. Wolfgang > > Best Regards, > > Paul Leskar >