Print this page
9483 Update cxgbe firmware version to 1.17.14.0
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Dan McDonald <danmcd@joyent.com>
| Split |
Close |
| Expand all |
| Collapse all |
--- old/usr/src/uts/common/io/cxgbe/firmware/t6fw_version.h
+++ new/usr/src/uts/common/io/cxgbe/firmware/t6fw_version.h
1 1 /*
2 2 * This file and its contents are supplied under the terms of the
3 3 * Common Development and Distribution License ("CDDL"), version 1.0.
4 4 * You may only use this file in accordance with the terms of version
5 5 * 1.0 of the CDDL.
|
↓ open down ↓ |
5 lines elided |
↑ open up ↑ |
6 6 *
7 7 * A full copy of the text of the CDDL should have accompanied this
8 8 * source. A copy of the CDDL is also available via the Internet at
9 9 * http://www.illumos.org/license/CDDL.
10 10 */
11 11
12 12 /* This file is automatically generated --- changes will be lost */
13 13
14 14 enum {
15 15 T6FW_VERSION_MAJOR = 0x01,
16 - T6FW_VERSION_MINOR = 0x10,
17 - T6FW_VERSION_MICRO = 0x2b,
16 + T6FW_VERSION_MINOR = 0x11,
17 + T6FW_VERSION_MICRO = 0x0e,
18 18 T6FW_VERSION_BUILD = 0x00,
19 19 };
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX