Re: CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch

2011-07-25 Thread Joerg Sonnenberger
On Fri, Jul 22, 2011 at 10:50:56PM +, Jean-Yves Migeon wrote: Module Name: src Committed By: jym Date: Fri Jul 22 22:50:56 UTC 2011 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386: aesni-586.S aesni-x86.S

Re: CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch

2011-07-25 Thread David Laight
On Mon, Jul 25, 2011 at 11:52:52AM +0200, Joerg Sonnenberger wrote: Much better. One thing remains. It would be nice to replace .byte 0xf3,0xc3 with either a simple ret or a ret $0, depending on whether it has a label on it or not. The reason for this mess seems to be a bug in certain

Re: CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch

2011-07-25 Thread Joerg Sonnenberger
On Mon, Jul 25, 2011 at 07:24:57PM +0100, David Laight wrote: On Mon, Jul 25, 2011 at 11:52:52AM +0200, Joerg Sonnenberger wrote: Much better. One thing remains. It would be nice to replace .byte 0xf3,0xc3 with either a simple ret or a ret $0, depending on whether it has a label on it

Re: CVS commit: src/sys/uvm

2011-07-25 Thread Mindaugas Rasiukevicius
y...@mwd.biglobe.ne.jp (YAMAMOTO Takashi) wrote: Log Message: amap_copy(): Keep the source amap locked until its lock has been copied. btw, this code seems to assume that uvm_anfree does not release the lock even temporarily while the comment on uvm_anfree1 says the opposite.

Re: CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch

2011-07-25 Thread David Laight
On Mon, Jul 25, 2011 at 08:38:13PM +0200, Joerg Sonnenberger wrote: On Mon, Jul 25, 2011 at 07:24:57PM +0100, David Laight wrote: On Mon, Jul 25, 2011 at 11:52:52AM +0200, Joerg Sonnenberger wrote: Much better. One thing remains. It would be nice to replace .byte 0xf3,0xc3 with

Re: CVS commit: src/sys/uvm

2011-07-25 Thread YAMAMOTO Takashi
hi, y...@mwd.biglobe.ne.jp (YAMAMOTO Takashi) wrote: Log Message: amap_copy(): Keep the source amap locked until its lock has been copied. btw, this code seems to assume that uvm_anfree does not release the lock even temporarily while the comment on uvm_anfree1 says the

CVS commit: src/crypto/external/bsd/openssh/dist

2011-07-25 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Jul 25 08:51:10 UTC 2011 Modified Files: src/crypto/external/bsd/openssh/dist: ssh.c Log Message: Fix obvious logic error To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/crypto/external/bsd/openssh/dist/ssh.c

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64

2011-07-25 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Jul 25 09:36:10 UTC 2011 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64: aes.inc Log Message: Works with the integrated assembler again. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2011-07-25 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Jul 25 14:21:52 UTC 2011 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_pciids.h Log Message: Add additional Radeon devices from FreeBSD via Dragon Fly BSD. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/mit/xorg/lib/xkeyboard-config

2011-07-25 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Mon Jul 25 15:41:59 UTC 2011 Modified Files: src/external/mit/xorg/lib/xkeyboard-config: Makefile Log Message: Include bsd.own.mk for obj directory. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/arch/sh3

2011-07-25 Thread David Young
Module Name:src Committed By: dyoung Date: Mon Jul 25 16:06:58 UTC 2011 Modified Files: src/sys/arch/sh3/include: bus_funcs.h src/sys/arch/sh3/sh3: sh3_machdep.c Log Message: Move the sh_memio_*() declarations back to sh3/include/bus_funcs.h. Should fix the mmeye

CVS commit: src/sbin/disklabel

2011-07-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jul 25 16:31:05 UTC 2011 Modified Files: src/sbin/disklabel: disklabel.8 Log Message: mention that we don't handle more than 2TB disks/partitions. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63

CVS commit: src/external/bsd/llvm

2011-07-25 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Jul 25 16:32:44 UTC 2011 Modified Files: src/external/bsd/llvm: Makefile.inc src/external/bsd/llvm/config/llvm/Config: config.h llvm-config.h src/external/bsd/llvm/lib/libLLVMARMCodeGen: Makefile

CVS commit: [cherry-xenmp] src/sys/arch/xen/xen

2011-07-25 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Mon Jul 25 17:29:43 UTC 2011 Modified Files: src/sys/arch/xen/xen [cherry-xenmp]: clock.c Log Message: Do not register the same callback more than once. To generate a diff of this commit: cvs rdiff -u -r1.54.6.1 -r1.54.6.2

