Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Oct 2000 12:53:56 -0500
From:      Barry Lustig <barry@lustig.com>
To:        simond@irrelevant.org
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: Promise ATA100 card during PCI config
Message-ID:  <20001030175356.1176.qmail@devious.lustig.com>
In-Reply-To: <20001030170014.C33728@irrelevant.org>
References:  <39FDA782.232CC1BF@Lustig.COM> <20001030170014.C33728@irrelevant.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 30 Oct 2000, simond@irrelevant.org wrote:
>  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 */
>

  The missing ID in pcisupport.c causes the system to print 'unknown card'  
when it does know the card.  I was just pointing out a cosmetic issue.  The  
card itself is working.

barry


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?20001030175356.1176.qmail>