Subject: Re: amr(8) support in i386 INSTALL kernels?
To: Hauke Fath <hf@spg.tu-darmstadt.de>
From: Eric Haszlakiewicz <erh@jodi.nimenees.com>
List: tech-kern
Date: 09/01/2004 14:17:05
On Wed, Sep 01, 2004 at 05:58:33PM +0200, Hauke Fath wrote:
> trying to install 2.0beta on an i386 machine with an LSI Logic 
> MegaRAID 320-2 (firmware version '1L26', www.netbsd.org says: 
> supported by the amr(8) driver), I get a 'no disk found' and in 
> /kern/msgbuf
> 
> Vendor 0x1000 product 0x1960 (RAID mass storage, revision 0x01) at 
         ^^^^^^
vendor is Symbios Logic?  Normally it's either AMI (0x101e) or Intel (0x8086).

You could try adding something like this:
{ PCI_VENDOR_SYMBIOS,   PCI_PRODUCT_AMI_MEGARAID3, AT_QUARTZ },
around line 134 in sys/dev/pci/amr.c and building a new kernel.
That might work, if it really is the same kind of card.

eric