Skip to content

Commit

Permalink
[SCSI] add PCI_VENDOR_ID macro for Brocade in pci_ids.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Prakash, Sathya authored and James Bottomley committed Jul 18, 2007
1 parent edb9068 commit 0c8db6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/linux/pci_ids.h
Original file line number Diff line number Diff line change
Expand Up @@ -2017,6 +2017,8 @@

#define PCI_VENDOR_ID_ARIMA 0x161f

#define PCI_VENDOR_ID_BROCADE 0x1657

#define PCI_VENDOR_ID_SIBYTE 0x166d
#define PCI_DEVICE_ID_BCM1250_PCI 0x0001
#define PCI_DEVICE_ID_BCM1250_HT 0x0002
Expand Down

0 comments on commit 0c8db6b

Please sign in to comment.