summaryrefslogtreecommitdiff
path: root/usr/src/uts
diff options
context:
space:
mode:
authorBill Taylor <William.Taylor@Oracle.COM>2010-06-18 08:20:44 -0700
committerBill Taylor <William.Taylor@Oracle.COM>2010-06-18 08:20:44 -0700
commit5a047af5b368c7ae4914da7d7ad5d0bb7797464c (patch)
treefcdcfd2fe151c61fb62ac0e28e1199e36edcff29 /usr/src/uts
parent4a16f9a6c1cc74aeed5ff36b4723c3e43bc67666 (diff)
downloadillumos-joyent-5a047af5b368c7ae4914da7d7ad5d0bb7797464c.tar.gz
6960798 hermon should use FMA to report downrev 2.5 firmware
Diffstat (limited to 'usr/src/uts')
-rw-r--r--usr/src/uts/common/sys/ib/adapters/hermon/hermon_hw.h13
1 files changed, 8 insertions, 5 deletions
diff --git a/usr/src/uts/common/sys/ib/adapters/hermon/hermon_hw.h b/usr/src/uts/common/sys/ib/adapters/hermon/hermon_hw.h
index ce94521478..92bac128ff 100644
--- a/usr/src/uts/common/sys/ib/adapters/hermon/hermon_hw.h
+++ b/usr/src/uts/common/sys/ib/adapters/hermon/hermon_hw.h
@@ -20,8 +20,7 @@
*/
/*
- * Copyright 2010 Sun Microsystems, Inc. All rights reserved.
- * Use is subject to license terms.
+ * Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
*/
#ifndef _SYS_IB_ADAPTERS_HERMON_HW_H
@@ -596,11 +595,15 @@ struct hermon_hw_queryfw_s {
#endif
/*
- * need to have min 2.3.0 to include config_spec_qp and SMA in FW
+ * 2.6.000 is critical for some performance features, e.g., Reserved_Lkey,
+ * and 2.7.000 is needed for FRWR and FCoIB. Requiring 2.6.000 now so that
+ * existing customers get the performance, but are not required to upgrade
+ * to the latest. Less than 2.6.000 will cause the driver to attach in
+ * maintenance mode, and throw an FMA event about upgrading the firmware.
*/
-#define HERMON_FW_VER_MAJOR 0x0002 /* TBD for Hermon */
-#define HERMON_FW_VER_MINOR 0x0005
+#define HERMON_FW_VER_MAJOR 0x0002
+#define HERMON_FW_VER_MINOR 0x0006
#define HERMON_FW_VER_SUBMINOR 0x0000
/*