Module Name:    src
Committed By:   martin
Date:           Sun Oct  8 15:33:07 UTC 2023

Modified Files:
        src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Tickets #1909 and #1910


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.201 -r1.1.2.202 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.201 src/doc/CHANGES-8.3:1.1.2.202
--- src/doc/CHANGES-8.3:1.1.2.201	Wed Oct  4 15:18:13 2023
+++ src/doc/CHANGES-8.3	Sun Oct  8 15:33:07 2023
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-8.3,v 1.1.2.201 2023/10/04 15:18:13 martin Exp $
+$NetBSD: CHANGES-8.3,v 1.1.2.202 2023/10/08 15:33:07 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -3955,3 +3955,32 @@ xsrc/external/mit/libX11/dist/src/xkb/XK
 	fixing: CVE-2023-43785, CVE-2023-43786, CVE-2023-43787, CVE-2023-43788,
 	CVE-2023-43789
 	[mrg, ticket #1908]
+
+sys/dev/pci/ixgbe/ixgbe.c		1.327-1.332 via patch
+sys/dev/pci/ixgbe/ixgbe.h		1.87-1.88
+sys/dev/pci/ixgbe/ixv.c 		1.184-1.185
+sys/dev/pci/ixgbe/ix_txrx.c		1.101
+sys/dev/pci/ixgbe/ixgbe_82599.c 	1.30
+sys/dev/pci/ixgbe/ixgbe_vf.c		1.32-1.33
+sys/dev/pci/ixgbe/ixgbe_vf.h		1.18
+sys/dev/pci/ixgbe/ixgbe_mbx.h		1.20
+sys/dev/pci/ixgbe/ixgbe_type.h		1.57
+
+	ixg(4):
+	- Reorder some event counters for readability.
+	- Rename some descriptions of event counters.
+	- Count Queue Bytes {Transmit, Receive} counter.
+	- Improve error check in ixgbe_check_mac_link_vf().
+	- Add new IXGBE_VF_GET_LINK_STATE message support.
+	  The VF's link state can be forced to down by PF.
+	- Update FCTRL after writing multicast filter.
+	- Update comments.
+	[msaitoh, ticket #1909]
+
+sys/dev/pci/if_wm.c				1.785-1.789
+
+	wm(4):
+	- Count SCVPC, HRMPC and IAC correctly.
+	- Modify some event counters' descriptions to clarify meaning.
+	[msaitoh, ticket #1910]
+

Reply via email to