Module Name: src Committed By: bouyer Date: Sun Jan 12 12:26:30 UTC 2014
Modified Files: src/doc [netbsd-6]: CHANGES-6.2 Log Message: Tickets 1000 - 1005 To generate a diff of this commit: cvs rdiff -u -r1.1.2.75 -r1.1.2.76 src/doc/CHANGES-6.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES-6.2 diff -u src/doc/CHANGES-6.2:1.1.2.75 src/doc/CHANGES-6.2:1.1.2.76 --- src/doc/CHANGES-6.2:1.1.2.75 Tue Jan 7 18:03:26 2014 +++ src/doc/CHANGES-6.2 Sun Jan 12 12:26:30 2014 @@ -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 @@ xsrc/xfree/xc/lib/font/bitmap/bdfread.c 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] +