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

2012-09-01 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 1 11:04:19 UTC 2012 Modified Files: src/sys/arch/evbarm/conf: BCM5301X std.bcm53xx Log Message: Add DKWEDGE support Add __HAVE_CPU_COUNTER To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

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

2012-09-01 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 1 11:11:31 UTC 2012 Modified Files: src/sys/arch/evbarm/conf: README.evbarm Log Message: Add some more kernels To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbarm/conf/README.evbarm Please

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

2012-09-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Sep 1 12:05:09 UTC 2012 Modified Files: src/sys/arch/arm/include/arm32: machdep.h pmap.h Log Message: Move struct pv_addr next to struct bootmem_info into machdep.h and have pmap.h include that. Seems to be the least

CVS commit: src/sys/arch

2012-09-01 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 1 12:15:40 UTC 2012 Modified Files: src/sys/arch/arm/arm32: intr.c src/sys/arch/shark/shark: autoconf.c Log Message: Rework includes and include uvm/uvm_extern.h for pmap.h To generate a diff of this commit: cvs

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

2012-09-01 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 1 12:17:04 UTC 2012 Modified Files: src/sys/arch/arm/conf: kern.ldscript.head Log Message: Add missing ; To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/conf/kern.ldscript.head Please note

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

2012-09-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Sep 1 12:19:32 UTC 2012 Modified Files: src/sys/arch/arm/include/arm32: machdep.h pmap.h Log Message: Backout previous, Matt fixed it differently To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/sys/kern

2012-09-01 Thread Lars Heidieker
Module Name:src Committed By: para Date: Sat Sep 1 12:28:59 UTC 2012 Modified Files: src/sys/kern: subr_vmem.c Log Message: rework boundary-tag reserve calculation, make it more precise. add comment about the rational behind the sizing of certain vars used by allocation

CVS commit: src/sys/arch/arm

2012-09-01 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 1 14:44:43 UTC 2012 Modified Files: src/sys/arch/arm/imx: imx_space.c src/sys/arch/arm/omap: omap_space.c Log Message: Use PMAP_NOCACHE To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/arch/arm

2012-09-01 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 1 14:46:25 UTC 2012 Modified Files: src/sys/arch/arm/arm32: genassym.cf src/sys/arch/arm/imx: imxuartreg.h src/sys/arch/arm/include: asm.h src/sys/arch/arm/omap: omap_start.S Log Message: Add __BITS

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

2012-09-01 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 1 14:46:51 UTC 2012 Modified Files: src/sys/arch/arm/arm32: cpuswitch.S Log Message: blx reg is V5, not V4T To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 src/sys/arch/arm/arm32/cpuswitch.S Please note

CVS commit: src/sys/arch

2012-09-01 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 1 14:48:06 UTC 2012 Modified Files: src/sys/arch/arm/at91: at91bus.c src/sys/arch/arm/sa11x0: sa11x0_irqhandler.c src/sys/arch/hpcarm/hpcarm: autoconf.c Log Message: Move things around for

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

2012-09-01 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 1 14:50:12 UTC 2012 Modified Files: src/sys/arch/evbarm/conf: ADI_BRH ARMADILLO210 ARMADILLO9 CP3100 HDL_G IMX31LITE INTEGRATOR IQ31244 IQ80310 IXDP425 IXM1200 NAPPI NSLU2 OPENRD RPI TEAMASA_NPWR

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

2012-09-01 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 1 14:52:35 UTC 2012 Modified Files: src/sys/arch/evbarm/gumstix: gumstix_start.S Log Message: Don't shift VA in table since that generates errors To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

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

2012-09-01 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 1 14:54:59 UTC 2012 Modified Files: src/sys/arch/evbarm/beagle: beagle_start.S Log Message: shrink a little To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/evbarm/beagle/beagle_start.S Please

CVS commit: src/sys/dev/i2c

2012-09-01 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Sep 1 15:06:57 UTC 2012 Removed Files: src/sys/dev/i2c: pic16lcreg.h Log Message: pic16lcreg.h has been unused since removal of Xbox support, remove. To generate a diff of this commit: cvs rdiff -u -r1.4 -r0

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

