mirror of
https://github.com/torvalds/linux.git
synced 2024-12-29 14:21:47 +00:00
qede: Change pci DID for 10g device
The device ID for the 10g module has changed. Populate the pci_ids table accordingly. Signed-off-by: Yuval Mintz <Yuval.Mintz@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
016c0bbae1
commit
0e7441d73d
@ -53,7 +53,7 @@ MODULE_PARM_DESC(debug, " Default debug msglevel");
|
||||
static const struct qed_eth_ops *qed_ops;
|
||||
|
||||
#define CHIP_NUM_57980S_40 0x1634
|
||||
#define CHIP_NUM_57980S_10 0x1635
|
||||
#define CHIP_NUM_57980S_10 0x1666
|
||||
#define CHIP_NUM_57980S_MF 0x1636
|
||||
#define CHIP_NUM_57980S_100 0x1644
|
||||
#define CHIP_NUM_57980S_50 0x1654
|
||||
|
Loading…
Reference in New Issue
Block a user