Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/doc Tickets #1847 and #1848
details: https://anonhg.NetBSD.org/src/rev/2d7394797f36
branches: netbsd-8
changeset: 376671:2d7394797f36
user: martin <martin%NetBSD.org@localhost>
date: Tue Jun 27 18:47:31 2023 +0000
description:
Tickets #1847 and #1848
diffstat:
doc/CHANGES-8.3 | 42 +++++++++++++++++++++++++++++++++++++++++-
1 files changed, 41 insertions(+), 1 deletions(-)
diffs (53 lines):
diff -r 66af1711c013 -r 2d7394797f36 doc/CHANGES-8.3
--- a/doc/CHANGES-8.3 Tue Jun 27 18:45:20 2023 +0000
+++ b/doc/CHANGES-8.3 Tue Jun 27 18:47:31 2023 +0000
@@ -1,4 +1,4 @@
- $NetBSD: CHANGES-8.3,v 1.1.2.179 2023/06/22 06:32:31 martin Exp $
+ $NetBSD: CHANGES-8.3,v 1.1.2.180 2023/06/27 18:47:31 martin Exp $
A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
release:
@@ -3522,3 +3522,43 @@ sys/dev/pci/pcidevs_data.h (regen)
The SATA device ID for Apollo Lake is not 0x5ae0 but 0x5ae3.
[msaitoh, ticket #1846]
+sys/dev/pci/if_wm.c 1.768-1.782 via patch
+sys/dev/pci/if_wmreg.h 1.129-1.130
+sys/dev/pci/if_wmvar.h 1.49
+
+ wm(4):
+ - Rework for event counters:
+ - Fix calculation of GORC, GOTC, TOR and TOT counters correctly.
+ - Rearrange the order of the registers so that they are roughly
+ in ascending order.
+ - Reorder evcnt_attach_dynamic(), WM_EVCNT_ADD() and evcnt_detach()
+ to match.
+ - IC{TX,RX}*C registers are for older than 82575.
+ - Fix a bug that the transmit underrun counter is incorrectly
+ counted.
+ - Don't add "Count" for event counter's description.
+ - Some statistics registers were replaced with new counters on newer
+ chips. Treat 0x403c(CEXTERR->HTDPMC), 0x40fc(TSCTFC->CBRMPC),
+ 0x4124(ICRXOC->HTCBDPC) and from 0x4104 to 0x4124.
+ - Add some new counters:
+ - Circuit Breaker TX Manageability Packet
+ - Circuit Breaker RX Dropped Packet
+ - Host Good Octets RX
+ - Host Good Octets TX
+ - Length Errors
+ - SerDes/SGMII Code Violation Packet
+ - Header Redirection Missed Packet
+ - EEE TX LPI
+ - EEE RX LPI
+ - Fix prc511's comment and description.
+ - Add SOICZIFDATA (ifconfig -z) support for evcnt(9).
+ - Use WM_IS_ICHPCH(). No functional change.
+ - Fix typo. s/ictxact/ictxatc/. No functional change.
+ - Add comment.
+ [msaitoh, ticket #1847]
+
+sys/fs/nilfs/nilfs_subr.h 1.5
+
+ Remove dead code.
+ [reinoud, ticket #1848]
+
Home |
Main Index |
Thread Index |
Old Index