Please apply this patch it adds support for TPMs on additional LPC
buses.
Signed-off-by: Kylene Hall <[email protected]>
---
--- linux-2.6.12-rc2-mm2-collect/drivers/char/tpm/tpm_atmel.c 2005-05-03 13:05:43.000000000 -0700
+++ linux-2.6.12-rc3/drivers/char/tpm/tpm_atmel.c 2005-04-20 17:03:13.000000000 -0700
@@ -205,7 +183,8 @@ 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,}
};