tg3: Report driver version to firmware
This patch changes the code so that the driver version can be reported to the firmware in addition to the current use. Signed-off-by: Matt Carlson <mcarlson@broadcom.com> Reviewed-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
2138c00217
commit
6867c84381
@ -2193,7 +2193,9 @@
|
||||
#define APE_HOST_SEG_LEN_MAGIC 0x0000001c
|
||||
#define TG3_APE_HOST_INIT_COUNT 0x4208
|
||||
#define TG3_APE_HOST_DRIVER_ID 0x420c
|
||||
#define APE_HOST_DRIVER_ID_MAGIC 0xf0035100
|
||||
#define APE_HOST_DRIVER_ID_LINUX 0xf0000000
|
||||
#define APE_HOST_DRIVER_ID_MAGIC(maj, min) \
|
||||
(APE_HOST_DRIVER_ID_LINUX | (maj & 0xff) << 16 | (min & 0xff) << 8)
|
||||
#define TG3_APE_HOST_BEHAVIOR 0x4210
|
||||
#define APE_HOST_BEHAV_NO_PHYLOCK 0x00000001
|
||||
#define TG3_APE_HOST_HEARTBEAT_INT_MS 0x4214
|
||||
|
Reference in New Issue
Block a user