diff options
author | Rasesh Mody <rmody@brocade.com> | 2010-08-23 23:24:12 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-08-23 23:24:12 -0400 |
commit | 8b230ed8ec96c933047dd0625cf95f739e4939a6 (patch) | |
tree | 517e761a804a2b2f9631b755abcbf525240b916e /include/linux/pci_ids.h | |
parent | 231cc2aaf14bad3b2325be0b19b8385ff5e75485 (diff) |
bna: Brocade 10Gb Ethernet device driver
This is patch 1/6 which contains linux driver source for
Brocade's BR1010/BR1020 10Gb CEE capable ethernet adapter.
Signed-off-by: Debashis Dutt <ddutt@brocade.com>
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/pci_ids.h')
-rw-r--r-- | include/linux/pci_ids.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index f6a3b2d36cad..1f730de0df06 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -2189,6 +2189,9 @@ | |||
2189 | #define PCI_VENDOR_ID_ARIMA 0x161f | 2189 | #define PCI_VENDOR_ID_ARIMA 0x161f |
2190 | 2190 | ||
2191 | #define PCI_VENDOR_ID_BROCADE 0x1657 | 2191 | #define PCI_VENDOR_ID_BROCADE 0x1657 |
2192 | #define PCI_DEVICE_ID_BROCADE_CT 0x0014 | ||
2193 | #define PCI_DEVICE_ID_BROCADE_FC_8G1P 0x0017 | ||
2194 | #define PCI_DEVICE_ID_BROCADE_CT_FC 0x0021 | ||
2192 | 2195 | ||
2193 | #define PCI_VENDOR_ID_SIBYTE 0x166d | 2196 | #define PCI_VENDOR_ID_SIBYTE 0x166d |
2194 | #define PCI_DEVICE_ID_BCM1250_PCI 0x0001 | 2197 | #define PCI_DEVICE_ID_BCM1250_PCI 0x0001 |