aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pnp/quirks.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pnp/quirks.c')
-rw-r--r--drivers/pnp/quirks.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pnp/quirks.c b/drivers/pnp/quirks.c
index f700723ca5d6..d28e3ab9479c 100644
--- a/drivers/pnp/quirks.c
+++ b/drivers/pnp/quirks.c
@@ -342,6 +342,7 @@ static void quirk_amd_mmconfig_area(struct pnp_dev *dev)
342/* Device IDs of parts that have 32KB MCH space */ 342/* Device IDs of parts that have 32KB MCH space */
343static const unsigned int mch_quirk_devices[] = { 343static const unsigned int mch_quirk_devices[] = {
344 0x0154, /* Ivy Bridge */ 344 0x0154, /* Ivy Bridge */
345 0x0a04, /* Haswell-ULT */
345 0x0c00, /* Haswell */ 346 0x0c00, /* Haswell */
346 0x1604, /* Broadwell */ 347 0x1604, /* Broadwell */
347}; 348};