Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-9]: src/doc Tickets #335 and #336



details:   https://anonhg.NetBSD.org/src/rev/3f287b3856bd
branches:  netbsd-9
changeset: 458510:3f287b3856bd
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Oct 16 09:53:38 2019 +0000

description:
Tickets #335 and #336

diffstat:

 doc/CHANGES-9.0 |  25 ++++++++++++++++++++++++-
 1 files changed, 24 insertions(+), 1 deletions(-)

diffs (37 lines):

diff -r 48bacbceb92a -r 3f287b3856bd doc/CHANGES-9.0
--- a/doc/CHANGES-9.0   Wed Oct 16 09:52:38 2019 +0000
+++ b/doc/CHANGES-9.0   Wed Oct 16 09:53:38 2019 +0000
@@ -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 @@
        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]
+



Home | Main Index | Thread Index | Old Index