From owner-freebsd-stable Thu Apr 4 9: 5:49 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx-uno.texoma.net (mx-uno.texoma.net [209.151.96.9]) by hub.freebsd.org (Postfix) with ESMTP id 58BDA37B41D for ; Thu, 4 Apr 2002 09:05:44 -0800 (PST) Received: from love2golf.texoma.net (mosel.texoma.net [209.151.96.67]) by mx-uno.texoma.net (8.12.2/8.11.6) with ESMTP id g34H5MFI011399 for ; Thu, 4 Apr 2002 11:05:22 -0600 (CST) (envelope-from vaden@texoma.net) Message-Id: <5.1.0.14.2.20020404110528.06e49e60@mail.texoma.net> X-Sender: ldvhomeu@mail.texoma.net X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Thu, 04 Apr 2002 11:05:42 -0600 To: freebsd-stable@FreeBSD.ORG From: Larry Vaden Subject: clues regarding running on Dell 1650 with Adaptec AACRAID (ROMB128) Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG What is necessary to support the Dell 1650 with Adaptec AACRAID ROMB128=20 under 4.5-RELEASE-P2? In other words, where's the hook in FreeBSD to do the same thing mentioned= =20 below for Linux? rgds/ldv =3D=3D=3D=3D=3D RFC][PATCH] passing PCI IDs in at module load Matt_Domsch@Dell.com Matt_Domsch@Dell.com Wed Aug 8 13:51:00 2001 =B7 Previous message: =B7 Kernel won't boot with percraid =B7 Next message: =B7 Is the aacraid driver included in the default kernel= or not? =B7 Messages sorted by: =B7 [ date ] =B7 [ thread ] =B7 [ subject ] =B7 [= author ] So we don't get bitten ever again by the problem of not having the PCI IDs in the driver for a brand new controller, I've made a patch which should solve this. Basically, you pass as a module option the PCI vendor/device/subsys vendor/device, like so: insmod aacraid aacraid_pciid=3D0x1028,0x0001,0x1028,0x0001 This gets found first, then all other devices get probed as normal. While I was at it, I removed some of the #ifdef MODULE stuff that's not necessary with 2.4.x. Thoughts? -Matt -- Matt Domsch Sr. Software Engineer Dell Linux Solutions www.dell.com/linux #2 Linux Server provider with 17% in the US and 14% Worldwide (IDC)! #3 Unix provider with 18% in the US (Dataquest)! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message