diff options
author | nork <nork@FreeBSD.org> | 2010-09-19 14:40:37 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2010-09-19 14:40:37 +0000 |
commit | 9673f78b29dbcfcf67a2a68cb4ca94519e57a417 (patch) | |
tree | c88b9ca1133a3afd920d4676dd3de3c8af13ad6c /sys/amd64/conf | |
parent | 99ba5ac1139f70822852c05d5c11054245b95da3 (diff) | |
download | FreeBSD-src-9673f78b29dbcfcf67a2a68cb4ca94519e57a417.zip FreeBSD-src-9673f78b29dbcfcf67a2a68cb4ca94519e57a417.tar.gz |
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)
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r-- | sys/amd64/conf/NOTES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES index 67fbcd7..e69e4ad 100644 --- a/sys/amd64/conf/NOTES +++ b/sys/amd64/conf/NOTES @@ -421,6 +421,7 @@ options SAFE_RNDTEST # enable rndtest support # vpd: Vital Product Data kernel interface # asmc: Apple System Management Controller # si: Specialix International SI/XIO or SX intelligent serial card +# tpm: Trusted Platform Module # Notes on the Specialix SI/XIO driver: # The host card is memory, not IO mapped. @@ -436,6 +437,7 @@ device smbios device vpd device asmc #device si +device tpm # # Laptop/Notebook options: |