Vladimir Serbinenko (phcoder@gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5256
-gerrit
commit e5e516aee35fbb9b3f008bfbcd8298474ee0896e Author: Vladimir Serbinenko phcoder@gmail.com Date: Sun Feb 16 18:04:05 2014 +0100
ibexpeak/sata: Add PCI ID from Easynote LM.
Change-Id: I979a40ad3692cd474920f3ee5c6b10c41f75bfdb Signed-off-by: Vladimir Serbinenko phcoder@gmail.com --- src/southbridge/intel/ibexpeak/sata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/southbridge/intel/ibexpeak/sata.c b/src/southbridge/intel/ibexpeak/sata.c index 078dc8e..5f3c4d3 100644 --- a/src/southbridge/intel/ibexpeak/sata.c +++ b/src/southbridge/intel/ibexpeak/sata.c @@ -263,7 +263,7 @@ static struct device_operations sata_ops = { .ops_pci = &sata_pci_ops, };
-static const unsigned short pci_device_ids[] = { 0x3b2e, 0 }; +static const unsigned short pci_device_ids[] = { 0x3b28, 0x3b29, 0x3b2e, 0 };
static const struct pci_driver pch_sata __pci_driver = { .ops = &sata_ops,