RDMA/nes: Add support for KR device id 0x0110
Add support for KR device id 0x0110. While at it, cleanup nes_init_phy() by splitting it into nes_init_1g_phy() and nes_init_2025_phy(). Remove support for NES_PHY_TYPE_IRIS, which was used on an XFP board that was only manufactured in small quantities and given out for evals in even smaller quantities. Signed-off-by: Chien Tung <chien.tin.tung@intel.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>
This commit is contained in:

committed by
Roland Dreier

parent
831d06cf5b
commit
09124e1913
@@ -64,8 +64,9 @@
|
||||
* NetEffect PCI vendor id and NE010 PCI device id.
|
||||
*/
|
||||
#ifndef PCI_VENDOR_ID_NETEFFECT /* not in pci.ids yet */
|
||||
#define PCI_VENDOR_ID_NETEFFECT 0x1678
|
||||
#define PCI_DEVICE_ID_NETEFFECT_NE020 0x0100
|
||||
#define PCI_VENDOR_ID_NETEFFECT 0x1678
|
||||
#define PCI_DEVICE_ID_NETEFFECT_NE020 0x0100
|
||||
#define PCI_DEVICE_ID_NETEFFECT_NE020_KR 0x0110
|
||||
#endif
|
||||
|
||||
#define NE020_REV 4
|
||||
|
Reference in New Issue
Block a user