CVS commit: src/sys/dev/pci
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 src/sys/dev/pci/pcidevs Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci
Module Name:src Committed By: msaitoh Date: Wed Jan 30 10:10:39 UTC 2013 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: regen. To generate a diff of this commit: cvs rdiff -u -r1.1138 -r1.1139 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1137 -r1.1138 src/sys/dev/pci/pcidevs_data.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/broadcom
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 -r1.2 src/sys/arch/arm/broadcom/bcm2835_rng.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib
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 part of the value, causing all the targets to be skipped by default. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/distrib/common/Makefile.mdset cvs rdiff -u -r1.23 -r1.24 src/distrib/evbarm/gzboot/gzimg/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/evbarm/conf
Module Name:src Committed By: he Date: Wed Jan 30 13:52:17 UTC 2013 Modified Files: src/sys/arch/evbarm/conf: KUROBOX_PRO Log Message: Also build a kernel with root on wd0 to avoid query for location of root file system on boot. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbarm/conf/KUROBOX_PRO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/evbarm/conf
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 src/sys/arch/evbarm/conf/KUROBOX_PRO_INSTALL Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/evbarm/instkernel/instkernel
Module Name:src Committed By: he Date: Wed Jan 30 13:53:54 UTC 2013 Modified Files: src/distrib/evbarm/instkernel/instkernel: Makefile Log Message: Also populate the INSTALL kernel for KUROBOX_PRO. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/distrib/evbarm/instkernel/instkernel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/evbarm/instkernel/ramdisk
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 rdiff -u -r1.23 -r1.24 src/distrib/evbarm/instkernel/ramdisk/list Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci
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 src/sys/dev/pci/if_wm.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/omap
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 diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/usb
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 src/sys/dev/usb/uhci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/makefs/ffs
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 rdiff -u -r1.17 -r1.18 src/usr.sbin/makefs/ffs/buf.c cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/makefs/ffs/buf.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/makefs
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 -r1.12 src/usr.sbin/makefs/msdos.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci
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 src/sys/dev/pci/files.pci Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/makefs
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: msdosfs_vfsops.c Log Message: - don't abuse vp->fs to mean struct fs for ffs and struct msdos_opts; make it always fsinfo_t and change void * to that. - kill unused structure members. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/usr.sbin/makefs/ffs.c cvs rdiff -u -r1.31 -r1.32 src/usr.sbin/makefs/makefs.h cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/makefs/msdos.c cvs rdiff -u -r1.18 -r1.19 src/usr.sbin/makefs/ffs/buf.c cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/makefs/ffs/buf.h cvs rdiff -u -r1.22 -r1.23 src/usr.sbin/makefs/ffs/ffs_alloc.c cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/makefs/ffs/ffs_balloc.c cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/makefs/ffs/ufs_inode.h cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/makefs/msdos/msdosfs_vfsops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/notes/amiga
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 note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/arch/arm/misc
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 src/lib/libc/arch/arm/misc/arm_initfini.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/gpl3/gcc/dist/gcc/config/arm
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 generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \ src/external/gpl3/gcc/dist/gcc/config/arm/netbsd-eabi.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/gpl3/gcc/dist/gcc
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 src/external/gpl3/gcc/dist/gcc/config.gcc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/gpl3/gcc/dist/gcc/config/arm
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 will include the proper unwind.h file depending on __ARM_EABI__. This allow gcc to build libgcc for both ABIs properly since they both different unwind.h. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/gcc/dist/gcc/config/arm/t-netbsd cvs rdiff -u -r1.2 -r1.3 \ src/external/gpl3/gcc/dist/gcc/config/arm/t-netbsd-eabi cvs rdiff -u -r0 -r1.1 \ src/external/gpl3/gcc/dist/gcc/config/arm/unwind-netbsd.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.