• Kylene Jo Hall's avatar
    [PATCH] tpm breaks 8139cp · 0f4e46cb
    Kylene Jo Hall authored
    A problem was reported that the tpm driver was interfereing with
    networking on the 8139 chipset.  The tpm driver was using a hard coded
    the memory address instead of the value the BIOS was putting the chip
    at.  This was in the tpm_lpc_bus_init function.  That function can be
    replaced with querying the value at Vendor specific locations.  This
    patch replaces all calls to tpm_lpc_bus_init and the hardcoding of the
    base address with a lookup of the address at the correct vendor
    location.
    Signed-off-by: default avatarKylene Hall <kjhall@us.ibm.com>
    Signed-off-by: default avatarChris Wright <chrisw@osdl.org>
    Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
    0f4e46cb
tpm_atmel.c 5.33 KB