Commit 805d22bf authored by Edward Cree's avatar Edward Cree Committed by David S. Miller

sfc_ef100: add EF100 to NIC-revision enumeration

Signed-off-by: default avatarEdward Cree <ecree@solarflare.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent bcacac7a
...@@ -21,6 +21,7 @@ enum { ...@@ -21,6 +21,7 @@ enum {
*/ */
EFX_REV_SIENA_A0 = 3, EFX_REV_SIENA_A0 = 3,
EFX_REV_HUNT_A0 = 4, EFX_REV_HUNT_A0 = 4,
EFX_REV_EF100 = 5,
}; };
static inline int efx_nic_rev(struct efx_nic *efx) static inline int efx_nic_rev(struct efx_nic *efx)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment