Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Nov 1999 15:47:10 -0800
From:      Ludwig Pummer <ludwigp@bigfoot.com>
To:        Dmitry Sivachenko <dima@Chg.RU>
Cc:        questions@freebsd.org
Subject:   Re: Third wd controller
Message-ID:  <383B277E.EB6EA432@bigfoot.com>
References:  <199911232005.XAA95726@netserv1.chg.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
Dmitry Sivachenko wrote:
> We are using AB-BE6 motherboard.  It has four IDE controllers.
> I am trying to compile kernel to support all of them.
> As specified in LINT, I placed the following line in my kernel config file:
> controller wdc2 at isa? port "0" bio irq ?
> (and the appropriate line regarding wd4, wd5).
> After restarting, kernel is unable to find wdc2.
> 
> What am I doing wrong?  How should I compile kernel in order to support
> four IDE controllers?

The Abit BE6's 3rd and 4th IDE controllers are not standard IDE
controllers, they are HighPoint UltraATA 66 controllers (that's also why
every other OS needs drivers to support it too). Therefore they don't
get recognized by the standard wdc driver. Look near the top of your
dmesg for an ide_pci line. If there isn't one that refers to the
HighPoint controllers, FreeBSD won't find them. I saw it mentioned that
-current now has support for the HighPoint controller, so you may have
to go to that in order to get your 3rd and 4th controllers working.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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