CVS commit: src/sys/dev/pci

2010-09-08 Thread Michael Lorenz
--- src/sys/dev/pci/r128fb.c:1.10 Thu Oct 1 19:02:27 2009 +++ src/sys/dev/pci/r128fb.c Thu Sep 9 01:22:11 2010 @@ -1,4 +1,4 @@ -/* $NetBSD: r128fb.c,v 1.10 2009/10/01 19:02:27 jmmv Exp $ */ +/* $NetBSD: r128fb.c,v 1.11 2010/09/09 01:22:11 macallan Exp $ */ /* * Copyright (c) 2007 Michael Lorenz

CVS commit: src/sys/dev/pci

2010-09-13 Thread Michael Lorenz
/r128fb.c Tue Sep 14 02:11:06 2010 @@ -1,4 +1,4 @@ -/* $NetBSD: r128fb.c,v 1.11 2010/09/09 01:22:11 macallan Exp $ */ +/* $NetBSD: r128fb.c,v 1.12 2010/09/14 02:11:06 macallan Exp $ */ /* * Copyright (c) 2007 Michael Lorenz @@ -31,7 +31,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: r128f

CVS commit: src/sys/arch/macppc/dev

2010-09-13 Thread Michael Lorenz
(c) 2007 Michael Lorenz @@ -28,7 +28,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: smartbat.c,v 1.3 2008/08/12 17:16:16 macallan Exp $"); +__KERNEL_RCSID(0, "$NetBSD: smartbat.c,v 1.4 2010/09/14 02:45:25 macallan Exp $"); #include #include @@ -174,43 +174,60 @@ sma

CVS commit: src/etc/powerd/scripts

2010-09-13 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Sep 14 04:37:04 UTC 2010 Modified Files: src/etc/powerd/scripts: lid_switch Log Message: save backlight level and turn it off on lid close, restore on lid open To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 sr

CVS commit: src/sys/arch/macppc/dev

2010-09-13 Thread Michael Lorenz
2009 +++ src/sys/arch/macppc/dev/pmu.c Tue Sep 14 04:40:35 2010 @@ -1,4 +1,4 @@ -/* $NetBSD: pmu.c,v 1.17 2009/12/12 14:44:09 tsutsui Exp $ */ +/* $NetBSD: pmu.c,v 1.18 2010/09/14 04:40:35 macallan Exp $ */ /*- * Copyright (c) 2006 Michael Lorenz @@ -27,7 +27,7 @@ */ #include

CVS commit: src/sys/dev/sbus

2010-09-14 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Sep 14 18:28:18 UTC 2010 Modified Files: src/sys/dev/sbus: cgthree_sbus.c Log Message: always make sure we can access the framebuffer - having more than one wsdisplay is perfectly reasonable these days To generate a diff o

CVS commit: src/sys/dev/sun

2010-09-14 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Sep 14 18:42:12 UTC 2010 Modified Files: src/sys/dev/sun: cgsix.c Log Message: don't muck with the screen description if we're not the console, for some reason this leads to a NULL jump later on, at least on sparc64 should f

CVS commit: src/sys/dev/sun

2010-09-14 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Sep 14 18:43:41 UTC 2010 Modified Files: src/sys/dev/sun: cgthree.c Log Message: leave the screen description alone when we're not the console in order to avoid a NULL deref later on ( which only happens on sparc64 for some

CVS commit: src/sys/dev/sun

2010-09-14 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Sep 14 19:36:14 UTC 2010 Modified Files: src/sys/dev/sun: cgthree.c Log Message: clear the screen when attaching, not when adding screens since that may happen much later while there, call vcons_replay_msgbuf() To generate

CVS commit: src/sys/arch/sparc64/conf

2010-09-20 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Sep 21 03:26:20 UTC 2010 Modified Files: src/sys/arch/sparc64/conf: files.sparc64 Log Message: defflag some flags for the ffb driver To generate a diff of this commit: cvs rdiff -u -r1.127 -r1.128 src/sys/arch/sparc64/conf

CVS commit: src/sys/arch/sparc64/dev

2010-09-20 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Sep 21 03:31:04 UTC 2010 Modified Files: src/sys/arch/sparc64/dev: ffb.c ffb_mainbus.c ffbvar.h Log Message: * implement hw acceleration for putchar() * use VCONS for copycols() * don't map the framebuffer now that we don't

CVS commit: src/sys/dev/wscons

