diff options
author | Prakash, Sathya <sathya.prakash@lsi.com> | 2007-07-17 04:10:10 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.localdomain> | 2007-07-18 12:17:11 -0400 |
commit | 0c8db6beb81a07147f64cffd33bd43b9e96f4f40 (patch) | |
tree | d51f998f2fb69f1a646f6267e997813a5a2ea1de /include/linux/pci_ids.h | |
parent | edb9068d0d7a3ba92f66b8c86cba625f3a439f64 (diff) |
[SCSI] add PCI_VENDOR_ID macro for Brocade in pci_ids.h
Adds PCI_VENDOR_ID_BROCADE macro in include/linux/pci_ids.h file. This macro
is used in MPT Fusion FC drivers to support Brocade branded FC controllers
signed-off-by: Sathya Prakash <sathya.prakash@lsi.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'include/linux/pci_ids.h')
-rw-r--r-- | include/linux/pci_ids.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 2c7add169539..13d36bb01a42 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -2017,6 +2017,8 @@ | |||
2017 | 2017 | ||
2018 | #define PCI_VENDOR_ID_ARIMA 0x161f | 2018 | #define PCI_VENDOR_ID_ARIMA 0x161f |
2019 | 2019 | ||
2020 | #define PCI_VENDOR_ID_BROCADE 0x1657 | ||
2021 | |||
2020 | #define PCI_VENDOR_ID_SIBYTE 0x166d | 2022 | #define PCI_VENDOR_ID_SIBYTE 0x166d |
2021 | #define PCI_DEVICE_ID_BCM1250_PCI 0x0001 | 2023 | #define PCI_DEVICE_ID_BCM1250_PCI 0x0001 |
2022 | #define PCI_DEVICE_ID_BCM1250_HT 0x0002 | 2024 | #define PCI_DEVICE_ID_BCM1250_HT 0x0002 |