Module Name: src Committed By: jnemeth Date: Fri Aug 31 05:22:17 UTC 2012
Modified Files: src/sys/dev/pci: mfi_pci.c Log Message: PR/46877 - Wolfgang Stukenbrock -- missing definition for Symbios SAS 9261-8i To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/dev/pci/mfi_pci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/pci/mfi_pci.c diff -u src/sys/dev/pci/mfi_pci.c:1.16 src/sys/dev/pci/mfi_pci.c:1.17 --- src/sys/dev/pci/mfi_pci.c:1.16 Thu Aug 23 09:59:14 2012 +++ src/sys/dev/pci/mfi_pci.c Fri Aug 31 05:22:17 2012 @@ -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 <ma...@peereboom.us> @@ -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_ 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" },