[coreboot-gerrit] New patch to review for coreboot: Add support for the Silicon Image "Ultra ATA-133 Host Controller"

Denis Carikli (GNUtoo@no-log.org) gerrit at coreboot.org
Fri Oct 23 20:03:03 CEST 2015


Denis Carikli (GNUtoo at no-log.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/12171

-gerrit

commit 6540f46406e580e4fa3c2e810835afa0581b5c65
Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Fri Oct 23 18:00:04 2015 +0200

    Add support for the Silicon Image "Ultra ATA-133 Host Controller"
    
    This patch was tested with the following card:
      IDE interface: Silicon Image, Inc. PCI0680 Ultra ATA-133 Host Controller [1095:0680] (rev 02)
    
    Change-Id: I988b73684b54942d8ee6e44a9319dcc54086fca7
    Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
---
 src/drivers/sil/3114/sil_sata.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/drivers/sil/3114/sil_sata.c b/src/drivers/sil/3114/sil_sata.c
index 1285726..8a1da28 100644
--- a/src/drivers/sil/3114/sil_sata.c
+++ b/src/drivers/sil/3114/sil_sata.c
@@ -45,3 +45,9 @@ static const struct pci_driver si_sata_driver __pci_driver = {
         .vendor = 0x1095,
         .device = 0x3114,
 };
+
+static const struct pci_driver si_sata_driver_2 __pci_driver = {
+	.ops    = &si_sata_ops,
+	.vendor = 0x1095,
+	.device = 0x0680,
+};



More information about the coreboot-gerrit mailing list