CVS commit: src/sys/dev/rasops

2011-07-25 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Mon Jul 25 18:02:47 UTC 2011 Modified Files: src/sys/dev/rasops: rasops24.c Log Message: Fix RASOPS_SMALL build To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/dev/rasops/rasops24.c Please note that diffs

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

2011-07-25 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jul 25 18:23:14 UTC 2011 Modified Files: src/external/mit/xorg/lib/freetype/freetype: Makefile Log Message: substitute @LIBBZ2@ here as well. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64

2011-07-25 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Mon Jul 25 19:11:49 UTC 2011 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64: aesni-x86_64.S Log Message: Get rid of the rep ret trick in places where it is not needed. FWIW, the rep ret trick

CVS commit: src/lib/libc/gen

2011-07-25 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Mon Jul 25 19:42:50 UTC 2011 Modified Files: src/lib/libc/gen: syslog.3 Log Message: Adjust xref varargs(3) - stdarg(3) To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/lib/libc/gen/syslog.3 Please note that

CVS commit: src/sys/arch/x86/x86

2011-07-25 Thread David Young
Module Name:src Committed By: dyoung Date: Mon Jul 25 20:33:20 UTC 2011 Modified Files: src/sys/arch/x86/x86: bus_dma.c Log Message: In _bus_dmamap_load_busaddr(), just return 0 instead of assigning an intermediate variable (int error = 0;) and returning that (return

CVS commit: src/sys/arch/x86/x86

2011-07-25 Thread David Young
Module Name:src Committed By: dyoung Date: Mon Jul 25 20:34:07 UTC 2011 Modified Files: src/sys/arch/x86/x86: bus_space.c Log Message: Constify bus_space_reserve_subregion() implementation. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36

CVS commit: src/sys/arch

2011-07-25 Thread David Young
Module Name:src Committed By: dyoung Date: Mon Jul 25 21:12:23 UTC 2011 Modified Files: src/sys/arch/landisk/conf: std.landisk src/sys/arch/sh3/conf: files.sh3 src/sys/arch/sh3/include: bus_funcs.h src/sys/arch/sh3/sh3: sh3_machdep.c Added Files:

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

2011-07-25 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Jul 25 23:26:03 UTC 2011 Modified Files: src/sys/arch/powerpc/conf: files.booke Log Message: nflash is dead. remove it. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/powerpc/conf/files.booke

CVS commit: [matt-nb5-pq3] src

2011-07-25 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jul 26 02:57:30 UTC 2011 Modified Files: src/distrib/sets/lists/base [matt-nb5-pq3]: mi src/distrib/sets/lists/comp [matt-nb5-pq3]: mi src/share/mk [matt-nb5-pq3]: bsd.own.mk src/tools [matt-nb5-pq3]:

CVS commit: [matt-nb5-pq3] src

2011-07-25 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jul 26 02:58:05 UTC 2011 Modified Files: src/lib/libkvm [matt-nb5-pq3]: kvm_powerpc.c src/sys/arch/powerpc/include [matt-nb5-pq3]: kcore.h Log Message: Include the battable, not just the contents of the bat registers.

CVS commit: [matt-nb5-pq3] src/sys/arch/evbppc/mpc85xx

2011-07-25 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jul 26 03:32:46 UTC 2011 Modified Files: src/sys/arch/evbppc/mpc85xx [matt-nb5-pq3]: machdep.c Log Message: Fix typo. To generate a diff of this commit: cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/sys/arch/evbppc/mpc85xx/machdep.c

CVS commit: [matt-nb5-pq3] src/sys/arch/powerpc/include

2011-07-25 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jul 26 03:33:22 UTC 2011 Modified Files: src/sys/arch/powerpc/include [matt-nb5-pq3]: bus.h Log Message: Force COHERENT bus dma mappings to be NOCACHE. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.20.26.1

CVS commit: [matt-nb5-pq3] src/sys/arch/powerpc/booke

2011-07-25 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jul 26 03:34:13 UTC 2011 Modified Files: src/sys/arch/powerpc/booke [matt-nb5-pq3]: e500_tlb.c Log Message: When matching a TLB1 entry for an I/O mapping, make sure it's not cachable. To generate a diff of this commit: cvs

CVS commit: [matt-nb5-pq3] src/sys/arch/powerpc

2011-07-25 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jul 26 03:35:25 UTC 2011 Modified Files: src/sys/arch/powerpc/booke/dev [matt-nb5-pq3]: pq3obio.c Added Files: src/sys/arch/powerpc/include/booke [matt-nb5-pq3]: obiovar.h Log Message: Back port improvements from -HEAD.

CVS commit: [matt-nb5-pq3] src/sys/dev/i2c

2011-07-25 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jul 26 03:37:57 UTC 2011 Modified Files: src/sys/dev/i2c [matt-nb5-pq3]: motoi2c.c Log Message: cleanup DEBUG printf To generate a diff of this commit: cvs rdiff -u -r1.2.2.2 -r1.2.2.3 src/sys/dev/i2c/motoi2c.c Please note

CVS commit: [matt-nb5-pq3] src/sys/arch/powerpc

2011-07-25 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jul 26 03:38:49 UTC 2011 Modified Files: src/sys/arch/powerpc/conf [matt-nb5-pq3]: files.booke Added Files: src/sys/arch/powerpc/booke/dev [matt-nb5-pq3]: pq3cfi.c Log Message: Add pq3cfi device To generate a diff of

CVS commit: [matt-nb5-pq3] src/sys/arch/powerpc/conf

2011-07-25 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jul 26 03:41:27 UTC 2011 Modified Files: src/sys/arch/powerpc/conf [matt-nb5-pq3]: Makefile.powerpc Log Message: Merge MKUBOOTIMAGE support from -HEAD To generate a diff of this commit: cvs rdiff -u -r1.40.22.1 -r1.40.22.2 \

CVS commit: [matt-nb5-pq3] src/sys/arch/evbppc/conf

2011-07-25 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jul 26 03:45:15 UTC 2011 Modified Files: src/sys/arch/evbppc/conf [matt-nb5-pq3]: MPC8536DS Log Message: Add pq3cfi device. To generate a diff of this commit: cvs rdiff -u -r1.1.2.2 -r1.1.2.3

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

2011-07-25 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Tue Jul 26 04:48:24 UTC 2011 Modified Files: xsrc/external/mit/xf86-video-chips/dist/src: ct_driver.c Log Message: mibank.h is no more so don't try to use it now this driver builds and works again on shark To generate a diff

CVS commit: othersrc/external/bsd/iscsi/sbin/iscsid

2011-07-25 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Tue Jul 26 05:51:58 UTC 2011 Modified Files: othersrc/external/bsd/iscsi/sbin/iscsid: iscsid_discover.c iscsid_driverif.c iscsid_lists.c iscsid_main.c iscsid_targets.c Log Message: adapt this code to WARNS=4 To

CVS commit: othersrc/external/bsd/iscsi/sbin/iscsid

2011-07-25 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Tue Jul 26 05:53:03 UTC 2011 Modified Files: othersrc/external/bsd/iscsi/sbin/iscsid: Makefile Log Message: Add WARNS=4 to Makefile To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2

CVS commit: src/crypto/external/bsd/openssh/dist

2011-07-25 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Jul 25 08:51:10 UTC 2011 Modified Files: src/crypto/external/bsd/openssh/dist: ssh.c Log Message: Fix obvious logic error To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/crypto/external/bsd/openssh/dist/ssh.c

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64

2011-07-25 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Jul 25 09:36:10 UTC 2011 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64: aes.inc Log Message: Works with the integrated assembler again. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2011-07-25 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Jul 25 14:21:52 UTC 2011 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_pciids.h Log Message: Add additional Radeon devices from FreeBSD via Dragon Fly BSD. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/mit/xorg/lib/xkeyboard-config

2011-07-25 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Mon Jul 25 15:41:59 UTC 2011 Modified Files: src/external/mit/xorg/lib/xkeyboard-config: Makefile Log Message: Include bsd.own.mk for obj directory. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

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

2011-07-25 Thread David Young
Module Name:src Committed By: dyoung Date: Mon Jul 25 15:58:44 UTC 2011 Modified Files: src/sys/arch/amigappc/include: bus_defs.h Log Message: Change u_intXX_t to uintXX_t throughout. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/arch/sh3/sh3

2011-07-25 Thread David Young
Module Name:src Committed By: dyoung Date: Mon Jul 25 16:02:25 UTC 2011 Modified Files: src/sys/arch/sh3/sh3: sh3_machdep.c Log Message: #include sys/bus.h. Should fix most of the SH3 ports. To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94

CVS commit: src/sys/arch/sh3

2011-07-25 Thread David Young
Module Name:src Committed By: dyoung Date: Mon Jul 25 16:06:58 UTC 2011 Modified Files: src/sys/arch/sh3/include: bus_funcs.h src/sys/arch/sh3/sh3: sh3_machdep.c Log Message: Move the sh_memio_*() declarations back to sh3/include/bus_funcs.h. Should fix the mmeye

CVS commit: src/sbin/disklabel

2011-07-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jul 25 16:31:05 UTC 2011 Modified Files: src/sbin/disklabel: disklabel.8 Log Message: mention that we don't handle more than 2TB disks/partitions. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63

CVS commit: src/external/bsd/llvm

2011-07-25 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Jul 25 16:32:44 UTC 2011 Modified Files: src/external/bsd/llvm: Makefile.inc src/external/bsd/llvm/config/llvm/Config: config.h llvm-config.h src/external/bsd/llvm/lib/libLLVMARMCodeGen: Makefile

CVS commit: [cherry-xenmp] src/sys/arch/xen/xen

2011-07-25 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Mon Jul 25 17:29:43 UTC 2011 Modified Files: src/sys/arch/xen/xen [cherry-xenmp]: clock.c Log Message: Do not register the same callback more than once. To generate a diff of this commit: cvs rdiff -u -r1.54.6.1 -r1.54.6.2

CVS commit: src/sys/dev/rasops

2011-07-25 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Mon Jul 25 18:02:47 UTC 2011 Modified Files: src/sys/dev/rasops: rasops24.c Log Message: Fix RASOPS_SMALL build To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/dev/rasops/rasops24.c Please note that diffs

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

2011-07-25 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jul 25 18:23:14 UTC 2011 Modified Files: src/external/mit/xorg/lib/freetype/freetype: Makefile Log Message: substitute @LIBBZ2@ here as well. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64

2011-07-25 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Mon Jul 25 19:11:49 UTC 2011 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64: aesni-x86_64.S Log Message: Get rid of the rep ret trick in places where it is not needed. FWIW, the rep ret trick

CVS commit: src/lib/libc/gen

2011-07-25 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Mon Jul 25 19:42:50 UTC 2011 Modified Files: src/lib/libc/gen: syslog.3 Log Message: Adjust xref varargs(3) - stdarg(3) To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/lib/libc/gen/syslog.3 Please note that

CVS commit: src/sys/arch/x86/x86

2011-07-25 Thread David Young
Module Name:src Committed By: dyoung Date: Mon Jul 25 20:33:20 UTC 2011 Modified Files: src/sys/arch/x86/x86: bus_dma.c Log Message: In _bus_dmamap_load_busaddr(), just return 0 instead of assigning an intermediate variable (int error = 0;) and returning that (return

CVS commit: src/sys/arch/x86/x86

2011-07-25 Thread David Young
Module Name:src Committed By: dyoung Date: Mon Jul 25 20:34:07 UTC 2011 Modified Files: src/sys/arch/x86/x86: bus_space.c Log Message: Constify bus_space_reserve_subregion() implementation. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36

CVS commit: src/sys/arch

2011-07-25 Thread David Young
Module Name:src Committed By: dyoung Date: Mon Jul 25 21:12:23 UTC 2011 Modified Files: src/sys/arch/landisk/conf: std.landisk src/sys/arch/sh3/conf: files.sh3 src/sys/arch/sh3/include: bus_funcs.h src/sys/arch/sh3/sh3: sh3_machdep.c Added Files:

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

2011-07-25 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Jul 25 23:26:03 UTC 2011 Modified Files: src/sys/arch/powerpc/conf: files.booke Log Message: nflash is dead. remove it. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/powerpc/conf/files.booke

CVS commit: [matt-nb5-pq3] src

2011-07-25 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jul 26 02:57:30 UTC 2011 Modified Files: src/distrib/sets/lists/base [matt-nb5-pq3]: mi src/distrib/sets/lists/comp [matt-nb5-pq3]: mi src/share/mk [matt-nb5-pq3]: bsd.own.mk src/tools [matt-nb5-pq3]:

CVS commit: [matt-nb5-pq3] src

2011-07-25 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jul 26 02:58:05 UTC 2011 Modified Files: src/lib/libkvm [matt-nb5-pq3]: kvm_powerpc.c src/sys/arch/powerpc/include [matt-nb5-pq3]: kcore.h Log Message: Include the battable, not just the contents of the bat registers.

CVS commit: [matt-nb5-pq3] src

2011-07-25 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jul 26 03:22:31 UTC 2011 Modified Files: src/distrib/sets/lists/base [matt-nb5-pq3]: mi src/distrib/sets/lists/comp [matt-nb5-pq3]: mi src/distrib/sets/lists/man [matt-nb5-pq3]: mi src/share/man/man4

CVS commit: [matt-nb5-pq3] src/sys/arch/evbppc/mpc85xx

2011-07-25 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jul 26 03:32:46 UTC 2011 Modified Files: src/sys/arch/evbppc/mpc85xx [matt-nb5-pq3]: machdep.c Log Message: Fix typo. To generate a diff of this commit: cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/sys/arch/evbppc/mpc85xx/machdep.c

CVS commit: [matt-nb5-pq3] src/sys/arch/powerpc/include

2011-07-25 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jul 26 03:33:22 UTC 2011 Modified Files: src/sys/arch/powerpc/include [matt-nb5-pq3]: bus.h Log Message: Force COHERENT bus dma mappings to be NOCACHE. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.20.26.1

CVS commit: [matt-nb5-pq3] src/sys/arch/powerpc/booke

2011-07-25 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jul 26 03:34:13 UTC 2011 Modified Files: src/sys/arch/powerpc/booke [matt-nb5-pq3]: e500_tlb.c Log Message: When matching a TLB1 entry for an I/O mapping, make sure it's not cachable. To generate a diff of this commit: cvs

CVS commit: [matt-nb5-pq3] src/sys/arch/powerpc

2011-07-25 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jul 26 03:35:25 UTC 2011 Modified Files: src/sys/arch/powerpc/booke/dev [matt-nb5-pq3]: pq3obio.c Added Files: src/sys/arch/powerpc/include/booke [matt-nb5-pq3]: obiovar.h Log Message: Back port improvements from -HEAD.

CVS commit: [matt-nb5-pq3] src/sys/dev/i2c

2011-07-25 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jul 26 03:37:57 UTC 2011 Modified Files: src/sys/dev/i2c [matt-nb5-pq3]: motoi2c.c Log Message: cleanup DEBUG printf To generate a diff of this commit: cvs rdiff -u -r1.2.2.2 -r1.2.2.3 src/sys/dev/i2c/motoi2c.c Please note

CVS commit: [matt-nb5-pq3] src/sys/arch/powerpc

2011-07-25 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jul 26 03:38:49 UTC 2011 Modified Files: src/sys/arch/powerpc/conf [matt-nb5-pq3]: files.booke Added Files: src/sys/arch/powerpc/booke/dev [matt-nb5-pq3]: pq3cfi.c Log Message: Add pq3cfi device To generate a diff of

CVS commit: [matt-nb5-pq3] src/sys/arch/powerpc/conf

2011-07-25 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jul 26 03:41:27 UTC 2011 Modified Files: src/sys/arch/powerpc/conf [matt-nb5-pq3]: Makefile.powerpc Log Message: Merge MKUBOOTIMAGE support from -HEAD To generate a diff of this commit: cvs rdiff -u -r1.40.22.1 -r1.40.22.2 \

CVS commit: [matt-nb5-pq3] src/sys/arch/powerpc/booke

2011-07-25 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jul 26 03:42:21 UTC 2011 Modified Files: src/sys/arch/powerpc/booke [matt-nb5-pq3]: trap.c Log Message: netbsd-5 uses pool_put, not kmem_free for ucontexts To generate a diff of this commit: cvs rdiff -u -r1.1.2.3 -r1.1.2.4

CVS commit: [matt-nb5-pq3] src/sys/arch/evbppc/conf

2011-07-25 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jul 26 03:45:15 UTC 2011 Modified Files: src/sys/arch/evbppc/conf [matt-nb5-pq3]: MPC8536DS Log Message: Add pq3cfi device. To generate a diff of this commit: cvs rdiff -u -r1.1.2.2 -r1.1.2.3

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

2011-07-25 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Tue Jul 26 04:48:24 UTC 2011 Modified Files: xsrc/external/mit/xf86-video-chips/dist/src: ct_driver.c Log Message: mibank.h is no more so don't try to use it now this driver builds and works again on shark To generate a diff

CVS commit: othersrc/external/bsd/iscsi/sbin/iscsid

2011-07-25 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Tue Jul 26 05:51:58 UTC 2011 Modified Files: othersrc/external/bsd/iscsi/sbin/iscsid: iscsid_discover.c iscsid_driverif.c iscsid_lists.c iscsid_main.c iscsid_targets.c Log Message: adapt this code to WARNS=4 To

CVS commit: othersrc/external/bsd/iscsi/sbin/iscsid

2011-07-25 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Tue Jul 26 05:53:03 UTC 2011 Modified Files: othersrc/external/bsd/iscsi/sbin/iscsid: Makefile Log Message: Add WARNS=4 to Makefile To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2