diff options
author | davidcs <davidcs@FreeBSD.org> | 2015-12-22 19:34:21 +0000 |
---|---|---|
committer | davidcs <davidcs@FreeBSD.org> | 2015-12-22 19:34:21 +0000 |
commit | fe1c291a3e7044c5732dde826ed4c380024d361a (patch) | |
tree | 19bccfc394c096b5305b2ef2527334ba75a160ad /sys/dev/qlxgbe/ql_ver.h | |
parent | 8af142a2e4e02c8158b1127c6baed535592af5c8 (diff) | |
download | FreeBSD-src-fe1c291a3e7044c5732dde826ed4c380024d361a.zip FreeBSD-src-fe1c291a3e7044c5732dde826ed4c380024d361a.tar.gz |
MFC r289635
ql_hw.c: fixed error code INJCT_HEARTBEAT_FAILURE
ql_os.c: removed unnecessary debug printf
ql_ver.h: updated version number
Diffstat (limited to 'sys/dev/qlxgbe/ql_ver.h')
-rw-r--r-- | sys/dev/qlxgbe/ql_ver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/qlxgbe/ql_ver.h b/sys/dev/qlxgbe/ql_ver.h index 061e368..0d86db9 100644 --- a/sys/dev/qlxgbe/ql_ver.h +++ b/sys/dev/qlxgbe/ql_ver.h @@ -36,6 +36,6 @@ #define QLA_VERSION_MAJOR 3 #define QLA_VERSION_MINOR 10 -#define QLA_VERSION_BUILD 24 +#define QLA_VERSION_BUILD 25 #endif /* #ifndef _QL_VER_H_ */ |