CVS commit: src/sys/dev/pci

2012-01-24 Thread Michael Lorenz
-1,4 +1,4 @@ -/* $NetBSD: voodoofb.c,v 1.36 2012/01/25 02:04:35 macallan Exp $ */ +/* $NetBSD: voodoofb.c,v 1.37 2012/01/25 03:49:12 macallan Exp $ */ /* * Copyright (c) 2005, 2006 Michael Lorenz @@ -32,7 +32,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: voodoofb.c,v 1.36 2012/01/2

CVS commit: src/share/man/man4

2012-01-24 Thread Michael Lorenz
16:59:20 2011 +++ src/share/man/man4/chipsfb.4 Wed Jan 25 04:18:31 2012 @@ -1,4 +1,4 @@ -.\" $NetBSD: chipsfb.4,v 1.3 2011/10/12 16:59:20 njoly Exp $ +.\" $NetBSD: chipsfb.4,v 1.4 2012/01/25 04:18:31 macallan Exp $ .\" .\" Copyright (c) 2007 Michael Lorenz .\" All rights

CVS commit: src/sys/dev/rasops

2012-01-25 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jan 25 16:38:27 UTC 2012 Modified Files: src/sys/dev/rasops: rasops8.c Log Message: rasops8_putchar_aa(): render glyphs scanline by scanline into a 64bit-aligned buffer, then memcpy() it into video memory instead of writing

CVS commit: src/sys/dev/rasops

2012-01-25 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jan 25 20:18:05 UTC 2012 Modified Files: src/sys/dev/rasops: rasops8.c Log Message: use memset() to clear character cells instead of being terribly slow To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys

CVS commit: src/sys/conf

2012-01-30 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Jan 31 05:08:14 UTC 2012 Modified Files: src/sys/conf: files Log Message: igsfb doesn't use rcons, no need to pull it in To generate a diff of this commit: cvs rdiff -u -r1.1041 -r1.1042 src/sys/conf/files Please note tha

CVS commit: src/sys/dev/pci

2012-02-01 Thread Michael Lorenz
(c) 2009 Michael Lorenz @@ -39,6 +39,13 @@ #define PM2_INPUT_FIFO_SPACE 0x0018 #define PM2_OUTPUT_FIFO_WORDS 0x0020 +#define PM2_VCLKCTL 0x0040 +#define VCC_CLOCK_A 0x +#define VCC_CLOCK_B 0x0001 +#define VCC_CLOCK_C 0x0002 +/* PCI clocks to wait between

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

2012-02-14 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Feb 14 22:22:45 UTC 2012 Modified Files: src/sys/arch/evbmips/loongson/dev: glx.c Log Message: fix 'old style function definition' warning: blah() -> blah(void) ok riz To generate a diff of this commit: cvs rdiff -u -r1.1

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

2012-02-14 Thread Michael Lorenz
1.2 Tue Dec 13 14:46:07 2011 +++ src/sys/dev/pci/voyager/pwmclock.c Tue Feb 14 22:27:20 2012 @@ -1,4 +1,4 @@ -/* $NetBSD: pwmclock.c,v 1.2 2011/12/13 14:46:07 macallan Exp $ */ +/* $NetBSD: pwmclock.c,v 1.3 2012/02/14 22:27:20 macallan Exp $ */ /* * Copyright (c) 2011 Michael Lorenz @@ -26,7 +2

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

2012-02-14 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Feb 15 01:56:58 UTC 2012 Modified Files: src/sys/arch/powerpc/oea: oea_machdep.c ofwoea_machdep.c Log Message: fix crash during early startup - we can't call OpenFirmware between zapping the BATs and complete setting them up

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

2012-02-14 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Feb 15 04:33:19 UTC 2012 Modified Files: src/sys/arch/powerpc/include/oea: bat.h Log Message: make BATs >256MB work, now macppc works again on 745x CPUs as well ok riz To generate a diff of this commit: cvs rdiff -u -r1.16

CVS commit: src/sys/dev/wscons

2012-02-16 Thread Michael Lorenz
@@ +/* $NetBSD: wsdisplay_glyphcache.c,v 1.1 2012/02/16 17:29:21 macallan Exp $ */ + +/* + * Copyright (c) 2012 Michael Lorenz + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. R

CVS commit: src/sys/dev/pci

2012-02-16 Thread Michael Lorenz
rc/sys/dev/pci/r128fb.c Thu Feb 16 17:33:28 2012 @@ -1,4 +1,4 @@ -/* $NetBSD: r128fb.c,v 1.28 2012/01/30 19:41:22 drochner Exp $ */ +/* $NetBSD: r128fb.c,v 1.29 2012/02/16 17:33:28 macallan Exp $ */ /* * Copyright (c) 2007 Michael Lorenz @@ -31,7 +31,7 @@ */ #include -__KERNEL_RCSID(0

