Module Name: src Committed By: martin Date: Wed Sep 7 10:10:55 UTC 2022
Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1759 To generate a diff of this commit: cvs rdiff -u -r1.1.2.145 -r1.1.2.146 src/doc/CHANGES-8.3 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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.145 src/doc/CHANGES-8.3:1.1.2.146 --- src/doc/CHANGES-8.3:1.1.2.145 Tue Aug 30 15:40:57 2022 +++ src/doc/CHANGES-8.3 Wed Sep 7 10:10:55 2022 @@ -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 @@ external/mit/xorg/server/drivers/xf86-vi 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] +