Module Name:    src
Committed By:   palle
Date:           Thu Nov  5 21:08:18 UTC 2015

Modified Files:
        src/sys/dev/ic: mpt_debug.c

Log Message:
mpt: add missing debug strings to the Error_Map IOC_Event array


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/dev/ic/mpt_debug.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/ic/mpt_debug.c
diff -u src/sys/dev/ic/mpt_debug.c:1.10 src/sys/dev/ic/mpt_debug.c:1.11
--- src/sys/dev/ic/mpt_debug.c:1.10	Thu Apr 17 16:05:45 2014
+++ src/sys/dev/ic/mpt_debug.c	Thu Nov  5 21:08:18 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: mpt_debug.c,v 1.10 2014/04/17 16:05:45 christos Exp $	*/
+/*	$NetBSD: mpt_debug.c,v 1.11 2015/11/05 21:08:18 palle Exp $	*/
 
 /*
  * Copyright (c) 2000, 2001 by Greg Ansley
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mpt_debug.c,v 1.10 2014/04/17 16:05:45 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mpt_debug.c,v 1.11 2015/11/05 21:08:18 palle Exp $");
 
 #include <dev/ic/mpt.h>
 
@@ -131,6 +131,18 @@ static const struct Error_Map IOC_Event[
 { MPI_EVENT_LOOP_STATE_CHANGE, 	        "Loop State Change" },
 { MPI_EVENT_LOGOUT,    	       		"Logout" },
 { MPI_EVENT_EVENT_CHANGE,               "EventChange" },
+{ MPI_EVENT_INTEGRATED_RAID,            "Integrated RAID" },
+{ MPI_EVENT_SCSI_DEVICE_STATUS_CHANGE,  "SCSI Device Status Change" },
+{ MPI_EVENT_ON_BUS_TIMER_EXPIRED,       "On Bus Timer Expired" },
+{ MPI_EVENT_QUEUE_FULL,                 "Queue Full" },
+{ MPI_EVENT_SAS_DEVICE_STATUS_CHANGE,   "SAS Device Status Change" },
+{ MPI_EVENT_SAS_SES,                    "SAS Ses" },
+{ MPI_EVENT_PERSISTENT_TABLE_FULL,      "Persistent Table Full" },
+{ MPI_EVENT_SAS_PHY_LINK_STATUS,        "SAS Phy Link Status" },
+{ MPI_EVENT_SAS_DISCOVERY_ERROR,        "SAS Discovery Error" },
+{ MPI_EVENT_IR_RESYNC_UPDATE,           "IR Resync Update" },
+{ MPI_EVENT_IR2,                        "IR2", },
+{ MPI_EVENT_SAS_DISCOVERY,              "Sas Discovery" },
 { -1, 0},
 };
 

Reply via email to