Thu Sep 29 14:43:06 2022 UTC ()
1767, 1768


(snj)
diff -r1.1.2.152 -r1.1.2.153 src/doc/CHANGES-8.3

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

--- src/doc/Attic/CHANGES-8.3 2022/09/16 18:40:23 1.1.2.152
+++ src/doc/Attic/CHANGES-8.3 2022/09/29 14:43:06 1.1.2.153
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1 $NetBSD: CHANGES-8.3,v 1.1.2.152 2022/09/16 18:40:23 martin Exp $ 1 $NetBSD: CHANGES-8.3,v 1.1.2.153 2022/09/29 14:43:06 snj 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
@@ -2851,13 +2851,25 @@ share/man/man4/mfii.4 1.3 via patch @@ -2851,13 +2851,25 @@ share/man/man4/mfii.4 1.3 via patch
2851 [msaitoh, #1764] 2851 [msaitoh, #1764]
2852 2852
2853sys/dev/usb/xhci.c 1.154 2853sys/dev/usb/xhci.c 1.154
2854 2854
2855 Accept USB 3.2 in xhci_id_protocols(). 2855 Accept USB 3.2 in xhci_id_protocols().
2856 [msaitoh, ticket #1765] 2856 [msaitoh, ticket #1765]
2857 2857
2858sys/arch/x86/x86/procfs_machdep.c 1.45 2858sys/arch/x86/x86/procfs_machdep.c 1.45
2859 2859
2860 procfs: on x86 add tdx_guest, brs, hfi, ibt, amx_bf16, amx_tile 2860 procfs: on x86 add tdx_guest, brs, hfi, ibt, amx_bf16, amx_tile
2861 and amx_int8. 2861 and amx_int8.
2862 [msaitoh, ticket #1766] 2862 [msaitoh, ticket #1766]
2863 2863
 2864sys/dev/pci/mpii.c patch
 2865
 2866 mpii(4): Convert from pci_intr_map() to pci_intr_alloc(); makes
 2867 the driver use MSI/MSI-x when available.
 2868 [bouyer, ticket #1767]
 2869
 2870sys/dev/pci/mfii.c 1.28
 2871
 2872 mfii(4): Convert from pci_intr_map() to pci_intr_alloc(); makes
 2873 the driver use MSI/MSI-x when available.
 2874 [bouyer, ticket #1768]
 2875