Mon Nov 16 18:20:31 2020 UTC ()
Ticket #1623


(martin)
diff -r1.1.2.49 -r1.1.2.50 src/doc/CHANGES-8.3

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

--- src/doc/Attic/CHANGES-8.3 2020/11/14 12:59:56 1.1.2.49
+++ src/doc/Attic/CHANGES-8.3 2020/11/16 18:20:30 1.1.2.50
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-8.3,v 1.1.2.49 2020/11/14 12:59:56 martin Exp $ 1# $NetBSD: CHANGES-8.3,v 1.1.2.50 2020/11/16 18:20:30 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
@@ -1309,13 +1309,18 @@ doc/3RDPARTY (manually modified) @@ -1309,13 +1309,18 @@ doc/3RDPARTY (manually modified)
1309sys/dev/pci/if_wm.c 1.694,1.695 (patch) 1309sys/dev/pci/if_wm.c 1.694,1.695 (patch)
1310sys/dev/pci/if_wmvar.h 1.47 1310sys/dev/pci/if_wmvar.h 1.47
1311 1311
1312 PR 40981: avoid device timeouts with ihphy and atphy 1312 PR 40981: avoid device timeouts with ihphy and atphy
1313 (ICH*/PCH*, 82580 and I350). 1313 (ICH*/PCH*, 82580 and I350).
1314 [knakahara, ticket #1620] 1314 [knakahara, ticket #1620]
1315 1315
1316sys/coda/coda.h 1.21 (patch) 1316sys/coda/coda.h 1.21 (patch)
1317sys/coda/coda_vnops.c 1.114 (patch) 1317sys/coda/coda_vnops.c 1.114 (patch)
1318 1318
1319 PR 55775: fix coda_readdir() to directly process the container file. 1319 PR 55775: fix coda_readdir() to directly process the container file.
1320 [hannken, ticket #1622] 1320 [hannken, ticket #1622]
1321 1321
 1322sys/dev/pci/if_wm.c 1.696
 1323
 1324 wm(4): fix support for 82574 and later cards on big endian machines.
 1325 [rin, ticket #1623]
 1326