2010-09-20 Thread Michael Lorenz
s/dev/wscons/wsdisplay_vcons.c Tue Sep 21 03:33:14 2010 @@ -1,4 +1,4 @@ -/* $NetBSD: wsdisplay_vcons.c,v 1.17 2010/08/18 16:46:51 macallan Exp $ */ +/* $NetBSD: wsdisplay_vcons.c,v 1.18 2010/09/21 03:33:14 macallan Exp $ */ /*- * Copyright (c) 2005, 2006 Michael Lorenz @@ -27,7

CVS commit: src/sys/dev/pci

2010-09-29 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Sep 30 03:14:40 UTC 2010 Modified Files: src/sys/dev/pci: r128fbreg.h Log Message: add a couple more register definitions, mostly from xf86-video-r128 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev

CVS commit: src/sys/dev/pci

2010-09-29 Thread Michael Lorenz
t (c) 2007 Michael Lorenz @@ -31,7 +31,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: r128fb.c,v 1.12 2010/09/14 02:11:06 macallan Exp $"); +__KERNEL_RCSID(0, "$NetBSD: r128fb.c,v 1.13 2010/09/30 03:16:51 macallan Exp $"); #include #include @@ -76,14 +76,1

CVS commit: src/sys/dev/wscons

2010-10-01 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Oct 2 00:52:03 UTC 2010 Modified Files: src/sys/dev/wscons: wsconsio.h Log Message: clarify how backlight control ioctl()s are supposed to work TODO: adapt r128fb and radeonfb To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/pci

2010-10-02 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Oct 2 23:50:04 UTC 2010 Modified Files: src/sys/dev/pci: machfb.c Log Message: fix a typo To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/sys/dev/pci/machfb.c Please note that diffs are not public domai

CVS commit: src/sys/dev/pci

2010-10-02 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Oct 2 23:54:04 UTC 2010 Modified Files: src/sys/dev/pci: machfb.c Log Message: cleanup debug code To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 src/sys/dev/pci/machfb.c Please note that diffs are not publ

CVS commit: src/sys/dev/wsfb

2010-10-05 Thread Michael Lorenz
Michael Lorenz @@ -27,7 +27,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: genfb.c,v 1.30 2010/08/31 02:49:17 macallan Exp $"); +__KERNEL_RCSID(0, "$NetBSD: genfb.c,v 1.31 2010/10/06 02:24:35 macallan Exp $"); #include #include @@ -73,6 +73,13 @@ static int ge

CVS commit: src/sys/arch/macppc/macppc

2010-10-05 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Oct 6 02:27:25 UTC 2010 Modified Files: src/sys/arch/macppc/macppc: machdep.c Log Message: add support for backlight control with genfb via OF Tested on a PowerBook Pismo only so far, it should work on all OF3 *Books though

CVS commit: src/sys/dev

2010-10-07 Thread Michael Lorenz
@@ -/* $NetBSD: genfb_pci.c,v 1.24 2010/02/25 21:09:00 macallan Exp $ */ +/* $NetBSD: genfb_pci.c,v 1.25 2010/10/07 07:53:54 macallan Exp $ */ /*- * Copyright (c) 2007 Michael Lorenz @@ -27,7 +27,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: genfb_pci.c,v 1.24 2010/02/25 21:09:00 macalla

CVS commit: src/sys/dev/pci

2010-10-07 Thread Michael Lorenz
$ */ /* * Copyright (c) 2007 Michael Lorenz @@ -31,7 +31,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: r128fb.c,v 1.13 2010/09/30 03:16:51 macallan Exp $"); +__KERNEL_RCSID(0, "$NetBSD: r128fb.c,v 1.14 2010/10/07 20:39:54 macallan Exp $"); #include #inc

CVS commit: src/sys/dev/pci

2010-10-12 Thread Michael Lorenz
/sys/dev/pci/voodoofb.c Tue Oct 12 16:00:21 2010 @@ -1,4 +1,4 @@ -/* $NetBSD: voodoofb.c,v 1.22 2010/05/04 05:00:33 macallan Exp $ */ +/* $NetBSD: voodoofb.c,v 1.23 2010/10/12 16:00:21 macallan Exp $ */ /* * Copyright (c) 2005, 2006 Michael Lorenz @@ -32,7 +32,7 @@ */ #include

CVS commit: src/sys/dev/videomode

2010-10-12 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Oct 12 16:18:20 UTC 2010 Modified Files: src/sys/dev/videomode: pickmode.c Log Message: fix off-by-one error which happened when the first mode with matching size is also the best match by refresh rate To generate a diff o

CVS commit: src/etc/powerd/scripts

2010-10-27 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Oct 28 02:06:03 UTC 2010 Modified Files: src/etc/powerd/scripts: lid_switch Log Message: adapt to how backlight control is supposed to work - just flip the switch and we don't need to save the brightness level To generate

CVS commit: src/sys/arch/powerpc/oea

2010-10-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Oct 28 13:58:04 UTC 2010 Modified Files: src/sys/arch/powerpc/oea: cpu_subr.c Log Message: Use nap mode on 750-ish CPUs To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/sys/arch/powerpc/oea/cpu_subr.c Ple

CVS commit: src/sys/dev/pci

2010-11-02 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Nov 2 14:32:58 UTC 2010 Modified Files: src/sys/dev/pci: radeonfb.c radeonfbvar.h Log Message: when drawing characters by software make sure the engine is idle before accessing video memory To generate a diff of this comm

