projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcacac7
)
sfc_ef100: add EF100 to NIC-revision enumeration
author
Edward Cree
<ecree@solarflare.com>
Thu, 2 Jul 2020 16:32:04 +0000
(17:32 +0100)
committer
David S. Miller
<davem@davemloft.net>
Thu, 2 Jul 2020 21:47:40 +0000
(14:47 -0700)
Signed-off-by: Edward Cree <ecree@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/sfc/nic_common.h
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/sfc/nic_common.h
b/drivers/net/ethernet/sfc/nic_common.h
index
813f288
..
e04b681
100644
(file)
--- a/
drivers/net/ethernet/sfc/nic_common.h
+++ b/
drivers/net/ethernet/sfc/nic_common.h
@@
-21,6
+21,7
@@
enum {
*/
EFX_REV_SIENA_A0 = 3,
EFX_REV_HUNT_A0 = 4,
+ EFX_REV_EF100 = 5,
};
static inline int efx_nic_rev(struct efx_nic *efx)