CVS commit: src/sys/dev/pci

2012-02-16 Thread Michael Lorenz
:21 2012 @@ -1,4 +1,4 @@ -/* $NetBSD: r128fb.c,v 1.29 2012/02/16 17:33:28 macallan Exp $ */ +/* $NetBSD: r128fb.c,v 1.30 2012/02/16 20:45:21 macallan Exp $ */ /* * Copyright (c) 2007 Michael Lorenz @@ -31,7 +31,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: r128fb.c,v 1.29 2012/02/16

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

2012-02-21 Thread Michael Lorenz
@@ -/* $NetBSD: voyagerfb.c,v 1.16 2012/01/11 16:07:29 macallan Exp $ */ +/* $NetBSD: voyagerfb.c,v 1.17 2012/02/21 15:26:20 macallan Exp $ */ /* * Copyright (c) 2009, 2011 Michael Lorenz @@ -31,7 +31,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: voyagerfb.c,v 1.16 2012/01/11 16:07:29 mac

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

2012-02-22 Thread Michael Lorenz
/02/14 22:27:20 macallan Exp $ */ +/* $NetBSD: pwmclock.c,v 1.4 2012/02/23 07:37:16 macallan Exp $ */ /* * Copyright (c) 2011 Michael Lorenz @@ -26,7 +26,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: pwmclock.c,v 1.3 2012/02/14 22:27:20 macallan Exp $"); +__KERNEL_RCSID(0

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

2012-02-22 Thread Michael Lorenz
:16 2012 +++ src/sys/dev/pci/voyager/pwmclock.c Thu Feb 23 07:49:42 2012 @@ -1,4 +1,4 @@ -/* $NetBSD: pwmclock.c,v 1.4 2012/02/23 07:37:16 macallan Exp $ */ +/* $NetBSD: pwmclock.c,v 1.5 2012/02/23 07:49:42 macallan Exp $ */ /* * Copyright (c) 2011 Michael Lorenz @@ -26,7 +26,7

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

2011-03-15 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Mar 16 05:08:29 UTC 2011 Modified Files: src/sys/arch/macppc/dev: obio.c Log Message: change the CPU speed sysctl to look more like the ACPI ones, as in machdep..frequency.available etc. so estd can work with minimal changes

CVS commit: src/sys/dev

2011-03-22 Thread Michael Lorenz
@@ -/* $NetBSD: ct65550.c,v 1.1 2011/02/09 21:18:04 macallan Exp $ */ +/* $NetBSD: ct65550.c,v 1.2 2011/03/23 04:02:43 macallan Exp $ */ /* * Copyright (c) 2006 Michael Lorenz @@ -30,7 +30,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: ct65550.c,v 1.1 2011/02/09 21:18:04 macalla

CVS commit: src/sys/arch/shark

2011-03-22 Thread Michael Lorenz
-133,6 +147,7 @@ return; } #endif /* NVGA_OFBUS */ + #else /* NVGA */ #if (NOFCONS > 0) cp = &ofcons; Added files: Index: src/sys/arch/shark/ofw/chipsfb_ofbus.c diff -u /dev/null src/sys/arch/shark/ofw/chipsfb_ofbus.c:1.1 --- /dev/null Wed Mar 23 04:06:04 2011 +++ src/sys/ar