CVS commit: src/sys/dev/pci

2010-11-02 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Nov 3 00:49:04 UTC 2010 Modified Files: src/sys/dev/pci: files.pci radeonfb.c radeonfb_bios.c radeonfbvar.h Log Message: pull in rasops8 for radeonfb, while there defflag a bunch of options and make them all use the same pr

CVS commit: src/sys/arch/macppc/dev

2010-11-09 Thread Michael Lorenz
: pmu.c,v 1.19 2010/11/09 20:44:49 macallan Exp $ */ /*- * Copyright (c) 2006 Michael Lorenz @@ -27,7 +27,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: pmu.c,v 1.18 2010/09/14 04:40:35 macallan Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pmu.c,v 1.19 2010/11/09 20:44:49 macallan Exp $

CVS commit: xsrc/external/mit/xf86-video-r128/dist/src

2010-11-09 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Wed Nov 10 04:06:20 UTC 2010 Modified Files: xsrc/external/mit/xf86-video-r128/dist/src: r128.h r128_driver.c Log Message: sprinkle #if(n)def to allow building the driver without any fbdev support whatsoever while there do what

CVS commit: src/external/mit/xorg/server/drivers/xf86-video-r128

2010-11-09 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Nov 10 04:08:56 UTC 2010 Modified Files: src/external/mit/xorg/server/drivers/xf86-video-r128: Makefile Log Message: don't build fbdev support on powerpc and sparc64 To generate a diff of this commit: cvs rdiff -u -r1.3 -r

CVS commit: src/sys/dev/pci

2010-11-15 Thread Michael Lorenz
s/dev/pci/r128fb.c:1.15 Sat Nov 13 13:52:08 2010 +++ src/sys/dev/pci/r128fb.c Mon Nov 15 23:19:33 2010 @@ -1,4 +1,4 @@ -/* $NetBSD: r128fb.c,v 1.15 2010/11/13 13:52:08 uebayasi Exp $ */ +/* $NetBSD: r128fb.c,v 1.16 2010/11/15 23:19:33 macallan Exp $ */ /* * Copyright (c) 2007 Michael Lorenz @@

CVS commit: xsrc/external/mit/libpciaccess/dist/src

2010-11-17 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Thu Nov 18 04:47:01 UTC 2010 Modified Files: xsrc/external/mit/libpciaccess/dist/src: netbsd_pci.c Log Message: when trying to map a ROM go through the appropriate /dev/pci* instance instead of opening /dev/mem With this Xorg s

CVS commit: src/sys/dev/pci

2010-11-19 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Nov 19 13:38:18 UTC 2010 Modified Files: src/sys/dev/pci: vga_pci.c Log Message: add PCI_MAGIC_IO_RANGE so non-x86 machines can map the IO range belonging to the console vga thanks to nick for reminding me to commit this and

CVS commit: src/sys/dev/rasops

2011-12-26 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Dec 27 06:24:40 UTC 2011 Modified Files: src/sys/dev/rasops: rasops32.c Log Message: skip the multiplications for alpha values of 0 and 255, just use background and foreground colours there To generate a diff of this commi

CVS commit: src/sys/dev/pci/voyager

2011-12-26 Thread Michael Lorenz
$ */ +/* $NetBSD: voyagerfb.c,v 1.14 2011/12/27 07:05:53 macallan Exp $ */ /* * Copyright (c) 2009, 2011 Michael Lorenz @@ -31,7 +31,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: voyagerfb.c,v 1.13 2011/12/24 02:28:50 macallan Exp $"); +__KERNEL_RCSID(0, "$NetBSD: voyagerfb.c,v 1.14 2

CVS commit: src/sys/dev/rasops

2011-12-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Dec 28 08:36:46 UTC 2011 Modified Files: src/sys/dev/rasops: rasops.c rasops.h rasops8.c Log Message: add a new flag for ri_flg to allow drivers to request an r3g3b2 devcmap in 8 bit colour. Drivers are still responsible to

CVS commit: src/sys/dev/pci

2011-12-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Dec 28 09:27:18 UTC 2011 Modified Files: src/sys/dev/pci: r128fbreg.h Log Message: add a bunch of register definitions To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/pci/r128fbreg.h Please note th

CVS commit: src/sys/dev/pci

2011-12-28 Thread Michael Lorenz
/pci/r128fb.c Wed Dec 28 09:29:03 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: r128fb.c,v 1.22 2011/06/29 03:14:36 macallan Exp $ */ +/* $NetBSD: r128fb.c,v 1.23 2011/12/28 09:29:03 macallan Exp $ */ /* * Copyright (c) 2007 Michael Lorenz @@ -31,7 +31,7 @@ */ #include -__KERNEL_RCSID(0, "$N

CVS commit: xsrc/local/programs/ttf2wsfont

