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

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

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

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

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

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 sys/cdefs.h

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 sys/cdefs.h

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

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

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

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

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

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

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

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

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

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

CVS commit: src/sys/arch/evbmips

2013-02-28 Thread Michael Lorenz
Exp $ */ /*- * Copyright (C) 2011 Michael Lorenz. @@ -30,7 +30,7 @@ #include sys/cdefs.h -__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 sys/param.h #include sys

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

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 \

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

2013-03-13 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Mar 13 21:17:43 UTC 2013 Modified Files: src/sys/arch/evbmips/loongson: autoconf.c Log Message: remove half-assed gdium-specific code in device_register and actually call sys_platform-device_register() how in Cthulhu's name

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

2013-03-13 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Mar 13 21:18:35 UTC 2013 Modified Files: src/sys/arch/evbmips/loongson: gdium_machdep.c Log Message: make sure device properties for genfb or voyagerfb actually get set To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/ic

2013-03-13 Thread Michael Lorenz
21:20:46 2013 @@ -1,4 +1,4 @@ -/* $NetBSD: sm502reg.h,v 1.5 2011/12/07 08:49:29 macallan Exp $ */ +/* $NetBSD: sm502reg.h,v 1.6 2013/03/13 21:20:46 macallan Exp $ */ /* * Copyright (c) 2009 Michael Lorenz @@ -64,6 +64,13 @@ #define SM502_GPIO0_CONTROL 0x0008 #define SM502_GPIO1_CONTROL

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

2013-03-13 Thread Michael Lorenz
$ */ +/* $NetBSD: voyagerfb.c,v 1.23 2013/03/13 21:28:12 macallan Exp $ */ /* * Copyright (c) 2009, 2011 Michael Lorenz @@ -31,7 +31,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: voyagerfb.c,v 1.22 2012/05/30 08:05:12 macallan Exp $); +__KERNEL_RCSID(0, $NetBSD: voyagerfb.c,v 1.23 2013/03

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

2013-03-13 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Mar 13 21:29:06 UTC 2013 Modified Files: src/sys/dev/pci/voyager: files.voyager Log Message: defflag VOYAGERFB_DEPTH_32 To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/pci/voyager/files.voyager

CVS commit: src/sys/dev/ic

2013-03-13 Thread Michael Lorenz
@@ -1,4 +1,4 @@ -/* $NetBSD: sm502reg.h,v 1.6 2013/03/13 21:20:46 macallan Exp $ */ +/* $NetBSD: sm502reg.h,v 1.7 2013/03/13 21:31:01 macallan Exp $ */ /* * Copyright (c) 2009 Michael Lorenz @@ -69,7 +69,7 @@ #define SM502_MEM_16M 0x4000 #define SM502_MEM_32M 0x6000 #define

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

2013-03-13 Thread Michael Lorenz
:1.23 Wed Mar 13 21:28:12 2013 +++ src/sys/dev/pci/voyager/voyagerfb.c Wed Mar 13 21:35:18 2013 @@ -1,4 +1,4 @@ -/* $NetBSD: voyagerfb.c,v 1.23 2013/03/13 21:28:12 macallan Exp $ */ +/* $NetBSD: voyagerfb.c,v 1.24 2013/03/13 21:35:18 macallan Exp $ */ /* * Copyright (c) 2009, 2011 Michael Lorenz

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

2013-03-19 Thread Michael Lorenz
macallan Exp $ */ /* * Copyright (c) 2009, 2011 Michael Lorenz @@ -31,7 +31,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: voyagerfb.c,v 1.24 2013/03/13 21:35:18 macallan Exp $); +__KERNEL_RCSID(0, $NetBSD: voyagerfb.c,v 1.25 2013/03/19 16:49:56 macallan Exp $); #include sys

CVS commit: src/usr.bin/ldd

2013-03-20 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Mar 20 15:18:42 UTC 2013 Modified Files: src/usr.bin/ldd: Makefile.inc ldd.c Log Message: apply kludge to make this more or less work on mips64 with n32 userland with this ldd can handle both 64 and n32 binaries (

CVS commit: src/sys/dev/pci

2013-03-25 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Mar 25 17:35:51 UTC 2013 Modified Files: src/sys/dev/pci: radeonfb.c Log Message: change hsync start to match xf86-video-radeon so CRT modes set up by radeonfb and Xorg no longer differ by a few pixels horizontally To

CVS commit: src/sys/dev/pci

2013-03-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Mar 28 17:25:10 UTC 2013 Modified Files: src/sys/dev/pci: radeonfb.c radeonfbvar.h Log Message: clear screen when leaving X so we don't leave garbage in the borders To generate a diff of this commit: cvs rdiff -u -r1.75

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

2013-04-01 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Apr 1 20:14:43 UTC 2013 Modified Files: src/sys/arch/powerpc/powerpc: ofw_machdep.c Log Message: deal with /memory reg property which may contain 64bit addresses on G5 To generate a diff of this commit: cvs rdiff -u

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

2011-10-19 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Oct 19 21:12:51 UTC 2011 Modified Files: src/sys/arch/macppc/dev: obio.c Log Message: add cpufreq support To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/arch/macppc/dev/obio.c Please note that

CVS commit: src/sys/dev/pci

2011-10-20 Thread Michael Lorenz
22:04:10 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: voyager.c,v 1.5 2011/10/18 17:57:40 macallan Exp $ */ +/* $NetBSD: voyager.c,v 1.6 2011/10/20 22:04:10 macallan Exp $ */ /* * Copyright (c) 2009, 2011 Michael Lorenz @@ -26,7 +26,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: voyager.c,v

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

2011-10-25 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Oct 26 04:56:23 UTC 2011 Modified Files: src/sys/arch/macppc/pci: bandit.c grackle.c uninorth.c Log Message: actually split device and softc To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30

CVS commit: src/sys/dev/usb

2011-11-01 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Nov 2 04:59:51 UTC 2011 Modified Files: src/sys/dev/usb: usbdevs Log Message: add entry for CY4636 LP RDK Bridge, used in Gdium To generate a diff of this commit: cvs rdiff -u -r1.598 -r1.599 src/sys/dev/usb/usbdevs

CVS commit: src/sys/dev/usb

2011-11-01 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Nov 2 05:00:11 UTC 2011 Modified Files: src/sys/dev/usb: usbdevs.h usbdevs_data.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.591 -r1.592 src/sys/dev/usb/usbdevs.h cvs rdiff -u -r1.592 -r1.593

CVS commit: src/sys/dev/usb

2011-11-02 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Nov 2 08:20:02 UTC 2011 Modified Files: src/sys/dev/usb: ukbd.c Log Message: support Gdium's Fn key translation table from OpenBSD To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.111 src/sys/dev/usb/ukbd.c

CVS commit: src/sys/dev/usb

2011-11-02 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Nov 2 08:49:08 UTC 2011 Modified Files: src/sys/dev/usb: ukbd.c Log Message: support PMF events as target type in scancode translation tables To generate a diff of this commit: cvs rdiff -u -r1.111 -r1.112

CVS commit: src/sys/dev/usb

2011-11-02 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Nov 3 02:41:29 UTC 2011 Modified Files: src/sys/dev/usb: files.usb ukbd.c Log Message: only build gdium Fn support with options GDIUM_KEYBOARD_HACK To generate a diff of this commit: cvs rdiff -u -r1.115 -r1.116

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

2011-11-02 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Nov 3 02:44:36 UTC 2011 Modified Files: src/sys/arch/evbmips/conf: LOONGSON Log Message: add options GDIUM_KEYBOARD_HACK To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbmips/conf/LOONGSON

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

2011-11-07 Thread Michael Lorenz
,v 1.8 2011/11/08 06:56:07 macallan Exp $ */ /* * Copyright (c) 2009 Michael Lorenz @@ -31,7 +31,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: voyagerfb.c,v 1.7 2011/10/18 17:59:01 macallan Exp $); +__KERNEL_RCSID(0, $NetBSD: voyagerfb.c,v 1.8 2011/11/08 06:56:07 macallan Exp

CVS commit: src/sys/dev/ic

2011-11-07 Thread Michael Lorenz
2011 @@ -1,4 +1,4 @@ -/* $NetBSD: sm502reg.h,v 1.3 2011/09/28 02:33:20 macallan Exp $ */ +/* $NetBSD: sm502reg.h,v 1.4 2011/11/08 06:56:36 macallan Exp $ */ /* * Copyright (c) 2009 Michael Lorenz @@ -147,7 +147,7 @@ #define SM502_PWM_CLOCK_HIGH_SHIFT 20 /* Video Controller Registers

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

2011-11-07 Thread Michael Lorenz
$ */ /* * Copyright (c) 2009 Michael Lorenz @@ -31,7 +31,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: voyagerfb.c,v 1.8 2011/11/08 06:56:07 macallan Exp $); +__KERNEL_RCSID(0, $NetBSD: voyagerfb.c,v 1.9 2011/11/08 07:05:06 macallan Exp $); #include sys/param.h #include sys/systm.h @@ -359,7

CVS commit: src/sys/dev/i2c

2011-11-08 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Nov 9 05:47:54 UTC 2011 Modified Files: src/sys/dev/i2c: lm75.c Log Message: Support setting the temperature threshold for the LM75's alarm/interrupt output. Some hardware ( I'm looking at you, Gdium ) abuses it to control

CVS commit: src/sys/dev/adb

2011-11-15 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Nov 16 06:56:50 UTC 2011 Modified Files: src/sys/dev/adb: adb_kbd.c Log Message: only require the power button to be pressed twice on keyboards where it's easy to hit by accident, send an event to sysmon immediately

CVS commit: src/sys/crypto/nist_ctr_drbg

2011-11-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Nov 21 23:48:52 UTC 2011 Modified Files: src/sys/crypto/nist_ctr_drbg: nist_ctr_drbg.h Log Message: NIST_CTR_DRBG.V is accessed as (unsigned long *) so we need to make sure it's aligned accordingly or we go boom on sparc64

CVS commit: [jmcneill-audiomp3] src/sys/dev

2011-11-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Nov 22 00:19:30 UTC 2011 Modified Files: src/sys/dev [jmcneill-audiomp3]: TODO.audiomp Log Message: I tested autri To generate a diff of this commit: cvs rdiff -u -r1.1.2.20 -r1.1.2.21 src/sys/dev/TODO.audiomp Please

CVS commit: [jmcneill-audiomp3] src/sys/arch/macppc/dev

2011-11-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Nov 22 00:48:49 UTC 2011 Modified Files: src/sys/arch/macppc/dev [jmcneill-audiomp3]: awacs.c Log Message: adapt to jmcneill-audiomp3 from mrg@, minor fixes and testing by me To generate a diff of this commit: cvs rdiff

CVS commit: [jmcneill-audiomp3] src/sys/dev

2011-11-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Nov 22 00:49:38 UTC 2011 Modified Files: src/sys/dev [jmcneill-audiomp3]: TODO.audiomp Log Message: awacs works now To generate a diff of this commit: cvs rdiff -u -r1.1.2.21 -r1.1.2.22 src/sys/dev/TODO.audiomp Please

CVS commit: [jmcneill-audiomp3] src/sys/arch/macppc/dev

2011-11-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Nov 22 05:54:54 UTC 2011 Modified Files: src/sys/arch/macppc/dev [jmcneill-audiomp3]: snapper.c Log Message: convert snapper code from mrg, tested on my iBook G4 To generate a diff of this commit: cvs rdiff -u -r1.36

CVS commit: [jmcneill-audiomp3] src/sys/dev

2011-11-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Nov 22 05:56:43 UTC 2011 Modified Files: src/sys/dev [jmcneill-audiomp3]: TODO.audiomp Log Message: snapper works To generate a diff of this commit: cvs rdiff -u -r1.1.2.25 -r1.1.2.26 src/sys/dev/TODO.audiomp Please note

CVS commit: [jmcneill-audiomp3] src/sys/dev/sbus

2011-11-22 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Nov 22 17:36:01 UTC 2011 Modified Files: src/sys/dev/sbus [jmcneill-audiomp3]: cs4231_sbus.c Log Message: we need to initialize the locks before using them Now this works on my Ultra 1 To generate a diff of this commit:

CVS commit: [jmcneill-audiomp3] src/sys/dev

2011-11-22 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Nov 22 18:29:06 UTC 2011 Modified Files: src/sys/dev [jmcneill-audiomp3]: TODO.audiomp Log Message: audiocs at sbus works on sparc and sparc64 To generate a diff of this commit: cvs rdiff -u -r1.1.2.26 -r1.1.2.27

CVS commit: [jmcneill-audiomp3] src/sys/dev/ebus

2011-11-23 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Nov 23 16:53:57 UTC 2011 Modified Files: src/sys/dev/ebus [jmcneill-audiomp3]: cs4231_ebus.c Log Message: initialize locks now this works on my U60 To generate a diff of this commit: cvs rdiff -u -r1.34.4.3 -r1.34.4.4

CVS commit: [jmcneill-audiomp3] src/sys/dev

2011-11-23 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Nov 23 16:55:24 UTC 2011 Modified Files: src/sys/dev [jmcneill-audiomp3]: TODO.audiomp Log Message: audiocs at ebus works on sparc64 To generate a diff of this commit: cvs rdiff -u -r1.1.2.27 -r1.1.2.28

CVS commit: src/sys/dev/pci

2011-11-23 Thread Michael Lorenz
:23:08 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: pm2reg.h,v 1.4 2010/03/16 21:27:02 macallan Exp $ */ +/* $NetBSD: pm2reg.h,v 1.5 2011/11/24 03:23:08 macallan Exp $ */ /* * Copyright (c) 2009 Michael Lorenz @@ -61,6 +61,20 @@ #define PM2_SCREEN_BASE 0x3000 /* in 64bit units */ #define

