Source-Changes-HG archive

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

[src/netbsd-9]: src/doc Ticket #1477



details:   https://anonhg.NetBSD.org/src/rev/9f902b42e7cd
branches:  netbsd-9
changeset: 368439:9f902b42e7cd
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Jul 11 14:13:46 2022 +0000

description:
Ticket #1477

diffstat:

 doc/CHANGES-9.3 |  23 ++++++++++++++++++++++-
 1 files changed, 22 insertions(+), 1 deletions(-)

diffs (34 lines):

diff -r ddb8afef776a -r 9f902b42e7cd doc/CHANGES-9.3
--- a/doc/CHANGES-9.3   Mon Jul 11 14:10:18 2022 +0000
+++ b/doc/CHANGES-9.3   Mon Jul 11 14:13:46 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.3,v 1.1.2.108 2022/06/17 15:26:31 martin Exp $
+# $NetBSD: CHANGES-9.3,v 1.1.2.109 2022/07/11 14:13:46 martin Exp $
 
 A complete list of changes from the NetBSD 9.2 release to the NetBSD 9.3
 release:
@@ -1843,3 +1843,24 @@
        procfs: add missing permission check.
        [shm, ticket #1475]
 
+sys/dev/pci/if_wmreg.h                         1.122-1.125
+sys/dev/pci/if_wmvar.h                         1.48
+sys/dev/pci/if_wm.c                            1.719-1.720,1.722-1.725,
+                                               1.727-1.740 via patch
+
+       - wm_tick: Add missing splx(s) when not WM_MPSAFE.
+       - Print DMA range info if the system is booting in the verbose mode.
+       - Micro optimization:
+         - Call m_freem(m) only if m0 == NULL.
+         - Call wm_xxeof() only when limit > 0.
+         - Don't set the more flag when there is no packet to process.
+       - No functional changes:
+         - Call txeof first, then rxeof for the consistency.
+         - Remove duplicated break.
+         - Remove stray semicolons from struct declaration.
+         - Fix value return from void function.
+         - Use macros.
+         - Modify comment.
+         - KNF.
+       [msaitoh, ticket #1477]
+



Home | Main Index | Thread Index | Old Index