Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/sys/dev/pci Pull up following revision(s) (requested by j...
details: https://anonhg.NetBSD.org/src/rev/b8f8c631da74
branches: netbsd-6
changeset: 774580:b8f8c631da74
user: riz <riz%NetBSD.org@localhost>
date: Mon Sep 03 19:13:35 2012 +0000
description:
Pull up following revision(s) (requested by jnemeth in ticket #536):
sys/dev/pci/mfi_pci.c: revision 1.17
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 71fb1ff3f3c8 -r b8f8c631da74 sys/dev/pci/mfi_pci.c
--- a/sys/dev/pci/mfi_pci.c Mon Sep 03 19:11:30 2012 +0000
+++ b/sys/dev/pci/mfi_pci.c Mon Sep 03 19:13:35 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mfi_pci.c,v 1.12.16.2 2012/05/19 15:06:03 riz Exp $ */
+/* $NetBSD: mfi_pci.c,v 1.12.16.3 2012/09/03 19:13:35 riz 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.12.16.2 2012/05/19 15:06:03 riz Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mfi_pci.c,v 1.12.16.3 2012/09/03 19:13:35 riz 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" },
{ 0x0, 0, "" }
};
Home |
Main Index |
Thread Index |
Old Index