Date: Mon, 30 Oct 2000 17:00:15 +0000 From: simond@irrelevant.org To: Barry Lustig <barry@Lustig.COM> Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Promise ATA100 card during PCI config Message-ID: <20001030170014.C33728@irrelevant.org> In-Reply-To: <39FDA782.232CC1BF@Lustig.COM>; from barry@Lustig.COM on Mon, Oct 30, 2000 at 11:53:23AM -0500 References: <39FDA782.232CC1BF@Lustig.COM>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Oct 30, 2000 at 11:53:23AM -0500, Barry Lustig wrote:
> Is there a reason that the ID for the Promise 100 cards isn't in
> pcisupport.c? In my 4.1-STABLE kernel compiled and cvsupped 10/26 I get
> an 'unknown card' on boot. I just cvsupped a few minutes ago (10/30)
> and the ID still wasn't there. Was this just an oversight?
>
> barry
>
>
>
> >From pcisupport.c:
>
> /* Promise -- vendor 0x105a */
> case 0x4d33105a:
> return ("Promise Ultra/33 ATA controller");
> case 0x4d38105a:
> return ("Promise Ultra/66 ATA controller");
Hmm, not sure about there, but try here:
/usr/src/sys/dev/ata/ata-dma.c:
case 0x4d33105a: /* Promise Ultra/FastTrak 33 controllers */
case 0x4d38105a: /* Promise Ultra/FastTrak 66 controllers */
case 0x4d30105a: /* Promise Ultra/FastTrak 100 controllers */
case 0x0d30105a: /* Promise OEM ATA100 controllers */
Hope this helps, it recognises my OEM Promise ATA100 controller on boot now
--
Simon Dick simond@irrelevant.org
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001030170014.C33728>