CVS commit: src/sys/dev/pci

2011-11-23 Thread Michael Lorenz
/pm2fb.c Thu Nov 24 05:51:17 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: pm2fb.c,v 1.7 2011/01/22 15:14:28 cegger Exp $ */ +/* $NetBSD: pm2fb.c,v 1.8 2011/11/24 05:51:17 macallan Exp $ */ /* * Copyright (c) 2009 Michael Lorenz @@ -31,7 +31,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: pm2fb.c,v

CVS commit: src/sys/dev/pci

2011-11-23 Thread Michael Lorenz
@@ -1,4 +1,4 @@ -/* $NetBSD: pm2fb.c,v 1.8 2011/11/24 05:51:17 macallan Exp $ */ +/* $NetBSD: pm2fb.c,v 1.9 2011/11/24 05:53:05 macallan Exp $ */ /* * Copyright (c) 2009 Michael Lorenz @@ -31,7 +31,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: pm2fb.c,v 1.8 2011/11/24 05:51:17

CVS commit: src/sys/dev/pci

2011-11-23 Thread Michael Lorenz
@@ -1,4 +1,4 @@ -/* $NetBSD: pm2fb.c,v 1.9 2011/11/24 05:53:05 macallan Exp $ */ +/* $NetBSD: pm2fb.c,v 1.10 2011/11/24 05:57:17 macallan Exp $ */ /* * Copyright (c) 2009 Michael Lorenz @@ -31,7 +31,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: pm2fb.c,v 1.9 2011/11/24 05:53:05

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

2011-11-24 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Thu Nov 24 15:29:12 UTC 2011 Modified Files: xsrc/external/mit/xf86-video-glint/dist/src: pm2_dac.c Log Message: when doing DDC2 on Permedia2 make sure to clear the USE_MONID bit in the DDCdata register so the i2c bits

CVS commit: src/external/gpl3/gcc/lib/crtstuff

2011-12-02 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Dec 2 22:28:47 UTC 2011 Modified Files: src/external/gpl3/gcc/lib/crtstuff: Makefile Log Message: actually pass $COPTS to the compiler ok mrg@ To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: [jmcneill-usbmp] src/sys/dev/usb

2011-12-06 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Dec 7 05:41:54 UTC 2011 Modified Files: src/sys/dev/usb [jmcneill-usbmp]: ohci.c Log Message: make this build without DIAGNOSTIC To generate a diff of this commit: cvs rdiff -u -r1.218.6.4 -r1.218.6.5

CVS commit: src/sys/dev/ic

2011-12-07 Thread Michael Lorenz
/sm502reg.h Wed Dec 7 08:49:29 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: sm502reg.h,v 1.4 2011/11/08 06:56:36 macallan Exp $ */ +/* $NetBSD: sm502reg.h,v 1.5 2011/12/07 08:49:29 macallan Exp $ */ /* * Copyright (c) 2009 Michael Lorenz @@ -59,6 +59,7 @@ #define SM502_SYSCTL_DISABLE_VSYNC 0x8000 #define

CVS commit: src/sys/dev/pci

2011-12-07 Thread Michael Lorenz
$ */ /* * Copyright (c) 2009, 2011 Michael Lorenz @@ -26,7 +26,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: voyager.c,v 1.6 2011/10/20 22:04:10 macallan Exp $); +__KERNEL_RCSID(0, $NetBSD: voyager.c,v 1.7 2011/12/07 09:08:00 macallan Exp $); #include sys/param.h #include sys

CVS commit: src/sys/arch/mips/mips

2011-12-13 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Dec 13 14:23:43 UTC 2011 Modified Files: src/sys/arch/mips/mips: mips3_clockintr.c Log Message: add a hook to mips3_initclocks() to allow for time counters other than the cp0 cycle counter To generate a diff of this

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

2011-12-13 Thread Michael Lorenz
/dev/pci/voyager/pwmclock.c Tue Dec 13 14:39:37 2011 @@ -0,0 +1,355 @@ +/* $NetBSD: pwmclock.c,v 1.1 2011/12/13 14:39:37 macallan Exp $ */ + +/* + * Copyright (c) 2011 Michael Lorenz + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification

CVS commit: src/sys/dev/pci

2011-12-13 Thread Michael Lorenz
+++ src/sys/dev/pci/voyager.c Tue Dec 13 14:41:55 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: voyager.c,v 1.7 2011/12/07 09:08:00 macallan Exp $ */ +/* $NetBSD: voyager.c,v 1.8 2011/12/13 14:41:55 macallan Exp $ */ /* * Copyright (c) 2009, 2011 Michael Lorenz @@ -26,7 +26,7 @@ */ #include sys/cdefs.h

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

