[PATCH] irq and pci_ids for Intel ICH7DH & ICH7-M DH
[firefly-linux-kernel-4.4.55.git] / arch / i386 / pci / irq.c
index e07589d04f64ed259af4997d8e30ce1caa379288..d6598da4b67bbc6fc1dde2ad121c692471813175 100644 (file)
@@ -495,6 +495,8 @@ static __init int intel_router_probe(struct irq_router *r, struct pci_dev *route
                case PCI_DEVICE_ID_INTEL_ICH6_1:
                case PCI_DEVICE_ID_INTEL_ICH7_0:
                case PCI_DEVICE_ID_INTEL_ICH7_1:
+               case PCI_DEVICE_ID_INTEL_ICH7_30:
+               case PCI_DEVICE_ID_INTEL_ICH7_31:
                case PCI_DEVICE_ID_INTEL_ESB2_0:
                        r->name = "PIIX/ICH";
                        r->get = pirq_piix_get;