Apologies for my delay as things here have been a bit crazy. Unfortunatly we
had to abandon OpenBSD for the boxen running the LSI 320-2E cards for other
reasons, but I'll try to test out your diff to see if I get a successfull
detection.

On the subject of LSI cards tho I do have another question that I was hoping
I could get some help with. We've got some Tyan GX28's (
http://www.tyan.com/products/html/gx28b2882.html) here running 3.7 in single
processor mode using LSI Megaraid SATA 150-4 adapters. Everything works fine
until we try to run with multiple processors, at which point we can't even
boot due to ami0 timeout errors. I'm not on site right now but I'll try to
get a dmesg etc up tomorrow.

Thanks again to everyone on the list.


- S

On 8/24/05, Marco Peereboom <[EMAIL PROTECTED]> wrote:
>
> If you guys care about this diff making 3.8 I suggest that someone sends
> me
> some feedback.
>
> /marco
>
> On Tue, Aug 23, 2005 at 12:19:11PM -0500, Marco Peereboom wrote:
> > Note that pcidevs_data.h and pcidevs.h are part of the diff. I did this
> for
> > easy patching and testing.
> >
> > Give it a go and let me know if it works.
> >
> > /marco
> >
> > Index: ami_pci.c
> > ===================================================================
> > RCS file: /cvs/src/sys/dev/pci/ami_pci.c,v
> > retrieving revision 1.29
> > diff -u -r1.29 ami_pci.c
> > --- ami_pci.c 15 Aug 2005 23:22:46 -0000 1.29
> > +++ ami_pci.c 23 Aug 2005 17:15:36 -0000
> > @@ -87,6 +87,7 @@
> > AMI_CHECK_SIGN | AMI_BROKEN },
> > { PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_MEGARAID, 0 },
> > { PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_MEGARAID_320, 0 },
> > + { PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_MEGARAID_3202E, 0 },
> > { PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_SATA8, 0 },
> > { 0 }
> > };
> > Index: pcidevs
> > ===================================================================
> > RCS file: /cvs/src/sys/dev/pci/pcidevs,v
> > retrieving revision 1.908
> > diff -u -r1.908 pcidevs
> > --- pcidevs 23 Aug 2005 03:31:34 -0000 1.908
> > +++ pcidevs 23 Aug 2005 17:15:39 -0000
> > @@ -2054,6 +2054,7 @@
> > product SYMBIOS FC919_1 0x0625 FC919
> > product SYMBIOS MEGARAID 0x1960 MegaRAID
> > product SYMBIOS MEGARAID_320 0x0407 MegaRAID 320
> > +product SYMBIOS MEGARAID_3202E 0x0408 MegaRAID 320-2E
> > product SYMBIOS SATA8 0x0409 MegaRAID SATA 8x
> >
> > /* Packet Engines products */
> > Index: pcidevs.h
> > ===================================================================
> > RCS file: /cvs/src/sys/dev/pci/pcidevs.h,v
> > retrieving revision 1.909
> > diff -u -r1.909 pcidevs.h
> > --- pcidevs.h 23 Aug 2005 03:31:53 -0000 1.909
> > +++ pcidevs.h 23 Aug 2005 17:15:44 -0000
> > @@ -2059,6 +2059,7 @@
> > #define PCI_PRODUCT_SYMBIOS_FC919_1 0x0625 /* FC919 */
> > #define PCI_PRODUCT_SYMBIOS_MEGARAID 0x1960 /* MegaRAID */
> > #define PCI_PRODUCT_SYMBIOS_MEGARAID_320 0x0407 /* MegaRAID 320 */
> > +#define PCI_PRODUCT_SYMBIOS_MEGARAID_3202E 0x0408 /* MegaRAID 320-2E */
> > #define PCI_PRODUCT_SYMBIOS_SATA8 0x0409 /* MegaRAID SATA 8x */
> >
> > /* Packet Engines products */
> > Index: pcidevs_data.h
> > ===================================================================
> > RCS file: /cvs/src/sys/dev/pci/pcidevs_data.h,v
> > retrieving revision 1.908
> > diff -u -r1.908 pcidevs_data.h
> > --- pcidevs_data.h 23 Aug 2005 03:31:53 -0000 1.908
> > +++ pcidevs_data.h 23 Aug 2005 17:15:49 -0000
> > @@ -5923,6 +5923,10 @@
> > "MegaRAID 320",
> > },
> > {
> > + PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_MEGARAID_3202E,
> > + "MegaRAID 320-2E",
> > + },
> > + {
> > PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_SATA8,
> > "MegaRAID SATA 8x",
> > },

Reply via email to