2011-12-13 Thread Michael Lorenz
/pwmclock.c:1.1 Tue Dec 13 14:39:37 2011 +++ src/sys/dev/pci/voyager/pwmclock.c Tue Dec 13 14:46:07 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: pwmclock.c,v 1.1 2011/12/13 14:39:37 macallan Exp $ */ +/* $NetBSD: pwmclock.c,v 1.2 2011/12/13 14:46:07 macallan Exp $ */ /* * Copyright (c) 2011 Michael Lorenz

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

2011-12-14 Thread Michael Lorenz
$ */ /* * Copyright (c) 2001 Matthieu Herrb * 2009 Michael Lorenz @@ -64,6 +64,7 @@ typedef struct { unsigned long fb_paddr; Bool shadowFB; Bool HWCursor; + Bool no_accel; CloseScreenProcPtr CloseScreen; CreateScreenResourcesProcPtr CreateScreenResources; EntityInfoPtr pEnt

CVS commit: xsrc/external/mit/xf86-video-igs/dist/man

2011-12-14 Thread Michael Lorenz
$ .\ -.\ Copyright (c) 2001,2002 Matthieu Herrb +.\ Copyright (c) 2009 Michael Lorenz .\ All rights reserved. .\ .\ Redistribution and use in source and binary forms, with or without @@ -29,37 +29,28 @@ .\ .\ shorthand for double quote that works everywhere. .ds q \N'34' -.TH WSFB

CVS commit: src/usr.sbin/eeprom

2011-12-14 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Dec 15 07:51:29 UTC 2011 Modified Files: src/usr.sbin/eeprom: Makefile Log Message: build eeprom on shark this has been working for ages, why did I never commit it? To generate a diff of this commit: cvs rdiff -u -r1.16

CVS commit: src/distrib/sets/lists/base

2011-12-14 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Dec 15 07:52:13 UTC 2011 Modified Files: src/distrib/sets/lists/base: md.shark Log Message: add eeprom To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/distrib/sets/lists/base/md.shark Please note that

CVS commit: src/sys/dev/rasops

2011-12-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Dec 22 04:52:45 UTC 2011 Modified Files: src/sys/dev/rasops: rasops.c rasops.h rasops32.c Log Message: support anti-aliased fonts ( as in, pre-rendered alpha maps ), for now only in rasops32 although adding support in 15,

CVS commit: src/sys/dev/wsfb

2011-12-21 Thread Michael Lorenz
/genfb.c Thu Dec 22 04:53:43 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: genfb.c,v 1.42 2011/07/13 22:47:29 macallan Exp $ */ +/* $NetBSD: genfb.c,v 1.43 2011/12/22 04:53:43 macallan Exp $ */ /*- * Copyright (c) 2007 Michael Lorenz @@ -27,7 +27,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD

CVS commit: src/sys/dev/wsfont

2011-12-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Dec 22 05:01:15 UTC 2011 Modified Files: src/sys/dev/wsfont: files.wsfont wsfont.c wsfont.h Added Files: src/sys/dev/wsfont: DejaVu_Sans_Mono_12x22.h Droid_Sans_Mono_12x22.h FreeMono_12x22.h Log Message:

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

2011-12-21 Thread Michael Lorenz
Michael Lorenz + * Copyright (c) 2009, 2011 Michael Lorenz * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -31,7 +31,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: voyagerfb.c,v 1.9 2011/11/08 07:05:06 macallan Exp

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

2011-12-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Dec 22 05:08:05 UTC 2011 Modified Files: src/sys/arch/sparc64/dev: ffb.c ffb_mainbus.c ffbreg.h ffbvar.h Log Message: support anti-aliased fonts and let the hardware do the alpha blending To generate a diff of this

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

2011-12-21 Thread Michael Lorenz
$ */ /* * Copyright (c) 2009, 2011 Michael Lorenz @@ -31,7 +31,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: voyagerfb.c,v 1.10 2011/12/22 05:05:24 macallan Exp $); +__KERNEL_RCSID(0, $NetBSD: voyagerfb.c,v 1.11 2011/12/22 07:32:33 macallan Exp $); #include sys/param.h

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

2011-12-21 Thread Michael Lorenz
$ */ /* * Copyright (c) 2009, 2011 Michael Lorenz @@ -31,7 +31,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: voyagerfb.c,v 1.11 2011/12/22 07:32:33 macallan Exp $); +__KERNEL_RCSID(0, $NetBSD: voyagerfb.c,v 1.12 2011/12/22 07:42:43 macallan Exp $); #include sys/param.h #include sys

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

2011-12-23 Thread Michael Lorenz
1.12 2011/12/22 07:42:43 macallan Exp $ */ +/* $NetBSD: voyagerfb.c,v 1.13 2011/12/24 02:28:50 macallan Exp $ */ /* * Copyright (c) 2009, 2011 Michael Lorenz @@ -31,7 +31,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: voyagerfb.c,v 1.12 2011/12/22 07:42:43 macallan Exp

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

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 sys/cdefs.h -__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 2011/12/27

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

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 sys/cdefs.h -__KERNEL_RCSID(0

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

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

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 sys/cdefs.h -__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
/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 @@ -27,7

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

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

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