[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [OpenBSD 2.9] HP NetRAID 4M (aac driver) Undetected
> Date: Thu, 5 Jul 2001 11:06:20 -0600 (MDT)
> From: Colin Cyr <ccyr@sycore.net>
>
> I am attempting to implement OpenBSD 2.9, from CD, on an HP NetServer
> LC2000r, all hardware (RAM, HP NICs, Built-in IDE & SCSI channels) are all
> recognized properly, with the exception of the NetRAID 4M (apparently
> supported).
> I've referenced the CVS repository for the GENERIC kernel configuration,
> it seems to have always included compiled support for the 'aac' driver,
> but the card is not being detected. I haven't found any further
> information on this subject.
> "DEC Compaq SMART RAID 42xx" rev 0x01 at pci1 dev 4 function 0 not configured
Interesting! Apparently the vendor+product ID is not enough in this
case. The subvendor and subproduct ID are interesting too. Yes, I
had got the NetRAID case wrong, since I thought the following
was the main vendor+product IDs:
vendor HP 0x103c Hewlett-Packard
product HP NETRAID_4M 0x10c2 NetRaid-4M
However, your RAID controller has these:
vendor DEC 0x1011 DEC
product DEC CPQ42XX 0x0046 Compaq SMART RAID 42xx
To, that one looked like it is matched by the cac driver (Compaq array
controller). However, watching closer I now see that the sub-identifiers
are excluding your controller. Then looking around I see that it is
really in the subidentifier field the above HP identiiers should go.
I'll cook up a patch for you tor try, stay tuned.
Niklas