CVS commit: src/doc

2011-03-22 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Mar 23 04:08:53 UTC 2011 Modified Files: src/doc: CHANGES Log Message: mention chipsfb on shark To generate a diff of this commit: cvs rdiff -u -r1.1526 -r1.1527 src/doc/CHANGES Please note that diffs are not public domai

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

2011-03-22 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Mar 23 04:46:29 UTC 2011 Modified Files: src/sys/arch/shark/conf: GENERIC Log Message: add chipsfb To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94 src/sys/arch/shark/conf/GENERIC Please note that diffs are n

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

2011-03-30 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Mar 30 18:25:31 UTC 2011 Modified Files: src/sys/arch/sgimips/dev: crmfbreg.h Log Message: add a bunch of GBE registers, no functional change (yet) To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch

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

2011-03-30 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Mar 30 19:16:35 UTC 2011 Modified Files: src/sys/arch/sgimips/dev: crmfb.c Log Message: device_t-ify, use aprint_*_dev() where appropriate To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/arch/sgimips/

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

2011-03-30 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Mar 31 00:01:08 UTC 2011 Modified Files: src/sys/arch/sgimips/dev: crmfb.c crmfbreg.h Log Message: add DDC2 support. Not too useful yet. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/arch/sgimips/de

CVS commit: src/sys/dev/scsipi

2011-04-02 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Apr 2 20:52:10 UTC 2011 Modified Files: src/sys/dev/scsipi: scsiconf.c Log Message: Add a quirks entry for Seagate SX173404LC drives, now they will work at higher speeds than 8bit/async While there, also disable sync for ZI

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

2011-04-04 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Apr 4 22:15:14 UTC 2011 Modified Files: src/sys/arch/sgimips/dev: files.dev Log Message: crmfb needs edid and friends now To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/sgimips/dev/files.dev P

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

2011-04-04 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Apr 4 22:50:36 UTC 2011 Modified Files: src/sys/arch/sgimips/dev: crmfb.c Log Message: remove some old debug code To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/arch/sgimips/dev/crmfb.c Please note

CVS commit: src/sys/dev/pci

2011-04-05 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Apr 5 23:05:07 UTC 2011 Modified Files: src/sys/dev/pci: pci.c Log Message: fix a typo To generate a diff of this commit: cvs rdiff -u -r1.136 -r1.137 src/sys/dev/pci/pci.c Please note that diffs are not public domain; t

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

2011-04-06 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Apr 7 01:07:31 UTC 2011 Modified Files: src/sys/arch/sgimips/dev: files.dev Log Message: defflag CRMFB_DEBUG To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/sgimips/dev/files.dev Please note th

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

2011-04-06 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Apr 7 01:20:31 UTC 2011 Modified Files: src/sys/arch/sgimips/dev: crmfb.c crmfbreg.h Log Message: add mode setting support If we find a monitor via DDC we switch to its preferred mode if it reports one, otherwise stick with

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

2011-04-12 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Wed Apr 13 05:14:00 UTC 2011 Modified Files: xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bus: netbsdSbus.c Log Message: fix sbusDeviceTable to actually include driver names To generate a diff of this

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

2011-04-13 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Wed Apr 13 15:47:03 UTC 2011 Modified Files: xsrc/external/mit/xf86-video-suncg6/dist/src: cg6_driver.c Log Message: xf86LoaderReqSymLists() is no more To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 \ xsrc/ex

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

