Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-7]: src/doc Tickets #1723 - #1725



details:   https://anonhg.NetBSD.org/src/rev/161f738f4221
branches:  netbsd-7
changeset: 745636:161f738f4221
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Mar 08 09:20:52 2020 +0000

description:
Tickets #1723 - #1725

diffstat:

 doc/CHANGES-7.3 |  19 ++++++++++++++++++-
 1 files changed, 18 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r be5cefef5498 -r 161f738f4221 doc/CHANGES-7.3
--- a/doc/CHANGES-7.3   Sun Mar 08 09:19:55 2020 +0000
+++ b/doc/CHANGES-7.3   Sun Mar 08 09:20:52 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.76 2020/02/12 20:21:12 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.77 2020/03/08 09:20:52 martin Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -802,3 +802,20 @@
        pppd: Fix bounds check in EAP code
        [christos, ticket #1722]
 
+sys/dev/ic/tms320av110.c                       1.24
+
+       Remove unused variables.
+       [is, ticket #1723]
+
+sys/arch/amiga/dev/gayle_pcmcia.c              1.32
+
+       The Gayle interface uses swapped (little-endian) word accesses, so we
+       need to use the amiga_bus_stride_1swap methods for the word accesses.
+       [is, ticket #1724]
+
+sys/arch/amigappc/include/bus_defs.h           1.8
+
+       Gayle wants stride_1swap now, so declare the rest of
+       the bus methods since we already define them anyway.
+       [is, ticket #1725]
+



Home | Main Index | Thread Index | Old Index