summaryrefslogtreecommitdiffstats
path: root/sys/dev/mpr/mpr_table.c
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2017-03-13 06:51:50 +0000
committermav <mav@FreeBSD.org>2017-03-13 06:51:50 +0000
commitd6704e681f0dca3dcdefa1b187552cc26f271cb7 (patch)
treeeb0b2b82d381ddbe56266827330a069d7aa23db0 /sys/dev/mpr/mpr_table.c
parentfc04fee2a5685280de498d1df99f0b4e5a34f99a (diff)
downloadFreeBSD-src-d6704e681f0dca3dcdefa1b187552cc26f271cb7.zip
FreeBSD-src-d6704e681f0dca3dcdefa1b187552cc26f271cb7.tar.gz
MFC r314786: Import mpr(4) driver P12 to P14 diff from vendor site.
This is mostly a version bump to stay in version number sync with firmware. The only change there was cosmetic: Display degraded speed message upon receiving Active Cable Exception Event with DEGRADED reason code.
Diffstat (limited to 'sys/dev/mpr/mpr_table.c')
-rw-r--r--sys/dev/mpr/mpr_table.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/dev/mpr/mpr_table.c b/sys/dev/mpr/mpr_table.c
index 6ec6492..4674b79 100644
--- a/sys/dev/mpr/mpr_table.c
+++ b/sys/dev/mpr/mpr_table.c
@@ -95,6 +95,12 @@ struct mpr_table_lookup mpr_event_names[] = {
{"SasPhyCounter", 0x22},
{"GpioInterrupt", 0x23},
{"HbdPhyEvent", 0x24},
+ {"SasQuiesce", 0x25},
+ {"SasNotifyPrimitive", 0x26},
+ {"TempThreshold", 0x27},
+ {"HostMessage", 0x28},
+ {"PowerPerformanceChange", 0x29},
+ {"CableEvent", 0x34},
{NULL, 0},
{"Unknown Event", 0}
};
OpenPOWER on IntegriCloud