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 <b29983@freescale.com> Signed-off-by: Aaron Williams <Aaron.Williams@cavium.com> Tested-by: Lan Chunhe <b25806@freescale.com>
This commit is contained in:
committed by
Wolfgang Denk
parent
afc1ce8288
commit
83c484d7ec
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user