From owner-freebsd-stable Mon Oct 30 8:53:26 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 B717437B4C5 for ; Mon, 30 Oct 2000 08:53:24 -0800 (PST) Received: (qmail 1046 invoked from network); 30 Oct 2000 16:53:23 -0000 Received: from gate.lustig.com (HELO Lustig.COM) (barry@205.246.2.242) by gate.lustig.com with SMTP; 30 Oct 2000 16:53:23 -0000 Message-ID: <39FDA782.232CC1BF@Lustig.COM> Date: Mon, 30 Oct 2000 11:53:23 -0500 From: Barry Lustig Reply-To: barry@Lustig.COM Organization: Barry Lustig & Associates, Inc. X-Mailer: Mozilla 4.75 [en] (X11; U; FreeBSD 4.1.1-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Promise ATA100 card during PCI config Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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"); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message