File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -4388,11 +4388,6 @@ static int pci_quirk_qcom_rp_acs(struct pci_dev *dev, u16 acs_flags)
4388
4388
*
4389
4389
* 0x9d10-0x9d1b PCI Express Root port #{1-12}
4390
4390
*
4391
- * The 300 series chipset suffers from the same bug so include those root
4392
- * ports here as well.
4393
- *
4394
- * 0xa32c-0xa343 PCI Express Root port #{0-24}
4395
- *
4396
4391
* [1] http://www.intel.com/content/www/us/en/chipsets/100-series-chipset-datasheet-vol-2.html
4397
4392
* [2] http://www.intel.com/content/www/us/en/chipsets/100-series-chipset-datasheet-vol-1.html
4398
4393
* [3] http://www.intel.com/content/www/us/en/chipsets/100-series-chipset-spec-update.html
@@ -4410,7 +4405,6 @@ static bool pci_quirk_intel_spt_pch_acs_match(struct pci_dev *dev)
4410
4405
case 0xa110 ... 0xa11f : case 0xa167 ... 0xa16a : /* Sunrise Point */
4411
4406
case 0xa290 ... 0xa29f : case 0xa2e7 ... 0xa2ee : /* Union Point */
4412
4407
case 0x9d10 ... 0x9d1b : /* 7th & 8th Gen Mobile */
4413
- case 0xa32c ... 0xa343 : /* 300 series */
4414
4408
return true;
4415
4409
}
4416
4410
You can’t perform that action at this time.
0 commit comments