Source-Changes-HG archive

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

[src/netbsd-8]: src/doc tickets 466-470



details:   https://anonhg.NetBSD.org/src/rev/64085657b7f2
branches:  netbsd-8
changeset: 851268:64085657b7f2
user:      snj <snj%NetBSD.org@localhost>
date:      Sun Jan 07 09:32:36 2018 +0000

description:
tickets 466-470

diffstat:

 doc/CHANGES-8.0 |  39 ++++++++++++++++++++++++++++++++++++++-
 1 files changed, 38 insertions(+), 1 deletions(-)

diffs (50 lines):

diff -r 2230c636e69b -r 64085657b7f2 doc/CHANGES-8.0
--- a/doc/CHANGES-8.0   Sun Jan 07 09:30:08 2018 +0000
+++ b/doc/CHANGES-8.0   Sun Jan 07 09:32:36 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.98 2018/01/02 11:21:28 snj Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.99 2018/01/07 09:32:36 snj Exp $
 
 A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
 until the 8.0 release:
@@ -8793,3 +8793,40 @@
        - Fix wrong usage of psref_held
        [ozaki-r, ticket #463]
 
+sys/arch/arm/sunxi/sun8i_h3_codec.c            1.3
+
+       Fix error in reset register of the Sunxi H3 analog codec.
+       [nat, ticket #466]
+
+sys/arch/amd64/conf/INSTALL                    1.92
+sys/arch/i386/conf/INSTALL                     1.332-1.333
+
+       - Enable vga@isa and pcdisplay for INSTALL. Otherwise, install
+         media does not boot on pre-PCI machines. PR install/52845
+       - Disable nouveau for INSTALL as in a similar manner to other
+         DRMKMS drivers.
+       [rin, ticket #467]
+
+sys/dev/sdmmc/sdhc.c                           1.101
+sys/dev/sdmmc/sdhcreg.h                                1.19
+
+       On ESDHC/USDHC, even if the iosize is less than
+       SDHC_HOST_CTL_VERSION, specver must be an appropriate value.
+       sdhc now works on iMX6 and iMX7.
+       [ryo, ticket #468]
+
+sys/modules/lua/lua.c                          1.24
+
+       Fix cargo cult ioctl implementation for LUAINFO: the name and
+       desc fields are arrays, not pointers, so don't use copyoutstr
+       on them, but instead copyin/copyout the whole array of
+       structures.  PR 52864.
+       [sevan, ticket #469]
+
+sys/arch/macppc/conf/GENERIC                   1.337
+
+       Without RADEONFB_ALWAYS_ACCEL_PUTCHAR, there are display
+       issues on the PowerBook5,2 (G4 FW-800) Radeon 9600, where
+       console is garbled.  PR port-macppc/52712
+       [sevan, ticket #470]
+



Home | Main Index | Thread Index | Old Index