CVS commit: src/sys/dev/wscons

2013-01-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Jan 21 14:15:03 UTC 2013 Modified Files: src/sys/dev/wscons: wsconsio.h Log Message: add WSDISPLAY_TYPE_OMAP3 To generate a diff of this commit: cvs rdiff -u -r1.105 -r1.106 src/sys/dev/wscons/wsconsio.h Please note that

CVS commit: src/sys/arch/arm/omap

2013-01-21 Thread Michael Lorenz
17:39 macallan Exp $ */ /* * Copyright (c) 2010 Michael Lorenz @@ -31,7 +31,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: omapfb.c,v 1.13 2013/01/17 01:10:52 macallan Exp $"); +__KERNEL_RCSID(0, "$NetBSD: omapfb.c,v 1.14 2013/01/21 14:17:39 macallan Exp $"); #incl

CVS commit: src/sys/arch/arm/omap

2013-01-21 Thread Michael Lorenz
$ */ /* * Copyright (c) 2010 Michael Lorenz @@ -31,7 +31,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: omapfb.c,v 1.14 2013/01/21 14:17:39 macallan Exp $"); +__KERNEL_RCSID(0, "$NetBSD: omapfb.c,v 1.15 2013/01/21 16:08:30 macallan Exp $"); #include #include @@ -10

CVS commit: src/sys/arch/arm/broadcom

2013-01-23 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jan 23 16:51:15 UTC 2013 Modified Files: src/sys/arch/arm/broadcom: bcm2835_space.c Log Message: support BUS_SPACE_MAP_PREFETCHABLE in bcm2835_bs_mmap() To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/a

CVS commit: src/sys/lib/libkern/arch/arm

2013-01-23 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jan 23 20:38:28 UTC 2013 Modified Files: src/sys/lib/libkern/arch/arm: Makefile.inc Log Message: pull in strnlen.S To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/lib/libkern/arch/arm/Makefile.inc Pl

CVS commit: src/sys/dev/wscons

2013-01-26 Thread Michael Lorenz
$ */ /*- * Copyright (c) 2005, 2006 Michael Lorenz @@ -59,7 +59,7 @@ struct vcons_screen { * for example, Sun's Creator boards can't accelerate copycols() */ #define VCONS_NO_COPYCOLS 0x10 /* use putchar() based copycols() */ -#define VCONS_NO_COPYROWS 0x20 /* use putchar() basec copyrows() *

CVS commit: src/sys/arch/arm/omap

2013-01-30 Thread Michael Lorenz
2010 +++ src/sys/arch/arm/omap/omapfbreg.h Wed Jan 30 15:55:27 2013 @@ -1,4 +1,4 @@ -/* $NetBSD: omapfbreg.h,v 1.1 2010/08/31 19:03:55 macallan Exp $ */ +/* $NetBSD: omapfbreg.h,v 1.2 2013/01/30 15:55:27 macallan Exp $ */ /*- * Copyright (c) 2010 Michael Lorenz @@ -27,7 +27,7 @@ */ #include

CVS commit: src/sys/dev/wscons

2013-01-31 Thread Michael Lorenz
.2 2013/01/31 10:57:31 macallan Exp $ */ /*- - * Copyright (c) 2009 Michael Lorenz + * Copyright (c) 2011 Michael Lorenz * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -27,6 +27,7 @@ */ /* some utility functions for use with wsdisplay */ + #incl

CVS commit: src/sys/arch/arm/omap

2013-01-31 Thread Michael Lorenz
2013 +++ src/sys/arch/arm/omap/omapfb.c Thu Jan 31 11:00:07 2013 @@ -1,4 +1,4 @@ -/* $NetBSD: omapfb.c,v 1.15 2013/01/21 16:08:30 macallan Exp $ */ +/* $NetBSD: omapfb.c,v 1.16 2013/01/31 11:00:07 macallan Exp $ */ /* * Copyright (c) 2010 Michael Lorenz @@ -31,7 +31,7 @@ */ #include

CVS commit: src/sys/arch/arm/broadcom

2013-01-31 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Jan 31 11:00:45 UTC 2013 Modified Files: src/sys/arch/arm/broadcom: bcm2835_genfb.c Log Message: support WSDISPLAYIO_GET_FBINFO To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/broadcom/bcm2835_

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

2013-01-31 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Thu Jan 31 11:18:02 UTC 2013 Modified Files: xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb.h wsfb_driver.c Log Message: use WSDISPLAYIO_GET_FBINFO if available To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 xs

CVS commit: src/sys/arch/arm/omap

