From: Kylene Hall <kjhall@us.ibm.com>

Add support for TPMs on additional LPC buses.

Signed-off-by: Kylene Hall <kjhall@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 drivers/char/tpm/tpm_atmel.c |    1 +
 1 files changed, 1 insertion(+)

diff -puN drivers/char/tpm/tpm_atmel.c~tpm-support-for-tpms-on-additional-lpc-bus drivers/char/tpm/tpm_atmel.c
--- 25/drivers/char/tpm/tpm_atmel.c~tpm-support-for-tpms-on-additional-lpc-bus	2005-05-09 18:21:36.000000000 -0700
+++ 25-akpm/drivers/char/tpm/tpm_atmel.c	2005-05-09 18:21:36.000000000 -0700
@@ -205,6 +205,7 @@ static struct pci_device_id tpm_pci_tbl[
 	{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_AMD, PCI_DEVICE_ID_AMD_8111_LPC)},
+	{PCI_DEVICE(PCI_VENDOR_ID_SERVERWORKS, PCI_DEVICE_ID_SERVERWORKS_CSB6LPC)},
 	{0,}
 };
 
_