Sun Jul 30 12:15:40 2023 UTC ()
Tickets #1674 and #1675


(martin)
diff -r1.1.2.81 -r1.1.2.82 src/doc/CHANGES-9.4

cvs diff -r1.1.2.81 -r1.1.2.82 src/doc/Attic/CHANGES-9.4 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-9.4 2023/07/29 11:44:09 1.1.2.81
+++ src/doc/Attic/CHANGES-9.4 2023/07/30 12:15:40 1.1.2.82
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-9.4,v 1.1.2.81 2023/07/29 11:44:09 martin Exp $ 1# $NetBSD: CHANGES-9.4,v 1.1.2.82 2023/07/30 12:15:40 martin Exp $
2 2
3A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 3A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4
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
8doc/README.files patched by hand 8doc/README.files patched by hand
9doc/CHANGES-9.4 added 9doc/CHANGES-9.4 added
10 10
11 Welcome to 9.3_STABLE. 11 Welcome to 9.3_STABLE.
12 [martin] 12 [martin]
13 13
14sys/netinet6/nd6.c (apply patch) 14sys/netinet6/nd6.c (apply patch)
@@ -1696,13 +1696,23 @@ sys/dev/pci/pcidevs_data.h  @@ -1696,13 +1696,23 @@ sys/dev/pci/pcidevs_data.h
1696 1696
1697sys/dev/pci/ichsmb.c 1.83-1.84 (patch) 1697sys/dev/pci/ichsmb.c 1.83-1.84 (patch)
1698 1698
1699 - Add support Intel 700 series chipset and Alder Lake-N devices. 1699 - Add support Intel 700 series chipset and Alder Lake-N devices.
1700 - Use device_printf() instead of aprint_error_dev() in 1700 - Use device_printf() instead of aprint_error_dev() in
1701 ichsmb_i2c_exec(). 1701 ichsmb_i2c_exec().
1702 [msaitoh, ticket #1672] 1702 [msaitoh, ticket #1672]
1703 1703
1704sys/arch/x86/x86/coretemp.c 1.38-1.39 (patch) 1704sys/arch/x86/x86/coretemp.c 1.38-1.39 (patch)
1705 1705
1706 coretemp(4): change limits of Tjmax. 1706 coretemp(4): change limits of Tjmax.
1707 [msaitoh, ticket #1673] 1707 [msaitoh, ticket #1673]
1708 1708
 1709sys/arch/mips/cavium/dev/octeon_rnm.c 1.16 (patch)
 1710
 1711 octrnm(4): PR 57280: raise delay on startup.
 1712 [gutteridge, ticket #1674]
 1713
 1714lib/csu/arch/vax/crtbegin.S 1.8,1.9
 1715
 1716 vax/csu: fix register preservation.
 1717 [rin, ticket #1675]
 1718