2011-12-28 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Wed Dec 28 16:53:30 UTC 2011 Added Files: xsrc/local/programs/ttf2wsfont: Makefile main.c Log Message: tool to generate anti-aliased fonts for wscons from TTF files To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 xs

CVS commit: xsrc/local/programs/ttf2wsfont

2011-12-28 Thread Michael Lorenz
/main.c:1.1 Wed Dec 28 16:53:30 2011 +++ xsrc/local/programs/ttf2wsfont/main.c Wed Dec 28 16:55:27 2011 @@ -1,3 +1,30 @@ +/* $NetBSD: main.c,v 1.2 2011/12/28 16:55:27 macallan Exp $ */ + +/* + * Copyright (c) 2011 Michael Lorenz + * All rights reserved. + * + * Redistribution and use in source and

CVS commit: src/sys/dev/pci/voyager

2011-12-28 Thread Michael Lorenz
/27 07:05:53 macallan Exp $ */ +/* $NetBSD: voyagerfb.c,v 1.15 2011/12/28 18:23:01 macallan Exp $ */ /* * Copyright (c) 2009, 2011 Michael Lorenz @@ -31,7 +31,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: voyagerfb.c,v 1.14 2011/12/27 07:05:53 macallan Exp $"); +__KERNEL_RCSID(0

CVS commit: src/sys/dev/wsfb

2011-12-28 Thread Michael Lorenz
s/dev/wsfb/genfb.c:1.43 Thu Dec 22 04:53:43 2011 +++ src/sys/dev/wsfb/genfb.c Wed Dec 28 18:37:58 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: genfb.c,v 1.43 2011/12/22 04:53:43 macallan Exp $ */ +/* $NetBSD: genfb.c,v 1.44 2011/12/28 18:37:58 macallan Exp $ */ /*- * Copyright (c) 2007 Michael Lorenz @@

CVS commit: src/sys/dev/pci

2011-12-29 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Dec 29 20:09:15 UTC 2011 Modified Files: src/sys/dev/pci: radeonfb.c Log Message: finish device_t-ification To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sys/dev/pci/radeonfb.c Please note that diffs a

CVS commit: src/sys/dev/pci

2011-12-29 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Dec 29 20:14:40 UTC 2011 Modified Files: src/sys/dev/pci: radeonfb.c Log Message: rework putchar(): - get rid of engine stalls when using the blitter to draw characters - add a wrapper for non-accelerated putchar() so we onl

CVS commit: src/sys/dev/pci

2011-12-30 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Dec 30 14:32:31 UTC 2011 Modified Files: src/sys/dev/pci: radeonfbvar.h Log Message: this should have been committed along with the previous changes in radeonfb.c To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.

CVS commit: src/sys/dev/pci

2011-12-30 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Dec 30 20:11:23 UTC 2011 Modified Files: src/sys/dev/pci: radeonfbreg.h Log Message: add some register definitions To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/pci/radeonfbreg.h Please note that

CVS commit: src/sys/dev/pci

2012-01-02 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Jan 3 00:25:49 UTC 2012 Modified Files: src/sys/dev/pci: files.pci radeonfb.c Log Message: support anti-aliased fonts in 32bit colour enable with options RADEONFB_DEPTH_32 To generate a diff of this commit: cvs rdiff -u -

CVS commit: src/sys/dev/rasops

2012-01-03 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Jan 3 23:13:59 UTC 2012 Modified Files: src/sys/dev/rasops: rasops.h Log Message: add a macro to identify alpha fonts To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/dev/rasops/rasops.h Please note

CVS commit: src/sys/dev/rasops

2012-01-03 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Jan 3 23:15:11 UTC 2012 Modified Files: src/sys/dev/rasops: rasops32.c Log Message: split putchar method into one for alpha fonts and one for bitmap fonts To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/

CVS commit: src/sys/dev/pci

2012-01-03 Thread Michael Lorenz
Dec 28 09:29:03 2011 +++ src/sys/dev/pci/r128fb.c Wed Jan 4 07:56:35 2012 @@ -1,4 +1,4 @@ -/* $NetBSD: r128fb.c,v 1.23 2011/12/28 09:29:03 macallan Exp $ */ +/* $NetBSD: r128fb.c,v 1.24 2012/01/04 07:56:35 macallan Exp $ */ /* * Copyright (c) 2007 Michael Lorenz @@ -31,7 +31,7

CVS commit: src/sys/dev/wscons

2012-01-04 Thread Michael Lorenz
May 25 06:13:29 2011 +++ src/sys/dev/wscons/wsdisplay_vcons.c Wed Jan 4 08:25:03 2012 @@ -1,4 +1,4 @@ -/* $NetBSD: wsdisplay_vcons.c,v 1.26 2011/05/25 06:13:29 macallan Exp $ */ +/* $NetBSD: wsdisplay_vcons.c,v 1.27 2012/01/04 08:25:03 macallan Exp $ */ /*- * Copyright (c) 2005, 2006 Mich

CVS commit: src/sys/dev/pci

2012-01-04 Thread Michael Lorenz
:56:35 2012 +++ src/sys/dev/pci/r128fb.c Wed Jan 4 08:38:20 2012 @@ -1,4 +1,4 @@ -/* $NetBSD: r128fb.c,v 1.24 2012/01/04 07:56:35 macallan Exp $ */ +/* $NetBSD: r128fb.c,v 1.25 2012/01/04 08:38:20 macallan Exp $ */ /* * Copyright (c) 2007 Michael Lorenz @@ -31,7 +31,7 @@ */ #include

