Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic mpt: add missing debug strings to the Error_Map I...



details:   https://anonhg.NetBSD.org/src/rev/deb38f6d63a3
branches:  trunk
changeset: 341426:deb38f6d63a3
user:      palle <palle%NetBSD.org@localhost>
date:      Thu Nov 05 21:08:18 2015 +0000

description:
mpt: add missing debug strings to the Error_Map IOC_Event array

diffstat:

 sys/dev/ic/mpt_debug.c |  16 ++++++++++++++--
 1 files changed, 14 insertions(+), 2 deletions(-)

diffs (37 lines):

diff -r 604023cb28ab -r deb38f6d63a3 sys/dev/ic/mpt_debug.c
--- a/sys/dev/ic/mpt_debug.c    Thu Nov 05 20:52:46 2015 +0000
+++ b/sys/dev/ic/mpt_debug.c    Thu Nov 05 21:08:18 2015 +0000
@@ -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 @@
 { 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},
 };
 



Home | Main Index | Thread Index | Old Index