CVS commit: src/sys/dev/pci

2013-01-30 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jan 30 10:09:59 UTC 2013 Modified Files: src/sys/dev/pci: pcidevs Log Message: Change from 3400 USB to 3400 USB EHCI for EHCI devices. To generate a diff of this commit: cvs rdiff -u -r1.1146 -r1.1147

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

2013-01-30 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Jan 30 11:52:54 UTC 2013 Modified Files: src/sys/arch/arm/broadcom: bcm2835_rng.c Log Message: discard initial numbers from rng, broadcom says they are less random To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/distrib

2013-01-30 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Jan 30 13:47:36 UTC 2013 Modified Files: src/distrib/common: Makefile.mdset src/distrib/evbarm/gzboot/gzimg: Makefile Log Message: Fix the ALL_KERNELS default value assignment, so that the double quotes don't become a

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

2013-01-30 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Jan 30 13:52:45 UTC 2013 Added Files: src/sys/arch/evbarm/conf: KUROBOX_PRO_INSTALL Log Message: Add an install kernel for KUROBOX_PRO. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

CVS commit: src/distrib/evbarm/instkernel/ramdisk

2013-01-30 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Jan 30 14:12:33 UTC 2013 Modified Files: src/distrib/evbarm/instkernel/ramdisk: list Log Message: Add newfs_ext2fs and mount_ext2fs, useful for installing on a hard disk on KUROBOX_PRO. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/pci

2013-01-30 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jan 30 14:20:54 UTC 2013 Modified Files: src/sys/dev/pci: if_wm.c Log Message: - Add WM_DEBUG_NVM. - If WM_DEBUG_NVM is enabled, dump the FLASH ROM data. To generate a diff of this commit: cvs rdiff -u -r1.239 -r1.240

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

2013-01-30 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jan 30 15:55:28 UTC 2013 Modified Files: src/sys/arch/arm/omap: omapfbreg.h Log Message: moar register bits To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/omap/omapfbreg.h Please note that

CVS commit: src/sys/dev/usb

2013-01-30 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Jan 30 16:01:45 UTC 2013 Modified Files: src/sys/dev/usb: uhci.c Log Message: Add missed byteswap ops for BE machines in block added in rev 1.223. To generate a diff of this commit: cvs rdiff -u -r1.254 -r1.255

CVS commit: src/usr.sbin/makefs/ffs

2013-01-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 30 17:29:05 UTC 2013 Modified Files: src/usr.sbin/makefs/ffs: buf.c buf.h Log Message: buf is generic; it has nothing to do with ffs and will eventually be moved. gc sectorize. To generate a diff of this commit: cvs

CVS commit: src/usr.sbin/makefs

2013-01-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 30 17:29:25 UTC 2013 Modified Files: src/usr.sbin/makefs: ffs.c msdos.c Log Message: gc global sectorsize. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/usr.sbin/makefs/ffs.c cvs rdiff -u -r1.11

CVS commit: src/sys/dev/pci

2013-01-30 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Wed Jan 30 19:08:53 UTC 2013 Modified Files: src/sys/dev/pci: files.pci Log Message: Include rasops that are actually needed by this driver. To generate a diff of this commit: cvs rdiff -u -r1.362 -r1.363

CVS commit: src/usr.sbin/makefs

2013-01-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 30 19:19:20 UTC 2013 Modified Files: src/usr.sbin/makefs: ffs.c makefs.h msdos.c src/usr.sbin/makefs/ffs: buf.c buf.h ffs_alloc.c ffs_balloc.c ufs_inode.h src/usr.sbin/makefs/msdos:

CVS commit: src/distrib/notes/amiga

2013-01-30 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Wed Jan 30 20:48:27 UTC 2013 Modified Files: src/distrib/notes/amiga: hardware Log Message: Note Mediator PCI 4000 support. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/distrib/notes/amiga/hardware Please

CVS commit: src/lib/libc/arch/arm/misc

2013-01-30 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Jan 31 06:47:55 UTC 2013 Modified Files: src/lib/libc/arch/arm/misc: arm_initfini.c Log Message: Reorganize to appease lint. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/external/gpl3/gcc/dist/gcc/config/arm

2013-01-30 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Jan 31 06:52:16 UTC 2013 Modified Files: src/external/gpl3/gcc/dist/gcc/config/arm: netbsd-eabi.h Log Message: Define size_t, ptrdiff_t, and wchar_t to what NetBSD/arm wants instead of the stupid values chosen for AAPCS. To

CVS commit: src/external/gpl3/gcc/dist/gcc

2013-01-30 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Jan 31 06:53:21 UTC 2013 Modified Files: src/external/gpl3/gcc/dist/gcc: config.gcc Log Message: Cleanup arm--netbsdelf-*eabi* To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/external/gpl3/gcc/dist/gcc/config/arm

2013-01-30 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Jan 31 07:11:08 UTC 2013 Modified Files: src/external/gpl3/gcc/dist/gcc/config/arm: t-netbsd t-netbsd-eabi Added Files: src/external/gpl3/gcc/dist/gcc/config/arm: unwind-netbsd.h Log Message: Add a unwind-netbsd.h which