2011-04-13 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Wed Apr 13 16:00:38 UTC 2011 Modified Files: xsrc/external/mit/xorg-server/dist/hw/xfree86/common: xf86AutoConfig.c Log Message: - get platform #ifdefs in a slightly more sane order - look for SBus and UPA devices on sparc(64)

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

2011-04-13 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Apr 13 16:18:14 UTC 2011 Modified Files: src/external/mit/xorg/server/xorg-server/hw/xfree86/common: Makefile Log Message: pass ${MACHINE} as -D__ so we can have arch-specific defaults To generate a diff of this commit: cv

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

2011-04-13 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Wed Apr 13 16:23:29 UTC 2011 Modified Files: xsrc/external/mit/xf86-input-keyboard/dist/src: kbd.c Log Message: default to wskbd tested on amd64, sparc(64), shark Now X without a config file should work on most hardware To ge

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

2011-04-13 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Apr 13 23:31:25 UTC 2011 Modified Files: src/sys/arch/sparc/dev: cgfourteen.c Log Message: use the same function whenever we change colour depth also, when opening the fb device switch to 32bit and back to 8 on close, not th

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

2011-04-13 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Thu Apr 14 01:37:22 UTC 2011 Modified Files: xsrc/external/mit/xf86-video-suncg14/dist/src: cg14.h cg14_driver.c Log Message: use ioctl(FBIOSVIDEO) in CG14SaveScreen(), now the Xserver can actually turn the monitor off TODO: hw

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

