Source-Changes-HG archive

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

[src/netbsd-6]: src/doc Tickets 1000 - 1005



details:   https://anonhg.NetBSD.org/src/rev/8370adfc1f87
branches:  netbsd-6
changeset: 776546:8370adfc1f87
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Sun Jan 12 12:26:30 2014 +0000

description:
Tickets 1000 - 1005

diffstat:

 doc/CHANGES-6.2 |  54 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 53 insertions(+), 1 deletions(-)

diffs (65 lines):

diff -r 8fb0af3a5f4b -r 8370adfc1f87 doc/CHANGES-6.2
--- a/doc/CHANGES-6.2   Sun Jan 12 12:25:03 2014 +0000
+++ b/doc/CHANGES-6.2   Sun Jan 12 12:26:30 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.75 2014/01/07 18:03:26 bouyer Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.76 2014/01/12 12:26:30 bouyer Exp $
 
 A complete list of changes from the 6.1 release until the 6.2 release:
 
@@ -1174,3 +1174,55 @@
        with huge input data.
        [wiz, ticket #1011]
 
+sys/arch/luna68k/conf/GENERIC                  1.106, 1.109, 1.110
+
+       Enable cd at scsibus, just works on LUNA-II.
+       Add and enable wsmux(4) in GENERIC (for mlterm-fb demonstration).
+       Enable file-system CD9660 to make cd(4) actually usable.
+       [tsutsui, ticket #1000]
+
+sys/arch/x68k/x68k/locore.s                    1.111
+sys/arch/x68k/x68k/machdep.c                   1.187
+sys/arch/x68k/x68k/pmap_bootstrap.c            1.60
+
+       Probe extended memories before pmap_boostrap() for actual fix of
+       PR/45915.
+       Also expand expected maximum extended memory regions to recognize
+       upto 1008 MB RAM that is supported by the XM6i emulator.
+       [tsutsui, ticket #1001]
+
+sys/arch/luna68k/luna68k/disksubr.c            1.30
+
+       Make the default disklabel (for disks without label) have saner value.
+       [tsutsui, ticket #1002]
+
+sys/arch/luna68k/dev/timekeeper.c              1.11 - 1.13
+sys/arch/luna68k/dev/timekeeper.h              1.3
+
+       Fix offset of DS1287A NVRAM address on LUNA-II.
+       Add an initialization function of DS1287A RTC and call it during
+       attach, so that the RTC oscillator is started properly after
+       replacement.
+       [tsutsui, ticket #1003]
+
+sys/arch/luna68k/dev/lunaws.c                  1.25 - 1.27
+sys/arch/luna68k/dev/siotty.c                  1.34 - 1.38
+sys/arch/luna68k/dev/siovar.h                  1.7
+
+       Use softint(9) to pass received data into wskbd(9) and wsmouse(9)
+       layers.
+       Use softint(9) properly to process TX/RX data between tty(4) layer.
+       Handle cnmagic(9) properly (now entering ddb(4) by console BREAK works)
+       [tsutsui, ticket #1004]
+
+sys/arch/luna68k/dev/lunafb.c                  1.27 - 1.30
+sys/arch/luna68k/dev/omrasops.c                        1.14 - 1.16
+sys/arch/luna68k/dev/omrasopsvar.h             1.2
+
+       Properly initialize the palette for while on black even on 1bpp
+       framebuffer.  Add preleminary support of 4bpp LUNA framebuffer.
+       Now we can use ANSI 16 color text console and also can demonstrate
+       mlterm-fb with color sixel graphics and wallpaper (Xserver needs
+       much more work).
+       [tsutsui, ticket #1005]
+



Home | Main Index | Thread Index | Old Index