i945: Add 27ac to northbridge IDs.

Change-Id: Ie2edf0738d0f27efa696b9f6c17600a97e323117
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: http://review.coreboot.org/7484
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Tested-by: build bot (Jenkins)
This commit is contained in:
Vladimir Serbinenko 2014-11-16 23:08:05 +01:00
parent fc1c1b572f
commit b67eaee325
1 changed files with 4 additions and 1 deletions

View File

@ -268,10 +268,13 @@ static struct device_operations mc_ops = {
.ops_pci = &intel_pci_ops,
};
static const unsigned short pci_device_ids[] = { 0x27a0, 0x27ac,
0 };
static const struct pci_driver mc_driver __pci_driver = {
.ops = &mc_ops,
.vendor = PCI_VENDOR_ID_INTEL,
.device = 0x27a0,
.devices = pci_device_ids,
};
static void cpu_bus_init(device_t dev)