CVS commit: src/sys/dev/marvell

2012-11-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Nov 9 09:04:20 UTC 2012 Modified Files: src/sys/dev/marvell: if_mvgbe.c Log Message: Add MVGBE_EVENT_COUNTERS for debugging. Count rxoverrrun and wdogsoft. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32

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

2012-11-09 Thread Alan Barrett
Module Name:xsrc Committed By: apb Date: Fri Nov 9 09:28:52 UTC 2012 Modified Files: xsrc/external/mit/xf86-video-xgi/dist/src: xgi_accel.c Log Message: Adjust previous: the cast should be to (unsigned long), not (long), since the value is printed in hex and we don't

CVS commit: src/sys/arch/sparc64

2012-11-09 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Fri Nov 9 10:06:00 UTC 2012 Modified Files: src/sys/arch/sparc64/include: cpu.h psl.h src/sys/arch/sparc64/sparc64: locore.s Log Message: Make setstick() and getstick() to inline functions. To generate a diff of this

CVS commit: xsrc/external/mit/xorg-server/dist/exa

2012-11-09 Thread David Brownlee
Module Name:xsrc Committed By: abs Date: Fri Nov 9 10:27:33 UTC 2012 Modified Files: xsrc/external/mit/xorg-server/dist/exa: exa_priv.h exa_unaccel.c Log Message: Apply patch https://bugs.freedesktop.org/attachment.cgi?id=68718 (with whitespace tweaks) from

CVS commit: src/sys/dev/pci

2012-11-09 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Fri Nov 9 11:28:40 UTC 2012 Modified Files: src/sys/dev/pci: voodoofb.c Log Message: The voodoofb driver also works with Voodoo Banshee. Tested using card from martin@. Should be modified to take different MAX_CLOCK value into

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

2012-11-09 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Fri Nov 9 12:52:33 UTC 2012 Modified Files: src/sys/arch/ofppc/conf: GENERIC Log Message: Add tdvfb - tested and works. Also add commented out TDVFB_CONSOLE option. To generate a diff of this commit: cvs rdiff -u -r1.144

CVS commit: src/sys/dev/ic

2012-11-09 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Fri Nov 9 18:46:54 UTC 2012 Modified Files: src/sys/dev/ic: mfi.c Log Message: MFI_STATE_BOOT_MESSAGE_PENDING also needs to be handed for non-TBOLT controllers, from FreeBSD. tested by Hugo Silva against a GEN2 controller. To

CVS commit: src/usr.bin/make

2012-11-09 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Fri Nov 9 18:53:05 UTC 2012 Modified Files: src/usr.bin/make: make.c Log Message: Do not stop looking for children, just because one has a .ORDER dependency. To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88

CVS commit: src/usr.bin/make/unit-tests

2012-11-09 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Fri Nov 9 19:08:29 UTC 2012 Modified Files: src/usr.bin/make/unit-tests: Makefile test.exp Added Files: src/usr.bin/make/unit-tests: order Log Message: Add a unit-test for .ORDER To generate a diff of this commit: cvs

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

2012-11-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Nov 9 19:47:16 UTC 2012 Modified Files: src/distrib/sets/lists/comp: mi Log Message: tcsd is part of TPM To generate a diff of this commit: cvs rdiff -u -r1.1787 -r1.1788 src/distrib/sets/lists/comp/mi Please note that

CVS commit: src/sys/dev/pci

2012-11-09 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Fri Nov 9 19:50:22 UTC 2012 Modified Files: src/sys/dev/pci: voodoofb.c Log Message: Differentiate between Voodoo 3 and Voodoo Banshee (MAX_CLOCK). Ok'd by macallan@. To generate a diff of this commit: cvs rdiff -u -r1.42

CVS commit: src/share/man/man4

2012-11-09 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Fri Nov 9 19:53:17 UTC 2012 Modified Files: src/share/man/man4: voodoofb.4 Log Message: Note Voodoo Banshee support. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/voodoofb.4 Please note that

CVS commit: src/doc

2012-11-09 Thread Radoslaw Kujawa
to shell scripts similar to shlock(1) [christos 20121101] zoneinfo: Import tzdata2012i. [apb 20121104] + voodoofb(4): Add 3Dfx Voodoo Banshee support. [rkujawa 20121109]

CVS commit: src/tests/lib/libc/gen

2012-11-09 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Nov 9 20:13:24 UTC 2012 Modified Files: src/tests/lib/libc/gen: t_sleep.c Log Message: More clean-up, and adjust timing of kevent test to avoid issues with PR kern/43887 To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/external/bsd/sljit/dist/sljit_src

2012-11-09 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Fri Nov 9 23:09:32 UTC 2012 Modified Files: src/sys/external/bsd/sljit/dist/sljit_src: sljitConfig.h sljitConfigInternal.h Log Message: Apply adapted patch from joerg@ to fix clang build. To generate a diff of this

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

2012-11-09 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Sat Nov 10 01:35:15 UTC 2012 Modified Files: src/sys/arch/sparc64/sparc64: locore.s Log Message: Use macro instead of magic number. To generate a diff of this commit: cvs rdiff -u -r1.343 -r1.344

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

2012-11-09 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Sat Nov 10 01:47:25 UTC 2012 Modified Files: src/sys/arch/sparc64/sparc64: locore.s Log Message: Revise comment. To generate a diff of this commit: cvs rdiff -u -r1.344 -r1.345 src/sys/arch/sparc64/sparc64/locore.s Please