aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/haswell/minihd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/intel/haswell/minihd.c')
-rw-r--r--src/northbridge/intel/haswell/minihd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/intel/haswell/minihd.c b/src/northbridge/intel/haswell/minihd.c
index de2ce06410..1bfbfe5ca0 100644
--- a/src/northbridge/intel/haswell/minihd.c
+++ b/src/northbridge/intel/haswell/minihd.c
@@ -92,7 +92,7 @@ static struct device_operations minihd_ops = {
.ops_pci = &pci_dev_ops_pci,
};
-static const unsigned short pci_device_ids[] = { 0x0a0c, 0x0c0c, 0 };
+static const unsigned short pci_device_ids[] = { 0x0a0c, 0x0c0c, 0x0d0c, 0 };
static const struct pci_driver haswell_minihd __pci_driver = {
.ops = &minihd_ops,