Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 04 Apr 2002 11:05:42 -0600
From:      Larry Vaden <vaden@texoma.net>
To:        freebsd-stable@FreeBSD.ORG
Subject:   clues regarding running on Dell 1650 with Adaptec AACRAID (ROMB128)
Message-ID:  <5.1.0.14.2.20020404110528.06e49e60@mail.texoma.net>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5.1.0.14.2.20020404110528.06e49e60>