Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Nov 1999 11:36:55 +0300 (MSK)
From:      Dmitry Sivachenko <dima@Chg.RU>
To:        dima@Chg.RU, ludwigp@bigfoot.com
Cc:        questions@freebsd.org
Subject:   Re: Third wd controller
Message-ID:  <199911240836.LAA97958@netserv1.chg.ru>
In-Reply-To: <383B277E.EB6EA432@bigfoot.com>

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.
>

Here is the extract from `dmesg` output on 4.0-current; there is no mention
of HighPoint UltraATA 66.  Anyone knows for sure whether it is supported or
not?  What do "pci: unknown card..." lines mean?

Thank you in advance,
Dima


Copyright (c) 1992-1999 The FreeBSD Project.
Copyright (c) 1982, 1986, 1989, 1991, 1993
	The Regents of the University of California. All rights reserved.
FreeBSD 4.0-19991118-CURRENT #0: Thu Apr  1 06:45:54 GMT 1999
    root@leeloo.chg.ru:/usr/src/sys/compile/GENERIC
Timecounter "i8254"  frequency 1193182 Hz
CPU: Pentium II/Xeon/Celeron (400.91-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x653  Stepping = 3
  Features=0x183f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR>
real memory  = 134217728 (131072K bytes)
.......<snip>
Pentium Pro MTRR support enabled
npx0: <math processor> on motherboard
npx0: INT 16 interface
pcib0: <Intel 82443BX (440 BX) host to PCI bridge> on motherboard
pci0: <PCI bus> on pcib0
pcib1: <Intel 82443BX (440 BX) PCI-PCI (AGP) bridge> at device 1.0 on pci0
pci1: <PCI bus> on pcib1
isab0: <Intel 82371AB PCI to ISA bridge> at device 7.0 on pci0
isa0: <ISA bus> on isab0
ide_pci0: <Intel PIIX4 Bus-master IDE controller> at device 7.1 on pci0
chip1: <UHCI USB controller> at device 7.2 on pci0
chip2: <Intel 82371AB Power management controller> at device 7.3 on pci0
de0: <Digital 21041 Ethernet> irq 11 at device 11.0 on pci0
de0: SMC 21041 [10Mb/s] pass 1.1
de0: address 00:00:c0:f8:d0:c2
pci0: unknown card (vendor=0x1103, dev=0x0004) at 19.0 irq 11
pci0: unknown card (vendor=0x1103, dev=0x0004) at 19.1 irq 11
fe0: not probed (disabled)
fdc0: <NEC 72065B or clone> at port 0x3f0-0x3f7 irq 6 drq 2 on isa0
fdc0: FIFO enabled, 8 bytes threshold
fd0: <1440-KB 3.5" drive> on fdc0 drive 0
wdc0 at port 0x1f0-0x1f7 irq 14 on isa0
wdc0: unit 0 (wd0): <ST31722A>
wd0: 1625MB (3329424 sectors), 3303 cyls, 16 heads, 63 S/T, 512 B/S




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?199911240836.LAA97958>