ice: update branding strings and supported device ids
Update branding strings and remove device ids 0x1594 and 0x1595. Signed-off-by: Bruce Allan <bruce.w.allan@intel.com> Signed-off-by: Anirudh Venkataramanan <anirudh.venkataramanan@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
95a525bee0
commit
e4a0e1ee94
@ -5,15 +5,11 @@
|
|||||||
#define _ICE_DEVIDS_H_
|
#define _ICE_DEVIDS_H_
|
||||||
|
|
||||||
/* Device IDs */
|
/* Device IDs */
|
||||||
/* Intel(R) Ethernet Controller C810 for backplane */
|
/* Intel(R) Ethernet Controller E810-C for backplane */
|
||||||
#define ICE_DEV_ID_C810_BACKPLANE 0x1591
|
#define ICE_DEV_ID_C810_BACKPLANE 0x1591
|
||||||
/* Intel(R) Ethernet Controller C810 for QSFP */
|
/* Intel(R) Ethernet Controller E810-C for QSFP */
|
||||||
#define ICE_DEV_ID_C810_QSFP 0x1592
|
#define ICE_DEV_ID_C810_QSFP 0x1592
|
||||||
/* Intel(R) Ethernet Controller C810 for SFP */
|
/* Intel(R) Ethernet Controller E810-C for SFP */
|
||||||
#define ICE_DEV_ID_C810_SFP 0x1593
|
#define ICE_DEV_ID_C810_SFP 0x1593
|
||||||
/* Intel(R) Ethernet Controller C810/X557-AT 10GBASE-T */
|
|
||||||
#define ICE_DEV_ID_C810_10G_BASE_T 0x1594
|
|
||||||
/* Intel(R) Ethernet Controller C810 1GbE */
|
|
||||||
#define ICE_DEV_ID_C810_SGMII 0x1595
|
|
||||||
|
|
||||||
#endif /* _ICE_DEVIDS_H_ */
|
#endif /* _ICE_DEVIDS_H_ */
|
||||||
|
@ -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_BACKPLANE), 0 },
|
||||||
{ PCI_VDEVICE(INTEL, ICE_DEV_ID_C810_QSFP), 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_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 */
|
/* required last entry */
|
||||||
{ 0, }
|
{ 0, }
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user