[PATCH] tpm: support for TPMs on additional LPC bus

From: Kylene Hall
Date: Thu May 05 2005 - 15:01:11 EST


Please apply this patch it adds support for TPMs on additional LPC
buses.

Signed-off-by: Kylene Hall <kjhall@xxxxxxxxxx>
---
--- 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,}
};

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/