Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Feb 1998 08:17:24 +0100 (MET)
From:      Søren Schmidt <sos@FreeBSD.ORG>
To:        scrappy@hub.org (The Hermit Hacker)
Cc:        sos@FreeBSD.ORG, freebsd-current@FreeBSD.ORG
Subject:   Re: ACER CD910E/JAS IDE CDrom...
Message-ID:  <199802100717.IAA01018@sos.freebsd.dk>
In-Reply-To: <Pine.BSF.3.96.980209230614.255b-100000@thelab.hub.org> from The Hermit Hacker at "Feb 9, 98 11:08:49 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802100717.IAA01018>