[coreboot-gerrit] New patch to review for coreboot: 2d5cc16 i945: Add 0x27ae to GMA IDs.

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Mon Nov 17 00:08:38 CET 2014


Vladimir Serbinenko (phcoder at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7485

-gerrit

commit 2d5cc161bbbe9904868726a742a69442cffe5244
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Mon Nov 17 00:07:12 2014 +0100

    i945: Add 0x27ae to GMA IDs.
    
    Change-Id: I4c9ccc52a7fe47311761e633c72e280055fb0310
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 src/northbridge/intel/i945/gma.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/northbridge/intel/i945/gma.c b/src/northbridge/intel/i945/gma.c
index cc2fe48..2949fea 100644
--- a/src/northbridge/intel/i945/gma.c
+++ b/src/northbridge/intel/i945/gma.c
@@ -543,10 +543,12 @@ static struct device_operations gma_func1_ops = {
 	.ops_pci		= &gma_pci_ops,
 };
 
+static const unsigned short pci_device_ids[] = { 0x27a2, 0x27ae, 0 };
+
 static const struct pci_driver i945_gma_func0_driver __pci_driver = {
 	.ops	= &gma_func0_ops,
 	.vendor	= PCI_VENDOR_ID_INTEL,
-	.device	= 0x27a2,
+	.devices	= pci_device_ids,
 };
 
 static const struct pci_driver i945_gma_func1_driver __pci_driver = {



More information about the coreboot-gerrit mailing list