2013-01-31 Thread Michael Lorenz
/sys/arch/arm/omap/omapfb.c Thu Jan 31 21:10:37 2013 @@ -1,4 +1,4 @@ -/* $NetBSD: omapfb.c,v 1.16 2013/01/31 11:00:07 macallan Exp $ */ +/* $NetBSD: omapfb.c,v 1.17 2013/01/31 21:10:37 macallan Exp $ */ /* * Copyright (c) 2010 Michael Lorenz @@ -31,7 +31,7 @@ */ #include -__KERNEL_RCSID(0

CVS commit: src/sys/arch/arm/omap

2013-01-31 Thread Michael Lorenz
/omap/omapfb.c:1.17 Thu Jan 31 21:10:37 2013 +++ src/sys/arch/arm/omap/omapfb.c Fri Feb 1 02:53:47 2013 @@ -1,4 +1,4 @@ -/* $NetBSD: omapfb.c,v 1.17 2013/01/31 21:10:37 macallan Exp $ */ +/* $NetBSD: omapfb.c,v 1.18 2013/02/01 02:53:47 macallan Exp $ */ /* * Copyright (c) 2010 Michael Lorenz

CVS commit: src/sys/sys

2013-02-04 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Feb 4 13:18:36 UTC 2013 Modified Files: src/sys/sys: bus_proto.h Log Message: add BUS_DMA_PREFETCHABLE flag for bus_dmamem_map(), analog to BUS_SPACE_MAP_PREFETCHABLE To generate a diff of this commit: cvs rdiff -u -r1.6

CVS commit: src/sys/arch/arm/arm32

2013-02-04 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Feb 4 13:26:20 UTC 2013 Modified Files: src/sys/arch/arm/arm32: bus_dma.c Log Message: support BUS_DMA_PREFETCHABLE in bus_dmamem_mmap() To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 src/sys/arch/arm/arm32

CVS commit: src/sys/arch/arm/arm32

2013-02-04 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Feb 4 13:37:30 UTC 2013 Modified Files: src/sys/arch/arm/arm32: pmap.c Log Message: support ARM32_MMAP_WRITECOMBINE for managed pages as well To generate a diff of this commit: cvs rdiff -u -r1.251 -r1.252 src/sys/arch/ar

CVS commit: src/sys/arch/arm/omap

2013-02-04 Thread Michael Lorenz
/omap/omapfb.c:1.19 Sat Feb 2 21:02:06 2013 +++ src/sys/arch/arm/omap/omapfb.c Mon Feb 4 21:35:44 2013 @@ -1,4 +1,4 @@ -/* $NetBSD: omapfb.c,v 1.19 2013/02/02 21:02:06 christos Exp $ */ +/* $NetBSD: omapfb.c,v 1.20 2013/02/04 21:35:44 macallan Exp $ */ /* * Copyright (c) 2010 Michael Lorenz

CVS commit: src/sys/arch/sparc64

2013-02-04 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Feb 4 22:19:43 UTC 2013 Modified Files: src/sys/arch/sparc64/include: cpu.h src/sys/arch/sparc64/sparc64: machdep.c Log Message: add a sysctl.vis node that indicated which version of the VIS instruction set is suppo

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

2013-02-05 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Feb 5 21:45:40 UTC 2013 Modified Files: src/sys/arch/sparc/dev: cgfourteen.c cgfourteenvar.h Log Message: throw out RASTERCONSOLE goo To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/sys/arch/sparc/dev/cg

CVS commit: src/sys/arch/sparc

2013-02-05 Thread Michael Lorenz
, Inc. + * All rights reserved. + * + * This code is derived from software contributed to The NetBSD Foundation + * by Michael Lorenz. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1

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

2013-02-05 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Feb 5 21:53:46 UTC 2013 Modified Files: src/sys/arch/sparc/sparc: autoconf.c Log Message: don't skip SUNW,sx - we've got a driver now To generate a diff of this commit: cvs rdiff -u -r1.246 -r1.247 src/sys/arch/sparc/spar

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

2013-02-05 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Feb 5 22:03:17 UTC 2013 Modified Files: src/sys/arch/sparc/sparc: autoconf.c Log Message: attach SUNW,sx early so cgfourteen can grab it right away and doesn't have to play games waiting for it To generate a diff of this

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

2013-02-05 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Feb 6 04:06:29 UTC 2013 Modified Files: src/sys/arch/sparc/dev: sx.c sxreg.h Log Message: fix typos, deal with hardware insanity To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/sparc/dev/sx.c \

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

2013-02-05 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Feb 6 04:10:55 UTC 2013 Modified Files: src/sys/arch/sparc/dev: cgfourteen.c cgfourteenvar.h Log Message: use SX for basic hardware acceleration not quite complete yet but good enough to be useful missing things include: -

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

2013-02-06 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Feb 6 20:39:03 UTC 2013 Modified Files: src/sys/arch/sparc/dev: sxreg.h Log Message: add SX_ROP instruction To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/sparc/dev/sxreg.h Please note that diff

CVS commit: xsrc/external/mit/pixman/dist/pixman

2013-02-07 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Thu Feb 7 13:30:48 UTC 2013 Modified Files: xsrc/external/mit/pixman/dist/pixman: pixman-ppc.c Log Message: enable altivec detection via sysctl(machdep.altivec) To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2

CVS commit: src/external/mit/xorg/lib/pixman

2013-02-07 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Feb 7 13:33:50 UTC 2013 Modified Files: src/external/mit/xorg/lib/pixman: Makefile Log Message: build altivec support on powerpc To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/external/mit/xorg/lib/pixm

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

2013-02-07 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Feb 7 16:14:30 UTC 2013 Modified Files: src/sys/arch/sparc/dev: cgfourteen.c Log Message: - implement buttom-up copies in cg14_bitblt() so scrolling down works now - use more registers when copying - use hardware to draw th

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

2013-02-07 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Feb 7 16:19:16 UTC 2013 Modified Files: src/sys/arch/sparc/conf: GENERIC INSTALL Log Message: add sx at mainbus To generate a diff of this commit: cvs rdiff -u -r1.235 -r1.236 src/sys/arch/sparc/conf/GENERIC cvs rdiff -u

CVS commit: src/doc

2013-02-07 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Feb 7 16:22:16 UTC 2013 Modified Files: src/doc: CHANGES Log Message: mention hardware acceleration for cgfourteen/sx To generate a diff of this commit: cvs rdiff -u -r1.1788 -r1.1789 src/doc/CHANGES Please note that dif

CVS commit: src/sys/arch/arm/omap

2013-02-12 Thread Michael Lorenz
/omapfbreg.h:1.2 Wed Jan 30 15:55:27 2013 +++ src/sys/arch/arm/omap/omapfbreg.h Tue Feb 12 21:17:17 2013 @@ -1,4 +1,4 @@ -/* $NetBSD: omapfbreg.h,v 1.2 2013/01/30 15:55:27 macallan Exp $ */ +/* $NetBSD: omapfbreg.h,v 1.3 2013/02/12 21:17:17 macallan Exp $ */ /*- * Copyright (c) 2010 Michael Lorenz

CVS commit: src/sys/arch/arm/omap

2013-02-12 Thread Michael Lorenz
+++ src/sys/arch/arm/omap/omapfb.c Tue Feb 12 21:17:37 2013 @@ -1,4 +1,4 @@ -/* $NetBSD: omapfb.c,v 1.21 2013/02/09 13:28:59 jmcneill Exp $ */ +/* $NetBSD: omapfb.c,v 1.22 2013/02/12 21:17:37 macallan Exp $ */ /* * Copyright (c) 2010 Michael Lorenz @@ -31,7 +31,7 @@ */ #include

