i945: Add 0x27ae to GMA IDs.
Change-Id: I4c9ccc52a7fe47311761e633c72e280055fb0310 Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/7485 Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Tested-by: build bot (Jenkins)
This commit is contained in:
parent
7457a385a0
commit
10dd0e3171
|
@ -521,10 +521,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 = {
|
||||
|
|
Loading…
Reference in New Issue