Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci PR/46877 - Wolfgang Stukenbrock -- missing defin...



details:   https://anonhg.NetBSD.org/src/rev/ed0086e12325
branches:  trunk
changeset: 781295:ed0086e12325
user:      jnemeth <jnemeth%NetBSD.org@localhost>
date:      Fri Aug 31 05:22:17 2012 +0000

description:
PR/46877 - Wolfgang Stukenbrock -- missing definition for Symbios SAS 9261-8i

diffstat:

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

diffs (26 lines):

diff -r 29a4811adb0a -r ed0086e12325 sys/dev/pci/mfi_pci.c
--- a/sys/dev/pci/mfi_pci.c     Fri Aug 31 05:18:44 2012 +0000
+++ b/sys/dev/pci/mfi_pci.c     Fri Aug 31 05:22:17 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mfi_pci.c,v 1.16 2012/08/23 09:59:14 bouyer Exp $ */
+/* $NetBSD: mfi_pci.c,v 1.17 2012/08/31 05:22:17 jnemeth Exp $ */
 /* $OpenBSD: mfi_pci.c,v 1.11 2006/08/06 04:40:08 brad Exp $ */
 /*
  * Copyright (c) 2006 Marco Peereboom <marco%peereboom.us@localhost>
@@ -17,7 +17,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mfi_pci.c,v 1.16 2012/08/23 09:59:14 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mfi_pci.c,v 1.17 2012/08/31 05:22:17 jnemeth Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -85,6 +85,7 @@
 
 static const struct mfi_pci_subtype mfi_gen2_subtypes[] = {
        { PCI_VENDOR_SYMBIOS,   0x9261,         "SAS 9260-8i" },
+       { PCI_VENDOR_SYMBIOS,   0x9263,         "SAS 9261-8i" },
        { PCI_VENDOR_IBM,       0x03c7,         "IBM ServeRAID M5014 SAS/SATA" },
        { PCI_VENDOR_DELL,      0x1f15,         "Dell PERC H800 Adapter" },
        { PCI_VENDOR_DELL,      0x1f16,         "Dell PERC H700 Adapter" },



Home | Main Index | Thread Index | Old Index