Date: Wed, 24 Nov 1999 11:46:26 -0800 From: Ludwig Pummer <ludwigp@bigfoot.com> To: Dmitry Sivachenko <dima@Chg.RU> Cc: questions@freebsd.org Subject: Re: Third wd controller Message-ID: <383C4092.F8FB2D9E@bigfoot.com> References: <199911240836.LAA97958@netserv1.chg.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <doogie@anet-stl.com> > ata-pci1: <HighPoint HPT366 IDE controller> irq 18 at device 19.0 on pci0 > ata-pci1: Busmastering DMA not supported > ata2 at 0xd800 irq 18 on ata-pci1 > ata-pci2: <HighPoint HPT366 IDE controller> irq 18 at device 19.1 on pci0 > ata-pci2: Busmastering DMA not supported ... > ad0: <Maxtor 86448D6/NAVXAF20> 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: <IBM-DJNA-371350/J76OA30K> 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 <sos@freebsd.dk> > > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?383C4092.F8FB2D9E>