This patch enables more new hardware. ACKed-by: Kylene Hall <[EMAIL PROTECTED]>
-------- Forwarded Message -------- From: Philipp Matthias Hahn <[EMAIL PROTECTED]> To: Kylene Hall <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: [tpmdd-devel] [PATCH] linux-2.6.13/drivers/char/tpm/tpm_atmel.c on ICH6 Date: Tue, 30 Aug 2005 10:28:22 +0200 Hello! While installing Debian on our new IBM X41 Tablet, I tried briefly to use the built-in Atmel TPM. The Athmel TPM is also located on the LPC-bus of the ICH6. To make it work I had to apply the following patch: Signed-off-by: Philipp Matthias Hahn <[EMAIL PROTECTED]> --- linux-2.6.13-rc7/drivers/char/tpm/tpm_atmel.c.orig 2005-08-26 15:21:21.000000000 +0200 +++ linux-2.6.13-rc7/drivers/char/tpm/tpm_atmel.c 2005-08-26 13:22:45.000000000 +0200 @@ -206,6 +206,9 @@ static struct pci_device_id tpm_pci_tbl[ {PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82801DB_0)}, {PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82801DB_12)}, {PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82801EB_0)}, + {PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICH6_0)}, + {PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICH6_1)}, + {PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICH7_0)}, {PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_8111_LPC)}, {PCI_DEVICE(PCI_VENDOR_ID_SERVERWORKS, PCI_DEVICE_ID_SERVERWORKS_CSB6LPC)}, {0,} BYtE Philipp - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/