[coreboot-gerrit] Patch set updated for coreboot: 61eb2c7 Intel(R) 945G/GZ/GC/P/PL Add 82945G/GZ/P/PL Memory Controller Hub PCI ID

HAOUAS Elyes (ehaouas@noos.fr) gerrit at coreboot.org
Mon Apr 20 09:52:07 CEST 2015


HAOUAS Elyes (ehaouas at noos.fr) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/9802

-gerrit

commit 61eb2c7a77bac375e5b348bd20f883883f055316
Author: Elyes HAOUAS <ehaouas at noos.fr>
Date:   Sun Apr 19 11:36:40 2015 +0200

    Intel(R) 945G/GZ/GC/P/PL
    Add 82945G/GZ/P/PL Memory Controller Hub PCI ID
    
    Change-Id: Iade9ad0c3e341af1e28745e70733dccdfbe2903f
    Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
 src/northbridge/intel/i945/northbridge.c | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/northbridge/intel/i945/northbridge.c b/src/northbridge/intel/i945/northbridge.c
index 1aaeb3b..ddc6ec9 100644
--- a/src/northbridge/intel/i945/northbridge.c
+++ b/src/northbridge/intel/i945/northbridge.c
@@ -268,8 +268,12 @@ static struct device_operations mc_ops = {
 	.ops_pci          = &intel_pci_ops,
 };
 
-static const unsigned short pci_device_ids[] = { 0x27a0, 0x27ac,
-						 0 };
+static const unsigned short pci_device_ids[] = {
+	0x2770,
+	0x27a0,
+	0x27ac,
+	0
+};
 
 static const struct pci_driver mc_driver __pci_driver = {
 	.ops    = &mc_ops,



More information about the coreboot-gerrit mailing list