]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
[OpenSM] Add FW version to CA attributes.
authoreitan <eitan@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Tue, 8 Nov 2005 09:39:07 +0000 (09:39 +0000)
committereitan <eitan@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Tue, 8 Nov 2005 09:39:07 +0000 (09:39 +0000)
git-svn-id: svn://openib.tc.cornell.edu/gen1@147 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

trunk/ulp/opensm/user/include/iba/ib_types.h
trunk/ulp/opensm/user/include/iba/ib_types_extended.h

index bfb4d3716badf2741e69fdf7152b82de068821fa..eb1e11d2c2c4665c728a9a54e04de08f7f5c544f 100644 (file)
@@ -7536,6 +7536,7 @@ typedef struct _ib_ca_attr
        uint32_t                                vend_id;
        uint16_t                                dev_id;
        uint16_t                                revision;
+       uint64_t                                fw_ver;
 
        /*
         * Total size of the ca attributes in bytes
@@ -7625,6 +7626,9 @@ typedef struct _ib_ca_attr
 *      revision
 *              Revision ID of this adapter
 *
+*      Fw_ver
+*              Device Firmware version.
+*
 *      size
 *              Total size in bytes for the HCA attributes.  This size includes total
 *              size required for all the variable members of the structure.  If a
index 3340c914b40d52f1c81563e8e272861a779543f1..b36729021a18fcf4acb82c702c882bb68b80247a 100644 (file)
@@ -607,6 +607,7 @@ typedef struct _ib_ca_attr
        uint32_t                                vend_id;
        uint16_t                                dev_id;
        uint16_t                                revision;
+       uint64_t                                fw_ver;
 
        /*
         * Total size of the ca attributes in bytes
@@ -691,6 +692,9 @@ typedef struct _ib_ca_attr
 *      revision
 *              Revision ID of this adapter
 *
+*      Fw_ver
+*              Device Firmware version.
+*
 *      size
 *              Total size in bytes for the HCA attributes.  This size includes total
 *              size required for all the variable members of the structure.  If a