CVS commit: src/sys/dev/wsfont

2012-01-04 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jan 4 15:53:49 UTC 2012 Modified Files: src/sys/dev/wsfont: wsfont.h Log Message: add WSFONT_GLYPH() to get a pointer to a given glyph in a given font To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/

CVS commit: src/sys/dev/pci

2012-01-04 Thread Michael Lorenz
Jan 4 08:38:20 2012 +++ src/sys/dev/pci/r128fb.c Wed Jan 4 15:56:18 2012 @@ -1,4 +1,4 @@ -/* $NetBSD: r128fb.c,v 1.25 2012/01/04 08:38:20 macallan Exp $ */ +/* $NetBSD: r128fb.c,v 1.26 2012/01/04 15:56:18 macallan Exp $ */ /* * Copyright (c) 2007 Michael Lorenz @@ -31,7 +31,7

CVS commit: src/sys/dev/rasops

2012-01-04 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jan 4 17:01:52 UTC 2012 Modified Files: src/sys/dev/rasops: rasops32.c rasops8.c Log Message: use CHAR_IN_FONT() and WSFONT_GLYPH() macros To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/dev/rasops/r

CVS commit: src/sys/dev/rasops

2012-01-04 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jan 4 20:16:20 UTC 2012 Modified Files: src/sys/dev/rasops: rasops8.c Log Message: add support for anti-aliased fonts in r3g3b2 To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/dev/rasops/rasops8.c P

CVS commit: src/sys/dev/rasops

2012-01-04 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jan 4 20:17:06 UTC 2012 Modified Files: src/sys/dev/rasops: rasops.c Log Message: rasops8 expects the colour value replicated in every byte in devcmap[], so fix that for r3g3b2 To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/wsfb

2012-01-04 Thread Michael Lorenz
:58 2011 +++ src/sys/dev/wsfb/genfb.c Wed Jan 4 20:18:28 2012 @@ -1,4 +1,4 @@ -/* $NetBSD: genfb.c,v 1.44 2011/12/28 18:37:58 macallan Exp $ */ +/* $NetBSD: genfb.c,v 1.45 2012/01/04 20:18:28 macallan Exp $ */ /*- * Copyright (c) 2007 Michael Lorenz @@ -27,7 +27,7 @@ */ #include

CVS commit: src/sys/dev/pci

2012-01-05 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Jan 5 21:40:03 UTC 2012 Modified Files: src/sys/dev/pci: radeonfb.c Log Message: turns out we can feed some radeons faster than they can process image uploads, so make periodic stops to let the fifo drain a bit now this wor

CVS commit: src/sys/dev/pci

2012-01-06 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Jan 6 13:59:50 UTC 2012 Modified Files: src/sys/dev/pci: r128fbreg.h Log Message: Forgot to commit this along with r128fb.c. Again. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/pci/r128fbreg.h

CVS commit: src/sys/dev

2012-01-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jan 11 15:52:32 UTC 2012 Modified Files: src/sys/dev/rasops: files.rasops rasops.c rasops.h src/sys/dev/wsfont: wsfont.c wsfont.h Log Message: make rasops_init()'s font selection code a bit less boneheaded by: - actu

CVS commit: src/sys/arch/sparc64/dev

2012-01-11 Thread Michael Lorenz
15:53:32 2012 @@ -1,4 +1,4 @@ -/* $NetBSD: gfb.c,v 1.4 2011/07/01 18:48:36 dyoung Exp $ */ +/* $NetBSD: gfb.c,v 1.5 2012/01/11 15:53:32 macallan Exp $ */ /* * Copyright (c) 2009 Michael Lorenz @@ -30,7 +30,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: gfb.c,v 1.4 2011/07/01 18:48:36

CVS commit: src/sys/arch/sparc/dev

2012-01-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jan 11 15:54:44 UTC 2012 Modified Files: src/sys/arch/sparc/dev: cgfourteen.c Log Message: use rasops_init(0, 0) To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/sys/arch/sparc/dev/cgfourteen.c Please not

CVS commit: src/sys/dev/pci

2012-01-11 Thread Michael Lorenz
c/sys/dev/pci/pm2fb.c:1.11 --- src/sys/dev/pci/pm2fb.c:1.10 Thu Nov 24 05:57:17 2011 +++ src/sys/dev/pci/pm2fb.c Wed Jan 11 16:02:30 2012 @@ -1,4 +1,4 @@ -/* $NetBSD: pm2fb.c,v 1.10 2011/11/24 05:57:17 macallan Exp $ */ +/* $NetBSD: pm2fb.c,v 1.11 2012/01/11 16:02:30 macallan Exp $ */

