X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=drivers%2Fpnp%2Fquirks.c;h=d28e3ab9479c64e41fe014714c08721fc503faf3;hb=49ea06561154e7f9610fb212d55cc1eadc66f726;hp=943c1cb9566c803b168aac842aa00187a4627720;hpb=1d82b0baf9abd59ae6f53f3102f4e442043763a4;p=firefly-linux-kernel-4.4.55.git diff --git a/drivers/pnp/quirks.c b/drivers/pnp/quirks.c index 943c1cb9566c..d28e3ab9479c 100644 --- a/drivers/pnp/quirks.c +++ b/drivers/pnp/quirks.c @@ -342,7 +342,9 @@ static void quirk_amd_mmconfig_area(struct pnp_dev *dev) /* Device IDs of parts that have 32KB MCH space */ static const unsigned int mch_quirk_devices[] = { 0x0154, /* Ivy Bridge */ + 0x0a04, /* Haswell-ULT */ 0x0c00, /* Haswell */ + 0x1604, /* Broadwell */ }; static struct pci_dev *get_intel_host(void)