Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Add IBM ServeRAID M5014 as subtype
details: https://anonhg.NetBSD.org/src/rev/45c02d28f52e
branches: trunk
changeset: 778334:45c02d28f52e
user: sborrill <sborrill%NetBSD.org@localhost>
date: Thu Mar 22 15:05:36 2012 +0000
description:
Add IBM ServeRAID M5014 as subtype
diffstat:
sys/dev/pci/mfi_pci.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r d020908cc4cd -r 45c02d28f52e sys/dev/pci/mfi_pci.c
--- a/sys/dev/pci/mfi_pci.c Thu Mar 22 14:18:34 2012 +0000
+++ b/sys/dev/pci/mfi_pci.c Thu Mar 22 15:05:36 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mfi_pci.c,v 1.13 2012/03/21 14:22:35 sborrill Exp $ */
+/* $NetBSD: mfi_pci.c,v 1.14 2012/03/22 15:05:36 sborrill 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.13 2012/03/21 14:22:35 sborrill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mfi_pci.c,v 1.14 2012/03/22 15:05:36 sborrill 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_IBM, 0x03c7, "IBM ServeRAID M5014 SAS/SATA" },
{ 0x0, 0, "" }
};
Home |
Main Index |
Thread Index |
Old Index