Source-Changes-HG archive

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

[src/netbsd-6]: src Pull up following revision(s) (requested by sborrill in t...



details:   https://anonhg.NetBSD.org/src/rev/23eafeccde8b
branches:  netbsd-6
changeset: 774126:23eafeccde8b
user:      riz <riz%NetBSD.org@localhost>
date:      Sat May 19 15:06:03 2012 +0000

description:
Pull up following revision(s) (requested by sborrill in ticket #261):
        sys/dev/pci/mfi_pci.c: revision 1.14
        share/man/man4/mfi.4: revision 1.11
Add IBM ServeRAID M5014 as subtype
Add IBM ServeRAID M1015 and M5014

diffstat:

 share/man/man4/mfi.4  |  7 +++++--
 sys/dev/pci/mfi_pci.c |  5 +++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diffs (54 lines):

diff -r af97a48a8d0b -r 23eafeccde8b share/man/man4/mfi.4
--- a/share/man/man4/mfi.4      Sat May 19 15:03:31 2012 +0000
+++ b/share/man/man4/mfi.4      Sat May 19 15:06:03 2012 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mfi.4,v 1.10 2010/02/09 06:48:28 wiz Exp $
+.\"    $NetBSD: mfi.4,v 1.10.10.1 2012/05/19 15:06:03 riz Exp $
 .\"    $OpenBSD: mfi.4,v 1.7 2006/09/01 09:58:09 jmc Exp $
 .\"
 .\" Written by Marco Peereboom <marco%peereboom.us@localhost>
@@ -24,7 +24,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd February 9, 2010
+.Dd March 22, 2012
 .Dt MFI 4
 .Os
 .Sh NAME
@@ -59,6 +59,9 @@
 MegaRAID SAS 8888ELP,
 MegaRAID SAS 8880EM2,
 MegaRAID SAS 9260-8i
+.It
+IBM ServeRAID M1015,
+ServeRAID M5014
 .El
 .Pp
 These controllers support RAID 0, RAID 1, RAID 5, RAID 6, RAID 10, RAID 50 and
diff -r af97a48a8d0b -r 23eafeccde8b sys/dev/pci/mfi_pci.c
--- a/sys/dev/pci/mfi_pci.c     Sat May 19 15:03:31 2012 +0000
+++ b/sys/dev/pci/mfi_pci.c     Sat May 19 15:06:03 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mfi_pci.c,v 1.12.16.1 2012/03/22 23:04:26 riz Exp $ */
+/* $NetBSD: mfi_pci.c,v 1.12.16.2 2012/05/19 15:06:03 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.1 2012/03/22 23:04:26 riz Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mfi_pci.c,v 1.12.16.2 2012/05/19 15:06:03 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_IBM,       0x03c7,         "IBM ServeRAID M5014 SAS/SATA" },
        { 0x0,                  0,              "" }
 };
 



Home | Main Index | Thread Index | Old Index