提交 42e6cae1 编写于 作者: B Bert Kenward 提交者: David S. Miller

sfc: revert changes to NIC revision numbers

The revision enum values (eg EFX_REV_HUNT_A0) form part of our API,
 and are included in ethtool. If these are inconsistent then ethtool
 will print garbage for a register dump (ethtool -d).

Fixes: 5a6681e2 ("sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driver")
Signed-off-by: NEdward Cree <ecree@solarflare.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 b12ca80c
...@@ -18,8 +18,12 @@ ...@@ -18,8 +18,12 @@
#include "mcdi.h" #include "mcdi.h"
enum { enum {
EFX_REV_SIENA_A0 = 0, /* Revisions 0-2 were Falcon A0, A1 and B0 respectively.
EFX_REV_HUNT_A0 = 1, * They are not supported by this driver but these revision numbers
* form part of the ethtool API for register dumping.
*/
EFX_REV_SIENA_A0 = 3,
EFX_REV_HUNT_A0 = 4,
}; };
static inline int efx_nic_rev(struct efx_nic *efx) static inline int efx_nic_rev(struct efx_nic *efx)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册