2011-04-14 Thread Michael Lorenz
set, int mode, + CARD32 *size, void *closure) +{ +ScrnInfoPtr pScrn = xf86Screens[pScreen->myNum]; +Cg14Ptr pCg14 = GET_CG14_FROM_SCRN(pScrn); + +*size = pCg14->width << 2; +return (CARD8 *)pCg14->fb + row * (pCg14->width << 2) + offset; +} /* Free up an

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

2011-04-14 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Apr 14 16:50:05 UTC 2011 Modified Files: src/external/mit/xorg/server/drivers/xf86-video-suncg14: Makefile Log Message: add cg14_cursor.c To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 \ src/external/mit/x

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

2011-04-14 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Thu Apr 14 16:59:48 UTC 2011 Modified Files: xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_driver.c Log Message: oops, missed some debug spam To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 \ xsrc/extern

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

2011-04-18 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Mon Apr 18 23:30:11 UTC 2011 Modified Files: xsrc/external/mit/xf86-input-keyboard/dist/src: bsd_kbd.c kbd.c Log Message: be less braindead about the Device option - only default to /dev/wskbd if Protocol is set to wskbd. Now P

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

2011-04-18 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Mon Apr 18 23:31:06 UTC 2011 Modified Files: xsrc/external/mit/xf86-input-keyboard/dist/src: bsd_KbdMap.c Log Message: add a couple mappings for keys found on Sun keyboards To generate a diff of this commit: cvs rdiff -u -r1.

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

2011-04-28 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Thu Apr 28 23:27:02 UTC 2011 Modified Files: xsrc/external/mit/xf86-input-keyboard/dist/src: kbd.c Log Message: default to wskbd only if DEFAULT_TO_WSKBD is defined To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/external/mit/xorg/server/drivers/xf86-input-keyboard

2011-04-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Apr 28 23:28:11 UTC 2011 Modified Files: src/external/mit/xorg/server/drivers/xf86-input-keyboard: Makefile Log Message: only default to wskbd where we used to do so with Xorg -configure and where we know the kbd driver has

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

2011-05-03 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed May 4 04:33:37 UTC 2011 Modified Files: src/sys/arch/powerpc/include: cpu.h Log Message: add access functions for the Instruction Cache Throttling Control register found in 750 and newer CPUs To generate a diff of this co

CVS commit: src/sys/dev/pci

2011-05-04 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed May 4 23:36:21 UTC 2011 Modified Files: src/sys/dev/pci: machfb.c Log Message: add support for (ancient) Mach64 CX and GX, while there make sure the visible vram area starts at the same offset as the area we're going to dra

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

2011-05-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed May 11 22:26:46 UTC 2011 Modified Files: src/sys/arch/sparc64/dev: pci_machdep.c Log Message: when looking for a device's node we want to start with the child nodes of the root bus, not its peers To generate a diff of this

CVS commit: src/sys/dev/pci

2011-05-15 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon May 16 00:59:38 UTC 2011 Modified Files: src/sys/dev/pci: machfb.c Log Message: don't leave a mess on screen when attaching, while there use VCONS_DONT_READ if VCONS_DRAW_INTR is set To generate a diff of this commit: cvs

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

2011-05-17 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue May 17 22:26:33 UTC 2011 Modified Files: src/sys/arch/sgimips/dev: crmfbreg.h Log Message: add some constants, clarify some hw limitations To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/sgimips/

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

2011-05-17 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Tue May 17 22:28:15 UTC 2011 Modified Files: xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb_driver.c Log Message: xf86LoaderReqSymbols() is no more To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 \ xsrc/ex

CVS commit: src/external/mit/xorg/server/drivers

2011-05-17 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue May 17 22:29:06 UTC 2011 Modified Files: src/external/mit/xorg/server/drivers: Makefile Log Message: wsfb is no longer borked To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/external/mit/xorg/server/drive

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

2011-05-17 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue May 17 22:52:28 UTC 2011 Modified Files: src/sys/arch/sgimips/dev: crmfb.c Log Message: add support for running the console in more than 8 bit Now modes like 1680x1050 work. The hardware requires a stride of a multiple of 32

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

2011-05-18 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu May 19 04:43:45 UTC 2011 Modified Files: src/sys/arch/sparc64/dev: ffb.c Log Message: remove obsolete comment - putchar() does in fact use the blitter now To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/s

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

2011-05-22 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Sun May 22 12:24:15 UTC 2011 Modified Files: xsrc/external/mit/xf86-video-sunffb/dist/src: ffb.h Log Message: declare VISmoveImageRL() and VISmoveImageLR() To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 xsrc/exte

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

2011-05-22 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sun May 22 12:33:49 UTC 2011 Modified Files: src/sys/arch/sgimips/dev: files.dev Log Message: crmfb may run in more than 8 bit now so we need the other rasops* as well To generate a diff of this commit: cvs rdiff -u -r1.12 -r1

CVS commit: src/sys/dev/wscons

2011-05-24 Thread Michael Lorenz
jmcneill Exp $ */ +/* $NetBSD: wsdisplay_vcons.c,v 1.25 2011/05/25 06:01:38 macallan Exp $ */ /*- * Copyright (c) 2005, 2006 Michael Lorenz @@ -27,7 +27,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: wsdisplay_vcons.c,v 1.24 2011/02/18 13:56:11 jmcneill Exp $"); +__KERNEL_RCSID(0

CVS commit: src/sys/dev/wscons

2011-05-24 Thread Michael Lorenz
2011/05/25 06:01:38 macallan Exp $ */ +/* $NetBSD: wsdisplay_vcons.c,v 1.26 2011/05/25 06:13:29 macallan Exp $ */ /*- * Copyright (c) 2005, 2006 Michael Lorenz @@ -27,7 +27,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: wsdisplay_vcons.c,v 1.25 2011/05/25 06:01:38 macallan Exp $&q

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

2011-05-25 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Wed May 25 23:36:39 UTC 2011 Modified Files: xsrc/external/mit/xf86-video-pnozz/dist/src: pnozz_cursor.c pnozz_driver.c Log Message: #include To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 \ xsrc

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

2011-05-25 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Thu May 26 00:36:04 UTC 2011 Modified Files: xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_driver.c Log Message: #include To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 \ xsrc/external/mit/xf86-video-s

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

2011-05-25 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Thu May 26 00:56:42 UTC 2011 Modified Files: xsrc/external/mit/xf86-video-suntcx/dist/src: tcx_driver.c Log Message: #include To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \ xsrc/external/mit/xf86-video-sun

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

2011-09-19 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Sep 20 05:41:59 UTC 2011 Modified Files: src/sys/arch/evbmips/loongson: gdium_machdep.c Log Message: move the early console code over from ../gdium This is kinda hackish but it works and it's not like there will be new Gdium

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

2011-09-19 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Sep 20 05:50:17 UTC 2011 Modified Files: src/sys/arch/evbmips/loongson: machdep.c Log Message: make this work with NCOM == 0 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbmips/loongson/machdep

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

2011-09-19 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Sep 20 05:51:34 UTC 2011 Modified Files: src/sys/arch/evbmips/loongson: autoconf.h machdep.c Log Message: call gdium_cnattach() Now this actually boots on Gdium. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

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

2011-09-19 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Sep 20 05:57:11 UTC 2011 Modified Files: src/sys/arch/evbmips/loongson: gdium_machdep.c Log Message: wait after twiddling the gpio to power down, it takes a few seconds for it to take effect. Without this we would run into g

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

2011-09-19 Thread Michael Lorenz
$ */ /* * Copyright (c) 2009 Michael Lorenz @@ -31,7 +31,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: voyagerfb.c,v 1.3 2011/09/06 06:27:14 macallan Exp $"); +__KERNEL_RCSID(0, "$NetBSD: voyagerfb.c,v 1.4 2011/09/20 06:15:02 macallan Exp $"); #include #includ

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

2011-09-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Sep 21 16:37:54 UTC 2011 Modified Files: src/sys/arch/mips/mips: pmap.c Log Message: make the code that deals with mapping regular memory non-cached work again: - honour PMAP_NOCACHE - move the PGC_NOCACHE stuff out of #ifde

CVS commit: src/sys/arch/mips

2011-09-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Sep 22 05:08:52 UTC 2011 Modified Files: src/sys/arch/mips/include: cpu.h cpuregs.h mips3_pte.h pmap.h src/sys/arch/mips/mips: bus_space_alignstride_chipdep.c mips_machdep.c pmap.c Log Message: support BU

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

2011-09-21 Thread Michael Lorenz
:1.4 Tue Sep 20 06:15:02 2011 +++ src/sys/dev/pci/voyager/voyagerfb.c Thu Sep 22 06:16:13 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: voyagerfb.c,v 1.4 2011/09/20 06:15:02 macallan Exp $ */ +/* $NetBSD: voyagerfb.c,v 1.5 2011/09/22 06:16:13 macallan Exp $ */ /* * Copyright (c) 2009 Michael Lorenz @@ -31,7

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

2011-09-23 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Sep 23 12:34:53 UTC 2011 Modified Files: src/sys/arch/mips/mips: bus_space_alignstride_chipdep.c Log Message: remove accidentially committed debug output To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 \

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

2011-09-23 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Sep 23 12:42:15 UTC 2011 Modified Files: src/sys/arch/mips/mips: bus_space_alignstride_chipdep.c Log Message: make this build again with 32bit paddr_t from he@ To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

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

2011-09-23 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Sep 23 23:02:23 UTC 2011 Modified Files: src/sys/arch/mips/mips: pmap.c Log Message: the cached/not cached stuff doesn't build when both MIPS1 and MIPS3 are defined so put it back to #if defined(_MIPS_PADDR_T_64BIT) || defin

CVS commit: src/sys/compat/netbsd32

2011-09-27 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Sep 28 01:46:39 UTC 2011 Modified Files: src/sys/compat/netbsd32: netbsd32_ioctl.c netbsd32_ioctl.h Log Message: support WSDISPLAYIO_GCURSOR and WSDISPLAYIO_SCURSOR To generate a diff of this commit: cvs rdiff -u -r1.61 -r

CVS commit: src/sys/dev/ic

2011-09-27 Thread Michael Lorenz
Sep 28 02:33:20 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: sm502reg.h,v 1.2 2011/08/31 16:45:07 macallan Exp $ */ +/* $NetBSD: sm502reg.h,v 1.3 2011/09/28 02:33:20 macallan Exp $ */ /* * Copyright (c) 2009 Michael Lorenz @@ -128,6 +128,24 @@ #define SM502_GPIO_INTR_SETUP 0x00010010 #define

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

2011-09-27 Thread Michael Lorenz
$ */ /* * Copyright (c) 2009 Michael Lorenz @@ -31,7 +31,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: voyagerfb.c,v 1.5 2011/09/22 06:16:13 macallan Exp $"); +__KERNEL_RCSID(0, "$NetBSD: voyagerfb.c,v 1.6 2011/09/28 02:36:37 macallan Exp $"); #include #incl

CVS commit: src/external/gpl3/binutils/dist/gas/config

2011-09-29 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Sep 30 01:23:00 UTC 2011 Modified Files: src/external/gpl3/binutils/dist/gas/config: tc-mips.c Log Message: put -mfixloongson2f-btb back in the command line options list To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/sys/compat/netbsd32

2011-10-05 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Oct 5 14:17:42 UTC 2011 Modified Files: src/sys/compat/netbsd32: netbsd32_ioctl.c Log Message: forgot SIOCG80211NWKEY32 when adding SIOCS80211NWKEY32 To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/sys/c

CVS commit: src/sys/compat/netbsd32

2011-10-05 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Oct 6 03:19:32 UTC 2011 Modified Files: src/sys/compat/netbsd32: netbsd32_ioctl.c Log Message: fix pasto, now SIOCS80211NWKEY and SIOCG80211NWKEY actually work To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64

CVS commit: src/sys/dev/i2c

2011-10-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Oct 11 15:19:09 UTC 2011 Modified Files: src/sys/dev/i2c: i2c.c Log Message: remove spurious warning about duplicate devices when using info from MD code ( like OpenFirmware ) ok jmcneill To generate a diff of this commit:

CVS commit: src/sys/dev/pci

2011-10-18 Thread Michael Lorenz
:40 macallan Exp $ */ /* * Copyright (c) 2009, 2011 Michael Lorenz @@ -26,7 +26,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: voyager.c,v 1.4 2011/09/06 06:26:13 macallan Exp $"); +__KERNEL_RCSID(0, "$NetBSD: voyager.c,v 1.5 2011/10/18 17:57:40 macallan Exp $");

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

2011-10-18 Thread Michael Lorenz
/voyagerfb.c:1.6 Wed Sep 28 02:36:37 2011 +++ src/sys/dev/pci/voyager/voyagerfb.c Tue Oct 18 17:59:01 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: voyagerfb.c,v 1.6 2011/09/28 02:36:37 macallan Exp $ */ +/* $NetBSD: voyagerfb.c,v 1.7 2011/10/18 17:59:01 macallan Exp $ */ /* * Copyright (c) 2009 Michael Lorenz

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 diffs

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 -__KERNEL_RCSID(0, "$NetBSD: voyager.c,v 1.5

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 src/sys/arch/macppc

CVS commit: src/sys/arch/macppc

2011-10-26 Thread Michael Lorenz
Exp $ */ /*- * Copyright (C) 2005 Michael Lorenz. @@ -31,7 +31,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: uni-n.c,v 1.5 2011/06/18 08:08:28 matt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: uni-n.c,v 1.6 2011/10/26 13:54:18 macallan Exp $"); #include #include @@ -47

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 Plea

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 s

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 Pl

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 src/sys/dev/usb

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 src/sys/d

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 Plea

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 -__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:

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 -__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 #include @@ -359,7 +359,

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 otherwis

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 note

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 -u

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 not

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 -r1.3

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