Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/doc Ticket #1759
details: https://anonhg.NetBSD.org/src/rev/e4775381395c
branches: netbsd-8
changeset: 369915:e4775381395c
user: martin <martin%NetBSD.org@localhost>
date: Wed Sep 07 10:10:55 2022 +0000
description:
Ticket #1759
diffstat:
doc/CHANGES-8.3 | 20 +++++++++++++++++++-
1 files changed, 19 insertions(+), 1 deletions(-)
diffs (31 lines):
diff -r 4ba57bebeb53 -r e4775381395c doc/CHANGES-8.3
--- a/doc/CHANGES-8.3 Wed Sep 07 10:09:20 2022 +0000
+++ b/doc/CHANGES-8.3 Wed Sep 07 10:10:55 2022 +0000
@@ -1,4 +1,4 @@
- $NetBSD: CHANGES-8.3,v 1.1.2.145 2022/08/30 15:40:57 martin Exp $
+ $NetBSD: CHANGES-8.3,v 1.1.2.146 2022/09/07 10:10:55 martin Exp $
A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
release:
@@ -2756,3 +2756,21 @@
wsfb(4): disable broken DGA extension for xf86-video-wsfb.
[rin, ticket #1758]
+sys/dev/pci/if_wm.c 1.741-1.749,1.753-1.757,
+ 1.762 via patch
+sys/dev/pci/if_wmreg.h 1.126-1.127
+
+ - Fix I219 workaround in wm_flush_desc_rings().
+ - Add more statistics counters.
+ - To avoid releasing mutex temporally, use new
+ wm_set_mdio_slow_mode_hv_locked().
+ - No functional changes:
+ - Turn a locking botch (shouldn't drop lock on error) into a KASSERT
+ in wm_deferred_start_locked().
+ - Remove unneeded header inclusion.
+ - Use __BIT() a little.
+ - Modify comment and debug messages.
+ - Consistency use -1 instead of 1 for some error code.
+ - KNF.
+ [msaitoh, ticket #1759]
+
Home |
Main Index |
Thread Index |
Old Index