summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authortakawata <takawata@FreeBSD.org>2010-08-12 00:16:18 +0000
committertakawata <takawata@FreeBSD.org>2010-08-12 00:16:18 +0000
commit8d948403ba72b7fa474f42e7456d2a255584b17b (patch)
tree6eff209d2cbf61a6d7d9af4234e28c99023faae1 /sys/modules
parent1c3734f021a7d3355bb5398297134824bae01846 (diff)
downloadFreeBSD-src-8d948403ba72b7fa474f42e7456d2a255584b17b.zip
FreeBSD-src-8d948403ba72b7fa474f42e7456d2a255584b17b.tar.gz
Add tpm(4) driver for Trusted Platform Module.
You may want to look at http://bsssd.sourceforge.net/ . Submitted by: Hans-Joerg Hoexer <Hans-Joerg_Hoexer@genua.de>
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile1
-rw-r--r--sys/modules/tpm/Makefile9
2 files changed, 10 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 028c4cc..6418c7b 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -283,6 +283,7 @@ SUBDIR= ${_3dfx} \
ti \
tl \
tmpfs \
+ tpm \
trm \
${_twa} \
twe \
diff --git a/sys/modules/tpm/Makefile b/sys/modules/tpm/Makefile
new file mode 100644
index 0000000..652e9c8
--- /dev/null
+++ b/sys/modules/tpm/Makefile
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../dev/tpm
+
+KMOD= tpm
+SRCS= tpm.c tpm_isa.c tpm_acpi.c isa_if.h opt_acpi.h acpi_if.h \
+ bus_if.h device_if.h
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud