diff options
| author | Tang Yuantian <B29983@freescale.com> | 2011-10-07 19:26:58 +0000 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2011-10-22 01:03:54 +0200 | 
| commit | 83c484d7ecb62a9dfe8adb0da9a04cfb8bbb478b (patch) | |
| tree | 55e560e1398bc646e31a41339fce841d3a0e5fa6 /include/pci_ids.h | |
| parent | afc1ce82885698c61946c0cab99aac3547ef78ea (diff) | |
| download | olio-uboot-2014.01-83c484d7ecb62a9dfe8adb0da9a04cfb8bbb478b.tar.xz olio-uboot-2014.01-83c484d7ecb62a9dfe8adb0da9a04cfb8bbb478b.zip | |
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>
Diffstat (limited to 'include/pci_ids.h')
| -rw-r--r-- | include/pci_ids.h | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/include/pci_ids.h b/include/pci_ids.h index 02a6c6e07..12e4c0281 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 |