Mon Mar 9 09:48:51 2020 UTC ()
Ticket #1519


(martin)
diff -r1.1.2.105 -r1.1.2.106 src/doc/CHANGES-8.2

cvs diff -r1.1.2.105 -r1.1.2.106 src/doc/Attic/CHANGES-8.2 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-8.2 2020/03/08 10:03:19 1.1.2.105
+++ src/doc/Attic/CHANGES-8.2 2020/03/09 09:48:51 1.1.2.106
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-8.2,v 1.1.2.105 2020/03/08 10:03:19 martin Exp $ 1# $NetBSD: CHANGES-8.2,v 1.1.2.106 2020/03/09 09:48:51 martin Exp $
2 2
3A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 3A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2
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.1_STABLE. 9 Welcome to 8.1_STABLE.
10 [snj] 10 [snj]
11 11
12sys/arch/x86/x86/spectre.c 1.29 12sys/arch/x86/x86/spectre.c 1.29
13 13
14 Fix boot on old CPUs. 14 Fix boot on old CPUs.
@@ -2116,13 +2116,19 @@ sys/dev/ic/tms320av110.c 1.24 @@ -2116,13 +2116,19 @@ sys/dev/ic/tms320av110.c 1.24
2116 2116
2117sys/arch/amiga/dev/gayle_pcmcia.c 1.32 2117sys/arch/amiga/dev/gayle_pcmcia.c 1.32
2118 2118
2119 The Gayle interface uses swapped (little-endian) word accesses, so we 2119 The Gayle interface uses swapped (little-endian) word accesses, so we
2120 need to use the amiga_bus_stride_1swap methods for the word accesses. 2120 need to use the amiga_bus_stride_1swap methods for the word accesses.
2121 [is, ticket #1517] 2121 [is, ticket #1517]
2122 2122
2123sys/arch/amigappc/include/bus_defs.h 1.8 2123sys/arch/amigappc/include/bus_defs.h 1.8
2124 2124
2125 Gayle wants stride_1swap now, so declare the rest of the bus 2125 Gayle wants stride_1swap now, so declare the rest of the bus
2126 methods since we already define them anyway. 2126 methods since we already define them anyway.
2127 [is, ticket #1518] 2127 [is, ticket #1518]
2128 2128
 2129sys/arch/i386/stand/efiboot/eficons.c 1.10,1.11
 2130
 2131 PR 55000: if the default GOP mode is unavailable, fallback to the
 2132 first mode defined.
 2133 [nonaka, ticket #1519]
 2134