Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Make this driver recognize LSI Logic MegaRAID 32...



details:   https://anonhg.NetBSD.org/src/rev/41ef7ace40ce
branches:  trunk
changeset: 569741:41ef7ace40ce
user:      he <he%NetBSD.org@localhost>
date:      Thu Sep 02 21:12:42 2004 +0000

description:
Make this driver recognize LSI Logic MegaRAID 320-2 RAID controllers.
Fixes PR#26834, patch from that PR.

diffstat:

 sys/dev/pci/amr.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r e0b78816f4d1 -r 41ef7ace40ce sys/dev/pci/amr.c
--- a/sys/dev/pci/amr.c Thu Sep 02 12:39:56 2004 +0000
+++ b/sys/dev/pci/amr.c Thu Sep 02 21:12:42 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: amr.c,v 1.20 2004/04/22 00:17:12 itojun Exp $  */
+/*     $NetBSD: amr.c,v 1.21 2004/09/02 21:12:42 he Exp $      */
 
 /*-
  * Copyright (c) 2002, 2003 The NetBSD Foundation, Inc.
@@ -71,7 +71,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: amr.c,v 1.20 2004/04/22 00:17:12 itojun Exp $");
+__KERNEL_RCSID(0, "$NetBSD: amr.c,v 1.21 2004/09/02 21:12:42 he Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -132,6 +132,7 @@
        { PCI_VENDOR_AMI,   PCI_PRODUCT_AMI_MEGARAID,  0 },
        { PCI_VENDOR_AMI,   PCI_PRODUCT_AMI_MEGARAID2, 0 },
        { PCI_VENDOR_AMI,   PCI_PRODUCT_AMI_MEGARAID3, AT_QUARTZ },
+       { PCI_VENDOR_SYMBIOS, PCI_PRODUCT_AMI_MEGARAID3, AT_QUARTZ },
        { PCI_VENDOR_INTEL, PCI_PRODUCT_AMI_MEGARAID3, AT_QUARTZ | AT_SIG },
        { PCI_VENDOR_DELL,  PCI_PRODUCT_DELL_PERC_4DI, AT_QUARTZ },
        { PCI_VENDOR_DELL,  PCI_PRODUCT_DELL_PERC_4DI_2, AT_QUARTZ },



Home | Main Index | Thread Index | Old Index