From owner-freebsd-hackers Wed Mar 3 23:59:30 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from panzer.plutotech.com (panzer.plutotech.com [206.168.67.125]) by hub.freebsd.org (Postfix) with ESMTP id 7692214DA4 for ; Wed, 3 Mar 1999 23:59:27 -0800 (PST) (envelope-from ken@panzer.plutotech.com) Received: (from ken@localhost) by panzer.plutotech.com (8.9.2/8.8.5) id AAA92777; Thu, 4 Mar 1999 00:59:06 -0700 (MST) From: "Kenneth D. Merry" Message-Id: <199903040759.AAA92777@panzer.plutotech.com> Subject: Re: Adaptec 2930U2 NOT supported In-Reply-To: from "Mark J. Taylor" at "Mar 3, 1999 5:39:50 pm" To: mtaylor@cybernet.com Date: Thu, 4 Mar 1999 00:59:06 -0700 (MST) Cc: freebsd-hackers@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mark J. Taylor wrote... > > It seems that the Adaptec 2930U2 is NOT supported. It is 7890-based. > > The 2940U2 is supported. > > The PCI vendor id is, of course, 0x9005, and the device id is 0x0011. Believe it or not, Adaptec has two PCI vendor IDs (0x9004 and 0x9005). Their newer Ultra-2 chips use 0x9005, and their older Ultra chips use 0x9004. > The 2940U2 has an id of 0x0010. > > > Is there any plans to support the 2930U2 (which I bought today)? Try adding the PCI ID into the PCI probe/attach code in the Adaptec driver (sys/pci/ahc_pci.c). (in ahc_probe(), stick it in the same case as the 2940U2.) My guess is that it will work okay. I think that the fact that it isn't supported is just an oversight. Ken -- Kenneth Merry ken@plutotech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message