diff options
author | jack wang <jack_wang@usish.com> | 2009-10-14 04:19:21 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2009-12-04 13:00:40 -0500 |
commit | dbf9bfe615717d1145f263c0049fe2328e6ed395 (patch) | |
tree | ae69b6f6cb4a15e15c59552f520c0f06209615ab /include/linux | |
parent | 35e6601903fc41e48e9b6722a49cc5acc7065c51 (diff) |
[SCSI] pm8001: add SAS/SATA HBA driver
This driver supports PMC-Sierra PCIe SAS/SATA 8x6G SPC 8001 chip based
host adapters.
Signed-off-by: Jack Wang <jack_wang@usish.com>
Signed-off-by: Lindar Liu <lindar_liu@usish.com>
Signed-off-by: Tom Peng <tom_peng@usish.com>
Signed-off-by: Kevin Ao <aoqingyun@usish.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'include/linux')
-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 b0f0f3851cd4..161fadb291d1 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -1586,6 +1586,8 @@ | |||
1586 | #define PCI_VENDOR_ID_COMPEX 0x11f6 | 1586 | #define PCI_VENDOR_ID_COMPEX 0x11f6 |
1587 | #define PCI_DEVICE_ID_COMPEX_ENET100VG4 0x0112 | 1587 | #define PCI_DEVICE_ID_COMPEX_ENET100VG4 0x0112 |
1588 | 1588 | ||
1589 | #define PCI_VENDOR_ID_PMC_Sierra 0x11f8 | ||
1590 | |||
1589 | #define PCI_VENDOR_ID_RP 0x11fe | 1591 | #define PCI_VENDOR_ID_RP 0x11fe |
1590 | #define PCI_DEVICE_ID_RP32INTF 0x0001 | 1592 | #define PCI_DEVICE_ID_RP32INTF 0x0001 |
1591 | #define PCI_DEVICE_ID_RP8INTF 0x0002 | 1593 | #define PCI_DEVICE_ID_RP8INTF 0x0002 |