From 9673f78b29dbcfcf67a2a68cb4ca94519e57a417 Mon Sep 17 00:00:00 2001 From: nork Date: Sun, 19 Sep 2010 14:40:37 +0000 Subject: Add support 'device tpm' for amd64. Add tpm(4)'s default setting to /boot/defaults/loader.conf. Add 'device tpm' to NOTES for amd64 and i386. Discussed with: takawata Approved by: imp (mentor) --- sys/i386/conf/NOTES | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/i386') diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index b4f8ee8..a68037b 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -751,6 +751,7 @@ device glxsb # AMD Geode LX Security Block # spic: Sony Programmable I/O controller (VAIO notebooks) # asmc: Apple System Management Controller # si: Specialix International SI/XIO or SX intelligent serial card driver +# tpm: Trusted Platform Module # Notes on APM # The flags takes the following meaning for apm0: @@ -789,6 +790,7 @@ hint.spic.0.at="isa" hint.spic.0.port="0x10a0" device asmc #device si +device tpm # # Laptop/Notebook options: -- cgit v1.1