SandyBridge: Add another PCI device ID for northbridge

Change-Id: I153579561f7eed6d4befd74ff39e1a5e778d0e46
Signed-off-by: Walter Murphy <wmurphy@google.com>
Reviewed-on: http://review.coreboot.org/1269
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Tested-by: build bot (Jenkins)
This commit is contained in:
Walter Murphy 2012-04-23 11:08:03 -07:00 committed by Ronald G. Minnich
parent da83a5f18e
commit 496f4a0c83
1 changed files with 6 additions and 0 deletions

View File

@ -441,6 +441,12 @@ static struct device_operations mc_ops = {
.ops_pci = &intel_pci_ops,
};
static const struct pci_driver mc_driver_0100 __pci_driver = {
.ops = &mc_ops,
.vendor = PCI_VENDOR_ID_INTEL,
.device = 0x0100,
};
static const struct pci_driver mc_driver __pci_driver = {
.ops = &mc_ops,
.vendor = PCI_VENDOR_ID_INTEL,