CVS commit: src/sys/arch/arm/omap

2013-02-12 Thread Michael Lorenz
/arch/arm/omap/omapfb.c Tue Feb 12 21:25:12 2013 @@ -1,4 +1,4 @@ -/* $NetBSD: omapfb.c,v 1.22 2013/02/12 21:17:37 macallan Exp $ */ +/* $NetBSD: omapfb.c,v 1.23 2013/02/12 21:25:12 macallan Exp $ */ /* * Copyright (c) 2010 Michael Lorenz @@ -31,7 +31,7 @@ */ #include -__KERNEL_RCSID(0

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

2013-02-12 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Feb 12 22:24:48 UTC 2013 Modified Files: src/sys/arch/sparc/dev: cgfourteen.c Log Message: break some more long lines To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/sys/arch/sparc/dev/cgfourteen.c Pleas

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

2013-02-14 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Thu Feb 14 16:13:38 UTC 2013 Modified Files: xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb_driver.c Log Message: call ioctl(WSDISPLAYIO_SMODE, ...) in EnterTV/LeaveVT so kernel graphics drivers get notified when we switch in

CVS commit: src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos

2013-02-14 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Feb 14 16:16:25 UTC 2013 Modified Files: src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos: Makefile Log Message: set -DPCVT_SUPPORT on most hardware To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 \

CVS commit: xsrc/external/mit/xf86-input-keyboard/dist/src

