diff options
author | Chien Tung <chien.tin.tung@intel.com> | 2010-02-23 17:52:10 +0000 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2010-02-25 10:40:05 -0800 |
commit | 09124e1913cf2140941f60ab4fdf8576e1e8fd8d (patch) | |
tree | cc06308101d1e3e97f31313c980f3ec78adab38f /drivers/infiniband/hw/nes/nes.c | |
parent | 831d06cf5b036a1ed14e412e9311c5e23075ed8d (diff) | |
download | blackbird-op-linux-09124e1913cf2140941f60ab4fdf8576e1e8fd8d.tar.gz blackbird-op-linux-09124e1913cf2140941f60ab4fdf8576e1e8fd8d.zip |
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>
Diffstat (limited to 'drivers/infiniband/hw/nes/nes.c')
-rw-r--r-- | drivers/infiniband/hw/nes/nes.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/nes/nes.c b/drivers/infiniband/hw/nes/nes.c index b9d09bafd6c1..4272c52e38a4 100644 --- a/drivers/infiniband/hw/nes/nes.c +++ b/drivers/infiniband/hw/nes/nes.c @@ -110,6 +110,7 @@ static unsigned int sysfs_idx_addr; static struct pci_device_id nes_pci_table[] = { {PCI_VENDOR_ID_NETEFFECT, PCI_DEVICE_ID_NETEFFECT_NE020, PCI_ANY_ID, PCI_ANY_ID}, + {PCI_VENDOR_ID_NETEFFECT, PCI_DEVICE_ID_NETEFFECT_NE020_KR, PCI_ANY_ID, PCI_ANY_ID}, {0} }; |