From owner-freebsd-current Mon Feb 9 23:17:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA28419 for current-outgoing; Mon, 9 Feb 1998 23:17:09 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from sos.freebsd.dk (sos.freebsd.dk [195.8.129.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA28321; Mon, 9 Feb 1998 23:16:47 -0800 (PST) (envelope-from sos@sos.freebsd.dk) Received: (from sos@localhost) by sos.freebsd.dk (8.8.8/8.8.8) id IAA01018; Tue, 10 Feb 1998 08:17:24 +0100 (MET) (envelope-from sos) Message-Id: <199802100717.IAA01018@sos.freebsd.dk> Subject: Re: ACER CD910E/JAS IDE CDrom... In-Reply-To: from The Hermit Hacker at "Feb 9, 98 11:08:49 pm" To: scrappy@hub.org (The Hermit Hacker) Date: Tue, 10 Feb 1998 08:17:24 +0100 (MET) Cc: sos@FreeBSD.ORG, freebsd-current@FreeBSD.ORG From: Søren Schmidt Reply-to: sos@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In reply to The Hermit Hacker who wrote: The problem is the '#' in front of all the lines in the section "I had", you have effectively disabled any ata/atapi support :) Or is this not an _exact_ copy of your config... The CMD640 might very well be the help you needed... > Actually, not really the answer, but I did get it to work. I > ended up downloading the boot.flp from the latest snapshot, then when that > worked, building a GENERIC kernel...and when that worked, copied in > anything that appeared pertinent...and now it works. > > I had: > > #controller wdc0 at isa? port "IO_WD1" bio irq 14 flags 0x00ffa004 > vector wdintr > #disk wd0 at wdc0 drive 0 > #disk wd1 at wdc0 drive 1 > #options ATAPI #Enable ATAPI support for IDE bus > #options ATAPI_STATIC #Don't do it as an LKM > #device wcd0 #IDE CD-ROM > > And now have: > > options "CMD640" # work around CMD640 chip deficiency > 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 wcd0 #IDE CD-ROM > > I haven't investigated further, yet, about whether the problem is > the missing CMD640 or the flags setting on wdc0...before I go through > that, does anyone know if either should affect it? If its something > known, no reason to go and test it...:) > > Marc G. Fournier > Systems Administrator @ hub.org > primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org > > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Søren Schmidt (sos@FreeBSD.org) FreeBSD Core Team Even more code to hack -- will it ever end .. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe current" in the body of the message