kernel: Add the tpm(4) driver for trusted platform modules.
authorSascha Wildner <saw@online.de>
Wed, 15 May 2013 18:19:18 +0000 (20:19 +0200)
committerSascha Wildner <saw@online.de>
Wed, 15 May 2013 18:21:32 +0000 (20:21 +0200)
commitf1e3af6c0d9fb009456c1ad7a10c323acbf7022f
tree31969ce52a8311b225b6221345056db0247af8cb
parentb0b55e21a228b081fb03bcc5c2719190496d029c
kernel: Add the tpm(4) driver for trusted platform modules.

Tested-by: tuxillo on a HP ProBook 6460b
Taken-from: FreeBSD
share/man/man4/Makefile
share/man/man4/tpm.4 [new file with mode: 0644]
sys/conf/files
sys/config/LINT
sys/config/LINT64
sys/dev/crypto/Makefile
sys/dev/crypto/tpm/Makefile [new file with mode: 0644]
sys/dev/crypto/tpm/tpm.c [new file with mode: 0644]
sys/dev/crypto/tpm/tpm_acpi.c [new file with mode: 0644]
sys/dev/crypto/tpm/tpm_isa.c [new file with mode: 0644]
sys/dev/crypto/tpm/tpmvar.h [new file with mode: 0644]