The patch titled irq: irq and pci_ids patch for Intel Tolapai has been added to the -mm tree. Its filename is irq-irq-and-pci_ids-patch-for-intel-tolapai.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: irq: irq and pci_ids patch for Intel Tolapai From: Jason Gaston <jason.d.gaston@xxxxxxxxx> Add the Intel Tolapai LPC and SMBus Controller DID's. Signed-off-by: Jason Gaston <jason.d.gaston@xxxxxxxxx> Cc: Jean Delvare <khali@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/i386/pci/irq.c | 1 + include/linux/pci_ids.h | 2 ++ 2 files changed, 3 insertions(+) diff -puN arch/i386/pci/irq.c~irq-irq-and-pci_ids-patch-for-intel-tolapai arch/i386/pci/irq.c --- a/arch/i386/pci/irq.c~irq-irq-and-pci_ids-patch-for-intel-tolapai +++ a/arch/i386/pci/irq.c @@ -550,6 +550,7 @@ static __init int intel_router_probe(str case PCI_DEVICE_ID_INTEL_ICH9_3: case PCI_DEVICE_ID_INTEL_ICH9_4: case PCI_DEVICE_ID_INTEL_ICH9_5: + case PCI_DEVICE_ID_INTEL_Tolapai_0: r->name = "PIIX/ICH"; r->get = pirq_piix_get; r->set = pirq_piix_set; diff -puN include/linux/pci_ids.h~irq-irq-and-pci_ids-patch-for-intel-tolapai include/linux/pci_ids.h --- a/include/linux/pci_ids.h~irq-irq-and-pci_ids-patch-for-intel-tolapai +++ a/include/linux/pci_ids.h @@ -2292,6 +2292,8 @@ #define PCI_DEVICE_ID_INTEL_MCH_PC 0x3599 #define PCI_DEVICE_ID_INTEL_MCH_PC1 0x359a #define PCI_DEVICE_ID_INTEL_E7525_MCH 0x359e +#define PCI_DEVICE_ID_INTEL_Tolapai_0 0x5031 +#define PCI_DEVICE_ID_INTEL_Tolapai_1 0x5032 #define PCI_DEVICE_ID_INTEL_82371SB_0 0x7000 #define PCI_DEVICE_ID_INTEL_82371SB_1 0x7010 #define PCI_DEVICE_ID_INTEL_82371SB_2 0x7020 _ Patches currently in -mm which might be from jason.d.gaston@xxxxxxxxx are irq-irq-and-pci_ids-patch-for-intel-tolapai.patch irq-irq-and-pci_ids-patch-for-intel-tolapai-fix.patch i2c-i801-documentation-patch-for-intel-tolapai.patch i2c-i801-smbus-patch-for-intel-tolapai.patch i2c-i801-smbus-patch-for-intel-tolapai-fix.patch ata_piix-ide-mode-sata-patch-for-intel-tolapai.patch ahci-raid-mode-sata-patch-for-intel-tolapai.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html