CVS commit: src/sys/dev/pci/voyager

2012-01-11 Thread Michael Lorenz
) 2009, 2011 Michael Lorenz @@ -31,7 +31,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: voyagerfb.c,v 1.15 2011/12/28 18:23:01 macallan Exp $"); +__KERNEL_RCSID(0, "$NetBSD: voyagerfb.c,v 1.16 2012/01/11 16:07:29 macallan Exp $"); #include #include @@ -537,7 +537,7 @@ v

CVS commit: src/sys/dev/sbus

2012-01-11 Thread Michael Lorenz
05:59:57 uebayasi Exp $ */ +/* $NetBSD: agten.c,v 1.28 2012/01/11 16:08:57 macallan Exp $ */ /*- * Copyright (c) 2007 Michael Lorenz @@ -27,7 +27,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: agten.c,v 1.27 2010/11/15 05:59:57 uebayasi Exp $"); +__KERNEL_RCSID(0, "$NetBSD:

CVS commit: src/sys/dev/sun

2012-01-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jan 11 16:10:14 UTC 2012 Modified Files: src/sys/dev/sun: bwtwo.c cgsix.c cgthree.c Log Message: use rasops_init(0,0) To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/dev/sun/bwtwo.c cvs rdiff -u -r1.5

CVS commit: src/sys/dev/ic

2012-01-11 Thread Michael Lorenz
:02:43 2011 +++ src/sys/dev/ic/ct65550.c Wed Jan 11 16:12:38 2012 @@ -1,4 +1,4 @@ -/* $NetBSD: ct65550.c,v 1.2 2011/03/23 04:02:43 macallan Exp $ */ +/* $NetBSD: ct65550.c,v 1.3 2012/01/11 16:12:38 macallan Exp $ */ /* * Copyright (c) 2006 Michael Lorenz @@ -30,7 +30,7 @@ */ #include

CVS commit: src/sys/dev/wsfb

