Module Name: src
Committed By: martin
Date: Wed Oct 16 09:53:38 UTC 2019
Modified Files:
src/doc [netbsd-9]: CHANGES-9.0
Log Message:
Tickets #335 and #336
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.77 -r1.1.2.78 src/doc/CHANGES-9.0
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-9.0
diff -u src/doc/CHANGES-9.0:1.1.2.77 src/doc/CHANGES-9.0:1.1.2.78
--- src/doc/CHANGES-9.0:1.1.2.77 Tue Oct 15 19:44:45 2019
+++ src/doc/CHANGES-9.0 Wed Oct 16 09:53:38 2019
@@ -1,5 +1,5 @@
-# $NetBSD: CHANGES-9.0,v 1.1.2.77 2019/10/15 19:44:45 martin Exp $
+# $NetBSD: CHANGES-9.0,v 1.1.2.78 2019/10/16 09:53:38 martin Exp $
A complete list of changes from the initial NetBSD 9.0 branch on 2019-07-30
until the 9.0 release:
@@ -4692,3 +4692,26 @@ sys/arch/arm/cortex/gic_v2m.h 1.2
Add support for Amazon's Graviton MSI controller.
[jmcneill, ticket #334]
+sys/net/bpf.c 1.230,1.231
+
+ Add KASSERT. Skip zero sized packets.
+ [maxv, ticket #335]
+
+share/man/man4/tpm.4 1.5
+sys/dev/acpi/tpm_acpi.c 1.9-1.11
+sys/dev/acpi/tpm_acpi.c 1.9
+sys/dev/ic/tpm.c 1.14-1.16
+sys/dev/ic/tpmreg.h 1.5,1.6
+sys/dev/ic/tpmvar.h 1.5-1.7
+sys/dev/isa/tpm_isa.c 1.5-1.7
+
+ Improvements in tpm(4):
+ - Remove interrupt support, do polling only.
+ - Simplify a few things.
+ - Fix the suspend function.
+ - Make the driver MP-safe.
+ - Sync the man page with reality.
+ - Add suspend support for TPM 2.0 chips.
+ - Provide a better abstraction for the TPM interface.
+ [maxv, ticket #336]
+