Tue Jun 27 18:47:31 2023 UTC ()
Tickets #1847 and #1848


(martin)
diff -r1.1.2.179 -r1.1.2.180 src/doc/CHANGES-8.3

cvs diff -r1.1.2.179 -r1.1.2.180 src/doc/Attic/CHANGES-8.3 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-8.3 2023/06/22 06:32:31 1.1.2.179
+++ src/doc/Attic/CHANGES-8.3 2023/06/27 18:47:31 1.1.2.180
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1 $NetBSD: CHANGES-8.3,v 1.1.2.179 2023/06/22 06:32:31 martin Exp $ 1 $NetBSD: CHANGES-8.3,v 1.1.2.180 2023/06/27 18:47:31 martin Exp $
2 2
3A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 3A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
4release: 4release:
5 5
6external/gpl2/groff/tmac/mdoc.local patched by hand 6external/gpl2/groff/tmac/mdoc.local patched by hand
7sys/sys/param.h patched by hand 7sys/sys/param.h patched by hand
8 8
9 Welcome to 8.2_STABLE. 9 Welcome to 8.2_STABLE.
10 [martin] 10 [martin]
11 11
12sys/dev/ic/spdmem.c 1.31-1.35 12sys/dev/ic/spdmem.c 1.31-1.35
13sys/dev/ic/spdmemvar.h 1.15,1.16 13sys/dev/ic/spdmemvar.h 1.15,1.16
14 14
@@ -3512,13 +3512,53 @@ lib/libpam/modules/pam_ksu/pam_ksu.c 1. @@ -3512,13 +3512,53 @@ lib/libpam/modules/pam_ksu/pam_ksu.c 1.
3512 pam_ksu: No need for homedir access. 3512 pam_ksu: No need for homedir access.
3513 [riastradh, ticket #1845] 3513 [riastradh, ticket #1845]
3514 3514
3515sys/dev/pci/pcidevs 1.1478-1.1480 3515sys/dev/pci/pcidevs 1.1478-1.1480
3516sys/dev/pci/pcidevs.h (regen) 3516sys/dev/pci/pcidevs.h (regen)
3517sys/dev/pci/pcidevs_data.h (regen) 3517sys/dev/pci/pcidevs_data.h (regen)
3518 3518
3519 Add Samsung SM990. 3519 Add Samsung SM990.
3520 Add devices from PPR for AMD Family 19h Model 61h Revision B1 3520 Add devices from PPR for AMD Family 19h Model 61h Revision B1
3521 processors. 3521 processors.
3522 The SATA device ID for Apollo Lake is not 0x5ae0 but 0x5ae3. 3522 The SATA device ID for Apollo Lake is not 0x5ae0 but 0x5ae3.
3523 [msaitoh, ticket #1846] 3523 [msaitoh, ticket #1846]
3524 3524
 3525sys/dev/pci/if_wm.c 1.768-1.782 via patch
 3526sys/dev/pci/if_wmreg.h 1.129-1.130
 3527sys/dev/pci/if_wmvar.h 1.49
 3528
 3529 wm(4):
 3530 - Rework for event counters:
 3531 - Fix calculation of GORC, GOTC, TOR and TOT counters correctly.
 3532 - Rearrange the order of the registers so that they are roughly
 3533 in ascending order.
 3534 - Reorder evcnt_attach_dynamic(), WM_EVCNT_ADD() and evcnt_detach()
 3535 to match.
 3536 - IC{TX,RX}*C registers are for older than 82575.
 3537 - Fix a bug that the transmit underrun counter is incorrectly
 3538 counted.
 3539 - Don't add "Count" for event counter's description.
 3540 - Some statistics registers were replaced with new counters on newer
 3541 chips. Treat 0x403c(CEXTERR->HTDPMC), 0x40fc(TSCTFC->CBRMPC),
 3542 0x4124(ICRXOC->HTCBDPC) and from 0x4104 to 0x4124.
 3543 - Add some new counters:
 3544 - Circuit Breaker TX Manageability Packet
 3545 - Circuit Breaker RX Dropped Packet
 3546 - Host Good Octets RX
 3547 - Host Good Octets TX
 3548 - Length Errors
 3549 - SerDes/SGMII Code Violation Packet
 3550 - Header Redirection Missed Packet
 3551 - EEE TX LPI
 3552 - EEE RX LPI
 3553 - Fix prc511's comment and description.
 3554 - Add SOICZIFDATA (ifconfig -z) support for evcnt(9).
 3555 - Use WM_IS_ICHPCH(). No functional change.
 3556 - Fix typo. s/ictxact/ictxatc/. No functional change.
 3557 - Add comment.
 3558 [msaitoh, ticket #1847]
 3559
 3560sys/fs/nilfs/nilfs_subr.h 1.5
 3561
 3562 Remove dead code.
 3563 [reinoud, ticket #1848]
 3564