From owner-freebsd-questions Wed Nov 24 11:46:52 1999 Delivered-To: freebsd-questions@freebsd.org Received: from inet.chip-web.com (adsl-63-195-43-53.dsl.snfc21.pacbell.net [63.195.43.53]) by hub.freebsd.org (Postfix) with SMTP id E4A63154CF for ; Wed, 24 Nov 1999 11:46:40 -0800 (PST) (envelope-from ludwigp@bigfoot.com) Received: (qmail 7922 invoked from network); 24 Nov 1999 19:46:26 -0000 Received: from toy.chip-web.com (HELO bigfoot.com) (@172.16.1.30) by inet.chip-web.com with SMTP; 24 Nov 1999 19:46:26 -0000 Message-ID: <383C4092.F8FB2D9E@bigfoot.com> Date: Wed, 24 Nov 1999 11:46:26 -0800 From: Ludwig Pummer X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 3.3-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Dmitry Sivachenko Cc: questions@freebsd.org Subject: Re: Third wd controller References: <199911240836.LAA97958@netserv1.chg.ru> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dmitry Sivachenko wrote: > > > 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? > > ... > > 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? That means the PCI card was detected but there's no driver for it. A quick search of the mailing list archives resulted in this: Message dated Sept. 26, by Jason Young > ata-pci1: irq 18 at device 19.0 on pci0 > ata-pci1: Busmastering DMA not supported > ata2 at 0xd800 irq 18 on ata-pci1 > ata-pci2: irq 18 at device 19.1 on pci0 > ata-pci2: Busmastering DMA not supported ... > ad0: ATA-3 disk at ata0 as master > ad0: 6149MB (12594960 sectors), 13328 cyls, 15 heads, 63 S/T, 512 B/S > ad0: 16 secs/int, 0 depth queue, UDMA33 > Creating DISK ad0 > Creating DISK wd0 > ad1: ATA-4 disk at ata2 as master > ad1: 12949MB (26520480 sectors), 26310 cyls, 16 heads, 63 S/T, 512 B/S > ad1: 16 secs/int, 31 depth queue, PIO > Creating DISK ad1 > Creating DISK wd1 Message dated Nov. 10, by Søren Schmidt > > Did FreeBSD support HPT366 in the CURRENT??? > > Yes it does. > > > And if "yes" then what shall I do for it??? > > Use the ata driver. Dmitry Sivachenko's dmesg: > 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 ... > pci0: unknown card (vendor=0x1103, dev=0x0004) at 19.0 irq 11 > pci0: unknown card (vendor=0x1103, dev=0x0004) at 19.1 irq 11 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message