2012-01-11 Thread Michael Lorenz
:13:11 2012 @@ -1,4 +1,4 @@ -/* $NetBSD: genfb.c,v 1.45 2012/01/04 20:18:28 macallan Exp $ */ +/* $NetBSD: genfb.c,v 1.46 2012/01/11 16:13:11 macallan Exp $ */ /*- * Copyright (c) 2007 Michael Lorenz @@ -27,7 +27,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: genfb.c,v 1.45 2012/01/04

CVS commit: src/sys/arch/sgimips

2012-01-11 Thread Michael Lorenz
io/newport.c Wed Jan 11 16:18:30 2012 @@ -1,7 +1,8 @@ -/* $NetBSD: newport.c,v 1.15 2009/05/12 23:51:25 macallan Exp $ */ +/* $NetBSD: newport.c,v 1.16 2012/01/11 16:18:30 macallan Exp $ */ /* * Copyright (c) 2003 Ilpo Ruotsalainen + * 2009 Michael Lorenz * All rights reserved.

CVS commit: src/sys/arch/macppc/conf

2012-01-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jan 11 16:29:32 UTC 2012 Modified Files: src/sys/arch/macppc/conf: INSTALL Log Message: include a big and a small font now that rasops should pick the one more appropriate for whatever video mode we're in To generate a dif

CVS commit: src/sys/arch/macppc/conf

2012-01-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jan 11 17:16:36 UTC 2012 Modified Files: src/sys/arch/macppc/conf: GENERIC Log Message: include a small font To generate a diff of this commit: cvs rdiff -u -r1.295 -r1.296 src/sys/arch/macppc/conf/GENERIC Please note tha

CVS commit: src/sys/arch/sparc/conf

2012-01-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jan 11 17:18:51 UTC 2012 Modified Files: src/sys/arch/sparc/conf: GENERIC Log Message: include a small font To generate a diff of this commit: cvs rdiff -u -r1.229 -r1.230 src/sys/arch/sparc/conf/GENERIC Please note that

CVS commit: src/sys/dev/ic

2012-01-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jan 11 20:41:28 UTC 2012 Modified Files: src/sys/dev/ic: igsfb.c vga.c vga_raster.c Log Message: wsfont_matches() and wsfont_find() take an extra parameter now To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52

CVS commit: src/sys/dev/pci

2012-01-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jan 11 20:50:00 UTC 2012 Modified Files: src/sys/dev/pci: tga.c Log Message: add extra parameter for wsfont_find() To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 src/sys/dev/pci/tga.c Please note that diffs

CVS commit: src/sys/dev/tc

2012-01-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jan 11 21:12:37 UTC 2012 Modified Files: src/sys/dev/tc: cfb.c mfb.c sfb.c sfbplus.c stic.c tfb.c xcfb.c Log Message: adjust wsfont_find() To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 src/sys/dev/tc/cfb.c

CVS commit: src/sys/arch/amiga/dev

2012-01-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jan 11 21:14:33 UTC 2012 Modified Files: src/sys/arch/amiga/dev: amidisplaycc.c Log Message: adjust wsfont_find() To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/arch/amiga/dev/amidisplaycc.c Please

CVS commit: src/sys/arch/arm

2012-01-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jan 11 21:15:46 UTC 2012 Modified Files: src/sys/arch/arm/s3c2xx0: s3c24x0_lcd.c src/sys/arch/arm/xscale: pxa2x0_lcd.c Log Message: adjust wsfont_find() To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 s

CVS commit: src/sys/arch

2012-01-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jan 11 21:17:33 UTC 2012 Modified Files: src/sys/arch/dreamcast/dev: pvr.c src/sys/arch/ews4800mips/sbd: fb_sbdio.c src/sys/arch/pmax/ibus: pm.c Log Message: adjust for wsfont_find() change To generate a di

CVS commit: src/sys/arch/sgimips/gio

2012-01-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jan 11 21:23:07 UTC 2012 Modified Files: src/sys/arch/sgimips/gio: newportreg.h Log Message: add some register definitions To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/sgimips/gio/newportreg.h

CVS commit: src/sys/arch/sgimips/gio

2012-01-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jan 11 21:23:38 UTC 2012 Modified Files: src/sys/arch/sgimips/gio: grtwo.c light.c newport.c Log Message: adjust for wsfont_find() change To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/sgimips/g

CVS commit: src/sys/arch/vax/vsa

2012-01-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jan 11 21:26:13 UTC 2012 Modified Files: src/sys/arch/vax/vsa: smg.c spx.c Log Message: adjust for wsfont_find() change To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/sys/arch/vax/vsa/smg.c cvs rdiff -u

CVS commit: src/share/man/man9

2012-01-13 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Jan 13 16:06:20 UTC 2012 Modified Files: src/share/man/man9: rasops.9 wsfont.9 Log Message: document recent changes To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/share/man/man9/rasops.9 cvs rdiff -u -r1

CVS commit: src/sys/dev/wsfont

2012-01-13 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Jan 13 16:08:02 UTC 2012 Modified Files: src/sys/dev/wsfont: wsfont.c Log Message: make this compile again with rotation enabled To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/sys/dev/wsfont/wsfont.c Pl

CVS commit: src/sys/sys

2012-01-13 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Jan 13 16:25:16 UTC 2012 Modified Files: src/sys/sys: param.h Log Message: wsfont_find() and wsfont_matches() got a new parameter to allow drivers to request bitmap or alpha fonts ( or both ) welcome to 5.99.60 To generate

CVS commit: src/share/man/man9

2012-01-13 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Jan 13 16:50:28 UTC 2012 Modified Files: src/share/man/man9: rasops.9 Log Message: document some rasops_info flags that have been added recently ( and not so recently ) To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/sys/dev/pci

2012-01-16 Thread Michael Lorenz
/voodoofb.c Tue Jan 17 07:48:48 2012 @@ -1,4 +1,4 @@ -/* $NetBSD: voodoofb.c,v 1.29 2012/01/11 16:02:30 macallan Exp $ */ +/* $NetBSD: voodoofb.c,v 1.30 2012/01/17 07:48:48 macallan Exp $ */ /* * Copyright (c) 2005, 2006 Michael Lorenz @@ -32,7 +32,7 @@ */ #include -__KERNEL_RCSID(0, "$N

CVS commit: src/sys/dev/pci

2012-01-17 Thread Michael Lorenz
:48:48 2012 +++ src/sys/dev/pci/voodoofb.c Tue Jan 17 19:13:22 2012 @@ -1,4 +1,4 @@ -/* $NetBSD: voodoofb.c,v 1.30 2012/01/17 07:48:48 macallan Exp $ */ +/* $NetBSD: voodoofb.c,v 1.31 2012/01/17 19:13:22 macallan Exp $ */ /* * Copyright (c) 2005, 2006 Michael Lorenz @@ -32,7 +32,7

CVS commit: src/sys/dev/pci

2012-01-17 Thread Michael Lorenz
13:22 2012 +++ src/sys/dev/pci/voodoofb.c Tue Jan 17 21:31:46 2012 @@ -1,4 +1,4 @@ -/* $NetBSD: voodoofb.c,v 1.31 2012/01/17 19:13:22 macallan Exp $ */ +/* $NetBSD: voodoofb.c,v 1.32 2012/01/17 21:31:46 macallan Exp $ */ /* * Copyright (c) 2005, 2006 Michael Lorenz @@ -32,7 +32,7 @@ */ #in

