Page MenuHomeFreeBSD

D54587.diff
No OneTemporary

D54587.diff

diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -324,7 +324,8 @@
# random(4)
device rdrand_rng # Intel Bull Mountain RNG
-device tpm # Trusted Platform Module
+# Disabled for now since tpm(4) breaks suspend/resume.
+#device tpm # Trusted Platform Module
options RANDOM_ENABLE_TPM # enable entropy from TPM 2.0
options RANDOM_ENABLE_KBD
options RANDOM_ENABLE_MOUSE
diff --git a/sys/amd64/conf/MINIMAL b/sys/amd64/conf/MINIMAL
--- a/sys/amd64/conf/MINIMAL
+++ b/sys/amd64/conf/MINIMAL
@@ -122,7 +122,8 @@
# random(4)
device rdrand_rng # Intel Bull Mountain RNG
-device tpm # Trusted Platform Module
+# Disabled for now since tpm(4) breaks suspend/resume.
+#device tpm # Trusted Platform Module
options RANDOM_ENABLE_TPM # enable entropy from TPM 2.0
options RANDOM_ENABLE_KBD
options RANDOM_ENABLE_MOUSE

File Metadata

Mime Type
text/plain
Expires
Fri, Jan 16, 12:00 AM (5 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27656145
Default Alt Text
D54587.diff (913 B)

Event Timeline