From 83c484d7ecb62a9dfe8adb0da9a04cfb8bbb478b Mon Sep 17 00:00:00 2001 From: Tang Yuantian Date: Fri, 7 Oct 2011 19:26:58 +0000 Subject: drivers: add the support for Silicon Image SATA controller Add the Silicon Image series PCI Express to Serial ATA controller support, including Sil3132, Sil3131 and Sil3124. The SATA controller can be used to load kernel. The features list: - Supports 1-lane 2.5 Gbit/s PCI Express - Supports one/two/four independent Serial ATA channels - Supports Serial ATA Generation 2 transfer rate of 3.0 Gbit/s - Supports LBA28 and LBA48 Signed-off-by: Tang Yuantian Signed-off-by: Aaron Williams Tested-by: Lan Chunhe --- include/pci_ids.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') diff --git a/include/pci_ids.h b/include/pci_ids.h index 02a6c6e074..12e4c0281d 100644 --- a/include/pci_ids.h +++ b/include/pci_ids.h @@ -2110,3 +2110,8 @@ #define PCI_VENDOR_ID_ADMTEK 0x1317 #define PCI_DEVICE_ID_ADMTEK_AN983B 0x0985 + +#define PCI_VENDOR_ID_SILICONIMAGE 0x1095 +#define PCI_DEVICE_ID_SIL3132 0x3132 +#define PCI_DEVICE_ID_SIL3124 0x3124 +#define PCI_DEVICE_ID_SIL3131 0x3131 -- cgit v1.2.1