From owner-freebsd-questions Wed Mar 4 19:52:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA15743 for freebsd-questions-outgoing; Wed, 4 Mar 1998 19:52:40 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from vroom.uwec.edu ([137.28.252.212]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA15647 for ; Wed, 4 Mar 1998 19:52:25 -0800 (PST) (envelope-from godfreja@adam.cs.uwec.edu) Received: from localhost (godfreja@localhost) by vroom.uwec.edu (8.8.5/8.8.5) with SMTP id VAA14306 for ; Wed, 4 Mar 1998 21:55:55 -0600 (CST) X-Authentication-Warning: vroom.uwec.edu: godfreja owned process doing -bs Date: Wed, 4 Mar 1998 21:55:53 -0600 (CST) From: Jason Godfrey X-Sender: godfreja@vroom.uwec.edu To: freebsd-questions@FreeBSD.ORG Subject: Problems with secondary IDE controller Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello. I'm trying to get my CD-ROM to work with FreeBSD 2.2.2 in preparation for the 2.2.6 release. The CD-ROM is hooked up on the secondary controller. (For various reasons I don't want it hooked up as a slave on the primary.) Unfortunately I cannot get FreeBSD to recognize my secondary controller (works fine in other OS's). On boot I get: wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): wd0: 2015MB (4127760 sectors), 4095 cyls, 16 heads, 63 S/T, 512 B/S wdc1 not found at 0x170 Here is how I have my config file set up: 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 #options ATAPI_STATIC #Don't do it as an LKM device wcd1 #IDE CD-ROM options "CMD640" #Possibly get Secondary IDE to work Does anyone have any suggestions on how I can get the controller working? Thanks in advance. -- Jason godfreja@cs.uwec.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message