From owner-freebsd-questions Wed Nov 24 0:43:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id 8BD3414D3F for ; Wed, 24 Nov 1999 00:42:21 -0800 (PST) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.3/8.9.3) id LAA97958; Wed, 24 Nov 1999 11:36:55 +0300 (MSK) Date: Wed, 24 Nov 1999 11:36:55 +0300 (MSK) From: Dmitry Sivachenko Message-Id: <199911240836.LAA97958@netserv1.chg.ru> To: dima@Chg.RU, ludwigp@bigfoot.com Subject: Re: Third wd controller Cc: questions@freebsd.org In-Reply-To: <383B277E.EB6EA432@bigfoot.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > 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 real memory = 134217728 (131072K bytes) ....... Pentium Pro MTRR support enabled npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 isab0: at device 7.0 on pci0 isa0: on isab0 ide_pci0: at device 7.1 on pci0 chip1: at device 7.2 on pci0 chip2: at device 7.3 on pci0 de0: 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: 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): 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