summaryrefslogtreecommitdiffstats
path: root/include/pci_ids.h
diff options
context:
space:
mode:
authorTang Yuantian <B29983@freescale.com>2011-10-07 19:26:58 +0000
committerWolfgang Denk <wd@denx.de>2011-10-22 01:03:54 +0200
commit83c484d7ecb62a9dfe8adb0da9a04cfb8bbb478b (patch)
tree55e560e1398bc646e31a41339fce841d3a0e5fa6 /include/pci_ids.h
parentafc1ce82885698c61946c0cab99aac3547ef78ea (diff)
downloadtalos-obmc-uboot-83c484d7ecb62a9dfe8adb0da9a04cfb8bbb478b.tar.gz
talos-obmc-uboot-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.h5
1 files changed, 5 insertions, 0 deletions
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
OpenPOWER on IntegriCloud