diff options
| author | Bruce Allan <[email protected]> | 2018-09-20 00:23:06 +0000 |
|---|---|---|
| committer | Jeff Kirsher <[email protected]> | 2018-09-28 18:16:36 +0000 |
| commit | e4a0e1ee9443345b6da38c62b2e11221ee25ccf9 (patch) | |
| tree | 49cd7e0a51ec8d1472d2b982cca8753da1c5a033 /drivers/net/ethernet/intel/ice/ice_main.c | |
| parent | ice: replace unnecessary memcpy with direct assignment (diff) | |
| download | kernel-e4a0e1ee9443345b6da38c62b2e11221ee25ccf9.tar.gz kernel-e4a0e1ee9443345b6da38c62b2e11221ee25ccf9.zip | |
ice: update branding strings and supported device ids
Update branding strings and remove device ids 0x1594 and 0x1595.
Signed-off-by: Bruce Allan <[email protected]>
Signed-off-by: Anirudh Venkataramanan <[email protected]>
Tested-by: Andrew Bowers <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_main.c')
| -rw-r--r-- | drivers/net/ethernet/intel/ice/ice_main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/ethernet/intel/ice/ice_main.c b/drivers/net/ethernet/intel/ice/ice_main.c index 4f5fe6af6dac..b02942efcaea 100644 --- a/drivers/net/ethernet/intel/ice/ice_main.c +++ b/drivers/net/ethernet/intel/ice/ice_main.c @@ -3777,8 +3777,6 @@ static const struct pci_device_id ice_pci_tbl[] = { { PCI_VDEVICE(INTEL, ICE_DEV_ID_C810_BACKPLANE), 0 }, { PCI_VDEVICE(INTEL, ICE_DEV_ID_C810_QSFP), 0 }, { PCI_VDEVICE(INTEL, ICE_DEV_ID_C810_SFP), 0 }, - { PCI_VDEVICE(INTEL, ICE_DEV_ID_C810_10G_BASE_T), 0 }, - { PCI_VDEVICE(INTEL, ICE_DEV_ID_C810_SGMII), 0 }, /* required last entry */ { 0, } }; |