2013-02-14 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Thu Feb 14 20:53:27 UTC 2013 Modified Files: xsrc/external/mit/xf86-input-keyboard/dist/src: bsd_kbd.c xf86OSKbd.h Log Message: when using /dev/wskbd* we need to close the device when VT switching out of X, and open it again wh

CVS commit: src/sys/dev/wscons

2013-02-19 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Feb 19 15:21:08 UTC 2013 Modified Files: src/sys/dev/wscons: wsdisplay_compat_usl.c Log Message: fix a bunch of _IO() ioctl()s to actually work on LP64/BE ( the data pointer is abused to pass an integer, we get a pointer to

CVS commit: xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd

2013-02-19 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Wed Feb 20 03:57:37 UTC 2013 Modified Files: xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd: bsd_VTsw.c Log Message: do ioctl(KDSETMODE) when switching in and out of the Xserver's VT now this works on

CVS commit: xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd

2013-02-19 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Wed Feb 20 04:00:48 UTC 2013 Modified Files: xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd: bsd_VTsw.c Log Message: remove debug spam To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \

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

2013-02-20 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Feb 20 19:18:17 UTC 2013 Modified Files: src/sys/arch/macppc/conf: GENERIC Log Message: add WSDISPLAY_COMPAT_PCVT To generate a diff of this commit: cvs rdiff -u -r1.304 -r1.305 src/sys/arch/macppc/conf/GENERIC Please not

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

2013-02-20 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Feb 20 19:35:47 UTC 2013 Modified Files: src/sys/arch/sparc64/conf: GENERIC Log Message: add WSDISPLAY_COMPAT_PCVT To generate a diff of this commit: cvs rdiff -u -r1.157 -r1.158 src/sys/arch/sparc64/conf/GENERIC Please n

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

2013-02-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Feb 21 12:31:23 UTC 2013 Modified Files: src/sys/arch/evbarm/conf: BEAGLEBOARD Log Message: add WSDISPLAY_COMPAT_PCVT To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/sys/arch/evbarm/conf/BEAGLEBOARD Plea

CVS commit: xsrc/external/mit/pixman/dist/pixman

2013-02-28 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Thu Feb 28 12:38:03 UTC 2013 Modified Files: xsrc/external/mit/pixman/dist/pixman: pixman-mips.c Log Message: support Loomgson Multimedia Instructions on NetBSD To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2

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

2013-02-28 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Thu Feb 28 12:39:37 UTC 2013 Modified Files: xsrc/external/mit/xf86-video-siliconmotion/dist/src: smi.h smi_driver.c smilynx_crtc.c smilynx_hw.c smilynx_output.c Log Message: make this work on Gdium ( and NetBSD in

CVS commit: src/external/mit/xorg/lib/pixman

2013-02-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Feb 28 12:40:48 UTC 2013 Modified Files: src/external/mit/xorg/lib/pixman: Makefile Log Message: build support for Loongson Multimedia Instructions on evbmips To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 s

CVS commit: src/sys/arch/mips

2013-02-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Feb 28 12:44:38 UTC 2013 Modified Files: src/sys/arch/mips/include: cpu.h src/sys/arch/mips/mips: mips_machdep.c Log Message: add sysctl machdep.loongson-mmi to indicate wether Loongson Multimedia Instructions are su

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

2013-02-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Feb 28 12:51:19 UTC 2013 Modified Files: src/sys/arch/evbmips/conf: LOONGSON Log Message: add COMPAT_PCVT and pwmclock To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/evbmips/conf/LOONGSON Pleas

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

2013-02-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Feb 28 13:02:20 UTC 2013 Modified Files: src/sys/arch/evbmips/conf: LOONGSON Log Message: add INSECURE so X can map PCI memory and registers To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/evbmip

CVS commit: src/sys/arch/evbmips

2013-02-28 Thread Michael Lorenz
allan Exp $ */ /*- * Copyright (C) 2011 Michael Lorenz. @@ -30,7 +30,7 @@ #include -__KERNEL_RCSID(0, "$NetBSD: stvii.c,v 1.3 2011/09/15 19:29:23 macallan Exp $"); +__KERNEL_RCSID(0, "$NetBSD: stvii.c,v 1.4 2013/02/28 13:21:15 macallan Exp $"); #include #include

CVS commit: src/sys/arch/evbmips/loongson

2013-02-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Feb 28 13:22:36 UTC 2013 Modified Files: src/sys/arch/evbmips/loongson: yeeloong_machdep.c Log Message: make this compile without ISA support in the kernel To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sy

CVS commit: src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos

2013-02-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Feb 28 13:28:36 UTC 2013 Modified Files: src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos: Makefile Log Message: set PCVT_SUPPORT on MIPS To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 \ src/ex

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

2012-08-31 Thread Michael Lorenz
13:12:52 macallan Exp $ */ /*- * Copyright (c) 2007 Michael Lorenz @@ -27,7 +27,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: intr.c,v 1.22 2012/06/07 04:37:09 macallan Exp $"); +__KERNEL_RCSID(0, "$NetBSD: intr.c,v 1.23 2012/08/31 13:12:52 macallan Exp $"); #incl

CVS commit: src/sys/dev/pci

2012-09-04 Thread Michael Lorenz
:01 2012 @@ -1,4 +1,4 @@ -/* $NetBSD: pm2reg.h,v 1.6 2012/02/02 07:09:53 macallan Exp $ */ +/* $NetBSD: pm2reg.h,v 1.7 2012/09/05 01:32:01 macallan Exp $ */ /* * Copyright (c) 2009 Michael Lorenz @@ -236,6 +236,11 @@ #define PM2_RE_WRITE_MODE 0x8ab8 #define PM2WM_WRITE_EN 0x0001

CVS commit: src/sys/dev/pci

2012-09-04 Thread Michael Lorenz
$ */ +/* $NetBSD: pm2fb.c,v 1.15 2012/09/05 01:48:39 macallan Exp $ */ /* * Copyright (c) 2009 Michael Lorenz @@ -31,7 +31,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: pm2fb.c,v 1.14 2012/05/23 18:39:30 macallan Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pm2fb.c,v 1.15 2012/09/05 01

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

2012-09-05 Thread Michael Lorenz
Tue Jul 26 08:36:02 2011 +++ src/sys/arch/macppc/dev/smartbat.c Wed Sep 5 21:23:31 2012 @@ -1,4 +1,4 @@ -/* $NetBSD: smartbat.c,v 1.8 2011/07/26 08:36:02 macallan Exp $ */ +/* $NetBSD: smartbat.c,v 1.9 2012/09/05 21:23:31 macallan Exp $ */ /*- * Copyright (c) 2007 Michael Lorenz @@ -

CVS commit: src/sys/dev/pci

2012-09-05 Thread Michael Lorenz
+++ src/sys/dev/pci/pm2fb.c Wed Sep 5 23:19:13 2012 @@ -1,4 +1,4 @@ -/* $NetBSD: pm2fb.c,v 1.15 2012/09/05 01:48:39 macallan Exp $ */ +/* $NetBSD: pm2fb.c,v 1.16 2012/09/05 23:19:13 macallan Exp $ */ /* * Copyright (c) 2009 Michael Lorenz @@ -31,7 +31,7 @@ */ #include -__KERNEL_RCSID(0

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

2012-09-05 Thread Michael Lorenz
etBSD: smartbat.c,v 1.10 2012/09/06 05:03:59 macallan Exp $ */ /*- * Copyright (c) 2007 Michael Lorenz @@ -28,7 +28,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: smartbat.c,v 1.9 2012/09/05 21:23:31 macallan Exp $"); +__KERNEL_RCSID(0, "$NetBSD: smartbat.c,v 1.10 2012/09/

CVS commit: src/sys/dev/sysmon

2012-09-06 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Sep 6 12:10:29 UTC 2012 Modified Files: src/sys/dev/sysmon: files.sysmon sysmon_envsysvar.h Log Message: defflag debug #defines To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/dev/sysmon/files.sysmon

CVS commit: src/sys/dev/sysmon

2012-09-06 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Sep 6 12:59:00 UTC 2012 Modified Files: src/sys/dev/sysmon: sysmon_envsysvar.h Log Message: opt_envsys.h needs #ifdef _KERNEL_OPT ( thanks martin@ ) To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sys/de

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

2012-09-06 Thread Michael Lorenz
2012/09/06 05:03:59 macallan Exp $ */ +/* $NetBSD: smartbat.c,v 1.11 2012/09/06 13:05:53 macallan Exp $ */ /*- * Copyright (c) 2007 Michael Lorenz @@ -28,7 +28,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: smartbat.c,v 1.10 2012/09/06 05:03:59 macallan Exp $"); +__KERN

CVS commit: src/sys/dev/sbus

2012-09-07 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Sep 7 22:37:27 UTC 2012 Modified Files: src/sys/dev/sbus: isp_sbus.c Log Message: set isp_xffree, like the PCI frontend does now this works again To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/sys/dev/s

CVS commit: src/sys/dev/pci

2012-09-12 Thread Michael Lorenz
2012/09/05 23:19:13 macallan Exp $ */ +/* $NetBSD: pm2fb.c,v 1.17 2012/09/12 12:07:04 macallan Exp $ */ /* * Copyright (c) 2009 Michael Lorenz @@ -31,7 +31,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: pm2fb.c,v 1.16 2012/09/05 23:19:13 macallan Exp $"); +__KERNEL_RCSID(0

CVS commit: src/sys/dev/pci

2012-09-12 Thread Michael Lorenz
-1,4 +1,4 @@ -/* $NetBSD: pm2fb.c,v 1.17 2012/09/12 12:07:04 macallan Exp $ */ +/* $NetBSD: pm2fb.c,v 1.18 2012/09/13 02:09:00 macallan Exp $ */ /* * Copyright (c) 2009 Michael Lorenz @@ -31,7 +31,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: pm2fb.c,v 1.17 2012/09/12 12:07:

CVS commit: src/sys/dev/pci

2012-09-13 Thread Michael Lorenz
ht (c) 2009 Michael Lorenz + * Copyright (c) 2009, 2012 Michael Lorenz * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -31,7 +31,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: pm2fb.c,v 1.18 2012/09/13 02:09:00 macallan Exp $"); +_

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

2012-09-17 Thread Michael Lorenz
2012 +++ src/sys/arch/macppc/dev/smartbat.c Tue Sep 18 04:36:25 2012 @@ -1,4 +1,4 @@ -/* $NetBSD: smartbat.c,v 1.11 2012/09/06 13:05:53 macallan Exp $ */ +/* $NetBSD: smartbat.c,v 1.12 2012/09/18 04:36:25 macallan Exp $ */ /*- * Copyright (c) 2007 Michael Lorenz @@ -28,7 +28,7

CVS commit: src/sys/dev/adb

2012-09-18 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Sep 19 04:55:07 UTC 2012 Modified Files: src/sys/dev/adb: adb_kbd.c Log Message: some older powerbook keyboards use the same scancode for the power button as later ones send on Fn-Command - now we look for that 'special' sca

CVS commit: src/sys/dev/sbus

2012-09-20 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Sep 21 01:07:45 UTC 2012 Modified Files: src/sys/dev/sbus: files.sbus p9100.c p9100reg.h Log Message: support anti-aliased fonts, glyph caching etc. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/dev

CVS commit: src/sys/dev/pci

2012-10-04 Thread Michael Lorenz
s/dev/pci/r128fb.c Thu Oct 4 10:22:45 2012 @@ -1,7 +1,7 @@ -/* $NetBSD: r128fb.c,v 1.35 2012/05/23 18:39:30 macallan Exp $ */ +/* $NetBSD: r128fb.c,v 1.36 2012/10/04 10:22:45 macallan Exp $ */ /* - * Copyright (c) 2007 Michael Lorenz + * Copyright (c) 2007, 2012 Michael Lorenz * All rights res

CVS commit: src/sys/dev/wscons

2012-10-04 Thread Michael Lorenz
@@ -1,4 +1,4 @@ -/* $NetBSD: wsdisplay_glyphcache.c,v 1.3 2012/07/12 01:21:08 macallan Exp $ */ +/* $NetBSD: wsdisplay_glyphcache.c,v 1.4 2012/10/04 10:26:32 macallan Exp $ */ /* * Copyright (c) 2012 Michael Lorenz @@ -31,18 +31,38 @@ * the most commonly used glyphs ) but the API should at

CVS commit: src/sys/dev/pci

2012-10-04 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Oct 4 10:29:24 UTC 2012 Modified Files: src/sys/dev/pci: radeonfb.c Log Message: support underlined characters To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/sys/dev/pci/radeonfb.c Please note that dif

CVS commit: src/sys/dev/pci

2012-10-04 Thread Michael Lorenz
(c) 2009, 2012 Michael Lorenz @@ -31,7 +31,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: pm2fb.c,v 1.19 2012/09/13 21:12:40 macallan Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pm2fb.c,v 1.20 2012/10/04 10:35:54 macallan Exp $"); #include #include @@ -131,6 +131,7 @@ stati

CVS commit: src/sys/dev/wscons

2012-10-04 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Oct 4 19:09:20 UTC 2012 Modified Files: src/sys/dev/wscons: files.wscons Log Message: defflag GLYPHCACHE_DEBUG To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sys/dev/wscons/files.wscons Please note tha

CVS commit: src/sys/dev/pci

2012-10-04 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Oct 5 01:12:15 UTC 2012 Modified Files: src/sys/dev/pci: machfb.c Log Message: gc_attr is no more To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 src/sys/dev/pci/machfb.c Please note that diffs are not publ

CVS commit: src/sys/dev/sbus

2012-10-04 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Oct 5 01:19:03 UTC 2012 Modified Files: src/sys/dev/sbus: p9100.c Log Message: get rid of gc_attr & allocattr() To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/dev/sbus/p9100.c Please note that diff

CVS commit: src/sys/dev/pci

2012-10-06 Thread Michael Lorenz
m2fb.c Sat Oct 6 14:41:40 2012 @@ -1,4 +1,4 @@ -/* $NetBSD: pm2fb.c,v 1.20 2012/10/04 10:35:54 macallan Exp $ */ +/* $NetBSD: pm2fb.c,v 1.21 2012/10/06 14:41:40 macallan Exp $ */ /* * Copyright (c) 2009, 2012 Michael Lorenz @@ -31,7 +31,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD:

CVS commit: src/sys/dev/pci

2012-10-09 Thread Michael Lorenz
e Oct 9 21:59:19 2012 @@ -1,4 +1,4 @@ -/* $NetBSD: wcfb.c,v 1.11 2012/03/13 18:40:34 elad Exp $ */ +/* $NetBSD: wcfb.c,v 1.12 2012/10/09 21:59:19 macallan Exp $ */ /*- * Copyright (c) 2010 Michael Lorenz @@ -27,7 +27,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: wcfb.c,v 1.11 2012/0

CVS commit: src/sys/dev/ic

2012-10-20 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Oct 20 13:29:53 UTC 2012 Modified Files: src/sys/dev/ic: ibm561reg.h Log Message: fix typo To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/ic/ibm561reg.h Please note that diffs are not public domai

CVS commit: src/sys/dev/ic

2012-10-20 Thread Michael Lorenz
ht (c) 2007 Michael Lorenz @@ -27,7 +27,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: i128.c,v 1.3 2008/04/29 06:53:02 martin Exp $"); +__KERNEL_RCSID(0, "$NetBSD: i128.c,v 1.4 2012/10/20 13:31:09 macallan Exp $"); #include #include @@ -102,7 +102,6 @@ i128_bitblt(bus

CVS commit: src/sys/dev/sbus

2012-10-20 Thread Michael Lorenz
16:08:57 macallan Exp $ */ +/* $NetBSD: agten.c,v 1.29 2012/10/20 13:52:11 macallan Exp $ */ /*- * Copyright (c) 2007 Michael Lorenz @@ -27,14 +27,14 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: agten.c,v 1.28 2012/01/11 16:08:57 macallan Exp $"); +__KERNEL_RCSID(0, "$NetBSD:

CVS commit: src/sys/dev/sbus

2012-10-23 Thread Michael Lorenz
23 11:53:18 2012 @@ -1,4 +1,4 @@ -/* $NetBSD: agten.c,v 1.29 2012/10/20 13:52:11 macallan Exp $ */ +/* $NetBSD: agten.c,v 1.30 2012/10/23 11:53:18 macallan Exp $ */ /*- * Copyright (c) 2007 Michael Lorenz @@ -27,7 +27,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: agten.c,v 1.29 2012/

CVS commit: src/sys/dev/rasops

2012-10-23 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Oct 23 15:12:59 UTC 2012 Modified Files: src/sys/dev/rasops: rasops32.c Log Message: make anti-aliased character drawing work on hardware where stride != width * bytes per pixel To generate a diff of this commit: cvs rdif

CVS commit: src/sys/arch/arm/omap

2012-10-29 Thread Michael Lorenz
-- src/sys/arch/arm/omap/omapfb.c:1.3 Fri Jul 1 20:30:21 2011 +++ src/sys/arch/arm/omap/omapfb.c Mon Oct 29 18:11:36 2012 @@ -1,4 +1,4 @@ -/* $NetBSD: omapfb.c,v 1.3 2011/07/01 20:30:21 dyoung Exp $ */ +/* $NetBSD: omapfb.c,v 1.4 2012/10/29 18:11:36 macallan Exp $ */ /* * Copyright (c) 2010 Mich

CVS commit: src/sys/dev/sysmon

2012-10-30 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Oct 31 05:42:48 UTC 2012 Modified Files: src/sys/dev/sysmon: sysmon_envsys_events.c Log Message: in sme_battery_check(): - don't assume that all batteries have exactly one ENVSYS_INDICATOR - check capacity and charge sensors

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

2012-10-30 Thread Michael Lorenz
$ */ /*- * Copyright (c) 2007 Michael Lorenz @@ -28,7 +28,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: smartbat.c,v 1.12 2012/09/18 04:36:25 macallan Exp $"); +__KERNEL_RCSID(0, "$NetBSD: smartbat.c,v 1.13 2012/10/31 05:46:49 macallan Exp $"); #include #inc

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

2012-11-01 Thread Michael Lorenz
$ */ +/* $NetBSD: smartbat.c,v 1.14 2012/11/01 15:54:28 macallan Exp $ */ /*- * Copyright (c) 2007 Michael Lorenz @@ -28,7 +28,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: smartbat.c,v 1.13 2012/10/31 05:46:49 macallan Exp $"); +__KERNEL_RCSID(0, "$NetBSD: smartbat.c,v 1.14 2012

CVS commit: src/sys/nfs

2012-11-06 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Nov 7 02:31:49 UTC 2012 Modified Files: src/sys/nfs: nfs_vnops.c Log Message: fix crash in nfs client lookups, dholland says 'my fault' To generate a diff of this commit: cvs rdiff -u -r1.297 -r1.298 src/sys/nfs/nfs_vnops

CVS commit: src/sys/arch/sparc64

2012-11-07 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Nov 8 00:34:38 UTC 2012 Modified Files: src/sys/arch/sparc64/include: cpu.h ctlreg.h psl.h src/sys/arch/sparc64/sparc64: clock.c cpu.c locore.s Log Message: use system tick timer instead of %tick on UltraSPARC-III-i

CVS commit: src/sys/dev/wscons

2012-11-13 Thread Michael Lorenz
etBSD: wsdisplay_glyphcache.c,v 1.5 2012/11/13 20:29:03 macallan Exp $ */ /* * Copyright (c) 2012 Michael Lorenz @@ -75,6 +75,14 @@ glyphcache_init(glyphcache *gc, int firs buckets = (gc->gc_numcells / 223); if ((buckets * 223) < gc->gc_numcells) buckets++; + + /* + * if we don'

CVS commit: src/sys/dev/sun

2012-11-13 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Nov 13 20:47:58 UTC 2012 Modified Files: src/sys/dev/sun: cgsix.c Log Message: don't claim alpha font support unless we have enough off-screen memory to cache a useful number of glyphs this should probably be CPU speed depen

CVS commit: src/sys/dev/pci

2012-12-04 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Dec 4 11:24:13 UTC 2012 Modified Files: src/sys/dev/pci: radeonfb.c Log Message: make sure to use the same stride as the drawing engine when setting up video modes. Now things work with horizontal resolutions that aren't mu

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

2013-06-04 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Jun 4 13:42:37 UTC 2013 Modified Files: src/sys/arch/sparc/dev: cgfourteen.c Log Message: actually map the whole SX IO space instead of just the first page over and over again (doh) To generate a diff of this commit: cvs

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

2013-06-04 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Jun 4 22:30:30 UTC 2013 Modified Files: src/sys/arch/sparc/dev: sxreg.h Log Message: add STore with (plane) Mask instruction To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/sparc/dev/sxreg.h Plea

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

2013-06-04 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Jun 4 22:31:30 UTC 2013 Modified Files: src/sys/arch/sparc/dev: cgfourteen.c Log Message: report actual VRAM size in fb_type.fb_size To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75 src/sys/arch/sparc/dev/cgf

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

2013-06-05 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jun 5 18:15:06 UTC 2013 Modified Files: src/sys/arch/sparc/dev: sxreg.h Log Message: add a bunch more instructions ( still not complete but we're getting there ) To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

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

2013-06-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jun 12 04:23:46 UTC 2013 Modified Files: src/sys/arch/sparc/dev: sxreg.h Log Message: fix serial type&pasto, while there add SX_ADD instructions To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/spar

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

2013-06-12 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jun 12 20:43:22 UTC 2013 Modified Files: src/sys/arch/sparc/dev: sxreg.h Log Message: document arithmetics instructions To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/sparc/dev/sxreg.h Please not

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

2013-06-12 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jun 12 20:44:20 UTC 2013 Modified Files: src/sys/arch/sparc/dev: sxreg.h Log Message: fix typo To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/sparc/dev/sxreg.h Please note that diffs are not pub

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

2013-06-18 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jun 19 00:41:16 UTC 2013 Modified Files: src/sys/arch/sparc/dev: sxreg.h Log Message: add store-with-clamp instructions To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/sparc/dev/sxreg.h Please n

CVS commit: xsrc/external/mit/xorg-server/dist/hw/xfree86/common

2013-06-18 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Wed Jun 19 00:54:08 UTC 2013 Modified Files: xsrc/external/mit/xorg-server/dist/hw/xfree86/common: xf86sbusBus.c xf86sbusBus.h Log Message: add a field to struct sbus_device which records the framebuffer size report

<    5   6   7   8   9   10   11   12   13   14   >