2012-09-01 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Sep 1 15:25:33 UTC 2012 Modified Files: src/sys/arch/amd64/conf: GENERIC Log Message: back out unintentional change in 1.352. To generate a diff of this commit: cvs rdiff -u -r1.361 -r1.362

CVS commit: src/sys/ufs/ext2fs

2012-09-01 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sat Sep 1 15:46:11 UTC 2012 Modified Files: src/sys/ufs/ext2fs: ext2fs_vfsops.c Log Message: when failing a mount due to unsupported features, print which features are involved. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs

2012-09-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Sep 1 16:19:01 UTC 2012 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c Log Message: For now, make vop_islocked more like vop_lock and vop_unlock (i.e. don't even attempt to do anything). To

CVS commit: src/sys/ufs/ext2fs

2012-09-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 1 17:01:24 UTC 2012 Modified Files: src/sys/ufs/ext2fs: ext2fs.h ext2fs_vfsops.c Log Message: really print the incompatible bits. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30

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

2012-09-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Sep 1 17:11:56 UTC 2012 Modified Files: src/sys/arch/evbarm/conf: std.rpi Log Message: Define __HAVE_CPU_UAREA_ALLOC_IDLELWP and TPIDRPRW_IS_CURCPU To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

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

2012-09-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Sep 1 17:14:56 UTC 2012 Modified Files: src/sys/arch/evbarm/rpi: rpi_machdep.c Log Message: Switch RaspberryPI to use the new boot/init code. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

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

2012-09-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Sep 1 17:15:43 UTC 2012 Modified Files: src/sys/arch/evbarm/conf: files.rpi Log Message: Switch RaspberryPI to use the new boot/init code. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/dev/usb

2012-09-01 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Sep 1 17:36:07 UTC 2012 Modified Files: src/sys/dev/usb: usbdevices.config Log Message: Add urtw(4) and cir* at emdtv? bringing this up to speed with x86 GENERIC To generate a diff of this commit: cvs rdiff -u -r1.14

CVS commit: src/sys

2012-09-01 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Sep 1 18:17:51 UTC 2012 Modified Files: src/sys/arch/amd64/conf: GENERIC XEN3_DOM0 src/sys/arch/evbarm/conf: HDL_G HPT5325 MMNET_GENERIC MPCSA_GENERIC NSLU2 OPENBLOCKS_A6 SHEEVAPLUG

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

2012-09-01 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Sep 1 19:05:46 UTC 2012 Modified Files: src/sys/arch/evbarm/conf: RPI Log Message: When we do get a working and stable USB HCD, we'll want to use usbdevices.config. To generate a diff of this commit: cvs rdiff -u -r1.6

CVS commit: src/usr.sbin/npf/npfctl

2012-09-01 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Sat Sep 1 19:08:01 UTC 2012 Modified Files: src/usr.sbin/npf/npfctl: npfctl.c Log Message: npfctl usage: minor formatting fix. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/usr.sbin/npf/npfctl/npfctl.c

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

2012-09-01 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 1 22:20:52 UTC 2012 Modified Files: src/sys/arch/arm/arm32: cpuswitch.S Log Message: Need to do a GET_CURCPU(r4) before invoking DO_AST_AND_RESTORE_ALIGNMENT_FAULTS To generate a diff of this commit: cvs rdiff -u -r1.70

CVS commit: src/sys/arch/i386/i386

2012-09-01 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Sat Sep 1 23:19:47 UTC 2012 Modified Files: src/sys/arch/i386/i386: locore.S Log Message: Restrict export of the tmpgdt symbol to XEN kernels Spotted by uwe@ To generate a diff of this commit: cvs rdiff -u -r1.101 -r1.102

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

2012-09-01 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Sep 2 05:01:54 UTC 2012 Modified Files: src/sys/arch/arm/cortex: a9_mpsubr.S Log Message: Cleanup and bring forwards from bcm53xx_start.S Use more symbolic names ... To generate a diff of this commit: cvs rdiff -u -r1.1

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

2012-09-01 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Sep 2 05:02:36 UTC 2012 Modified Files: src/sys/arch/evbarm/bcm53xx: bcm53xx_start.S Log Message: Use the common code in arm/cortex/a9_mpsubr.S To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2