CVS commit: src/sys/dev/pci

2012-01-18 Thread Michael Lorenz
ofb.c:1.32 Tue Jan 17 21:31:46 2012 +++ src/sys/dev/pci/voodoofb.c Wed Jan 18 08:04:18 2012 @@ -1,4 +1,4 @@ -/* $NetBSD: voodoofb.c,v 1.32 2012/01/17 21:31:46 macallan Exp $ */ +/* $NetBSD: voodoofb.c,v 1.33 2012/01/18 08:04:18 macallan Exp $ */ /* * Copyright (c) 2005, 2006 Michael Lorenz @@

CVS commit: src/sys/dev/pci

2012-01-19 Thread Michael Lorenz
(c) 2005, 2006 Michael Lorenz @@ -32,7 +32,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: voodoofb.c,v 1.33 2012/01/18 08:04:18 macallan Exp $"); +__KERNEL_RCSID(0, "$NetBSD: voodoofb.c,v 1.34 2012/01/19 18:35:27 macallan Exp $"); #include #include @@ -116,8 +116,6 @

CVS commit: src/etc/etc.macppc

2012-01-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sun Jan 22 06:10:35 UTC 2012 Added Files: src/etc/etc.macppc: rc.conf.append Log Message: enable powerd by default To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/etc/etc.macppc/rc.conf.append Please note that d

CVS commit: src/etc/etc.macppc

2012-01-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sun Jan 22 06:13:55 UTC 2012 Modified Files: src/etc/etc.macppc: ttys Log Message: use a more appropriate terminal type for ttyE* To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/etc/etc.macppc/ttys Please no

CVS commit: xsrc/external/mit/xf86-video-tdfx/dist/src

2012-01-22 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Sun Jan 22 18:26:42 UTC 2012 Modified Files: xsrc/external/mit/xf86-video-tdfx/dist/src: tdfx_driver.c Log Message: don't mess with BARs if only one card is present now this works again on macppc While there, move USE_INT10 and

CVS commit: src/external/mit/xorg/server/drivers/xf86-video-tdfx

2012-01-22 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sun Jan 22 18:27:28 UTC 2012 Modified Files: src/external/mit/xorg/server/drivers/xf86-video-tdfx: Makefile Log Message: set USE_INT10 and USE_PCIVGAIO on i386 and amd64 only To generate a diff of this commit: cvs rdiff -u -r1

CVS commit: src/sys/dev/pci

2012-01-22 Thread Michael Lorenz
/dev/pci/voodoofb.c Sun Jan 22 19:00:45 2012 @@ -1,4 +1,4 @@ -/* $NetBSD: voodoofb.c,v 1.34 2012/01/19 18:35:27 macallan Exp $ */ +/* $NetBSD: voodoofb.c,v 1.35 2012/01/22 19:00:45 macallan Exp $ */ /* * Copyright (c) 2005, 2006 Michael Lorenz @@ -32,7 +32,7 @@ */ #include -__KERNEL_RCSID(0

CVS commit: src/sys/arch/macppc

2012-01-23 Thread Michael Lorenz
/null Tue Jan 24 04:33:11 2012 +++ src/sys/arch/macppc/dev/valkyriefb.c Tue Jan 24 04:33:11 2012 @@ -0,0 +1,439 @@ +/* $NetBSD: valkyriefb.c,v 1.1 2012/01/24 04:33:11 macallan Exp $ */ + +/* + * Copyright (c) 2012 Michael Lorenz + * All rights reserved. + * + * Redistribution and use in source and

CVS commit: src/sys/dev/wscons

2012-01-23 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Jan 24 04:34:05 UTC 2012 Modified Files: src/sys/dev/wscons: wsconsio.h Log Message: ass WSDISPLAY_TYPE_VALKYRIE To generate a diff of this commit: cvs rdiff -u -r1.102 -r1.103 src/sys/dev/wscons/wsconsio.h Please note th

CVS commit: src/doc

2012-01-24 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Jan 24 19:33:28 UTC 2012 Modified Files: src/doc: CHANGES Log Message: mention valkyriefb and videopll To generate a diff of this commit: cvs rdiff -u -r1.1652 -r1.1653 src/doc/CHANGES Please note that diffs are not publi

CVS commit: src/sys/dev/pci

2012-01-24 Thread Michael Lorenz
/pci/voodoofb.c Wed Jan 25 02:04:35 2012 @@ -1,4 +1,4 @@ -/* $NetBSD: voodoofb.c,v 1.35 2012/01/22 19:00:45 macallan Exp $ */ +/* $NetBSD: voodoofb.c,v 1.36 2012/01/25 02:04:35 macallan Exp $ */ /* * Copyright (c) 2005, 2006 Michael Lorenz @@ -32,7 +32,7 @@ */ #include -__KERNEL_RCSID(0

<    1   2   3   4   5   6   7   8   9   10   >