From owner-freebsd-stable Mon Oct 30 9:54: 5 2000 Delivered-To: freebsd-stable@freebsd.org Received: from gate.lustig.com (lustig.ne.mediaone.net [24.91.125.166]) by hub.freebsd.org (Postfix) with SMTP id DBBC137B4CF for ; Mon, 30 Oct 2000 09:54:00 -0800 (PST) Received: (qmail 1947 invoked from network); 30 Oct 2000 17:53:57 -0000 Received: from devious.lustig.com (205.246.2.244) by gate.lustig.com with SMTP; 30 Oct 2000 17:53:57 -0000 Received: (qmail 1177 invoked by uid 1001); 30 Oct 2000 17:53:57 -0000 Message-ID: <20001030175356.1176.qmail@devious.lustig.com> Content-Type: text/plain MIME-Version: 1.0 (NeXT Mail 4.2mach_patches v148.2) In-Reply-To: <20001030170014.C33728@irrelevant.org> X-Nextstep-Mailer: Mail 4.2mach_patches [i386] (Enhance 2.2p2) Received: by NeXT.Mailer (1.148.2.RR) From: Barry Lustig Date: Mon, 30 Oct 2000 12:53:56 -0500 To: simond@irrelevant.org Subject: Re: Promise ATA100 card during PCI config Cc: freebsd-stable@FreeBSD.ORG Reply-To: barry@Lustig.COM References: <39FDA782.232CC1BF@Lustig.COM> <20001030170014.C33728@irrelevant.org> X-Organizations: Barry Lustig & Associates, Inc. Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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