commit | 893da75956ab48545e8732b46e1cf4350bd25f9c | [log] [tgz] |
---|---|---|
author | Jack Morgenstein <jackm@dev.mellanox.co.il> | Sun Jan 27 18:13:25 2008 +0200 |
committer | Roland Dreier <rolandd@cisco.com> | Mon Feb 04 20:20:43 2008 -0800 |
tree | fe5125ffd8ec7d84f3b4937f6ade9ee65f7a4913 | |
parent | 6ccef1de2c1718729dd1c7ee8bd98473519eb3b3 [diff] |
mlx4_core: Don't read reserved fields in mlx4_QUERY_ADAPTER() The firmware QUERY_ADAPTER command does not return vendor_id, device_id, and revision_id; eliminate these fields from the query. Initialize the rev_id field of the mlx4 device via init_node_data (MAD IFC query), as is done in the query_device verb implementation. Signed-off-by: Jack Morgenstein <jackm@dev.mellanox.co.il> Signed-off-by: Roland Dreier <rolandd@cisco.com>