diff options
-rw-r--r-- | drivers/pnp/quirks.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pnp/quirks.c b/drivers/pnp/quirks.c index 943c1cb9566c..f700723ca5d6 100644 --- a/drivers/pnp/quirks.c +++ b/drivers/pnp/quirks.c | |||
@@ -343,6 +343,7 @@ static void quirk_amd_mmconfig_area(struct pnp_dev *dev) | |||
343 | static const unsigned int mch_quirk_devices[] = { | 343 | static const unsigned int mch_quirk_devices[] = { |
344 | 0x0154, /* Ivy Bridge */ | 344 | 0x0154, /* Ivy Bridge */ |
345 | 0x0c00, /* Haswell */ | 345 | 0x0c00, /* Haswell */ |
346 | 0x1604, /* Broadwell */ | ||
346 | }; | 347 | }; |
347 | 348 | ||
348 | static struct pci_dev *get_intel_host(void) | 349 | static struct pci_dev *get_intel_host(void) |