CVS commit: src/sys/dev/pci

2010-07-20 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Tue Jul 20 09:17:24 UTC 2010 Modified Files: src/sys/dev/pci: if_age.c if_ale.c Log Message: PR kern/38871: Fix VLAN To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/dev/pci/if_age.c cvs rdiff -u -r1.11 -r1.

CVS commit: src/sys/dev/marvell

2010-07-20 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Tue Jul 20 11:37:40 UTC 2010 Modified Files: src/sys/dev/marvell: marvellvar.h Log Message: Add MARVELL_TAG_MAX to enum marvell_tags. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/marvell/marvellvar.h

CVS commit: src/sys/dev/marvell

2010-07-20 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Tue Jul 20 11:42:22 UTC 2010 Modified Files: src/sys/dev/marvell: gt.c Log Message: Add notes for remembrance' sake. This is information obtained looking for www.marvell.com. To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/sys/dev/marvell

2010-07-20 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Tue Jul 20 11:48:00 UTC 2010 Modified Files: src/sys/dev/marvell: gtidmac.c Log Message: Fix information on the product with comment-out. This was obtained from the data sheet of Marvell. To generate a diff of this commit: cv

CVS commit: src/sys/dev/marvell

2010-07-20 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Tue Jul 20 11:50:18 UTC 2010 Modified Files: src/sys/dev/marvell: com_mv.c Log Message: Add some Kirkwood/Discovery Innovation products. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/marvell/com_mv.c

CVS commit: src/sys/dev/marvell

2010-07-20 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Tue Jul 20 11:56:47 UTC 2010 Modified Files: src/sys/dev/marvell: marvellreg.h Log Message: Add macro MARVELL_ORION_1_88F6183. Add some comments. Product ID of Discovery V maybe 0x6450. Product ID of Discovery VI maybe 0x649

CVS commit: src/sys/dev/marvell

2010-07-20 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Tue Jul 20 12:01:33 UTC 2010 Modified Files: src/sys/dev/marvell: marvellreg.h Log Message: Remove some attribute macros. Its specifically for Orion. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/mar

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

2010-07-20 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Tue Jul 20 12:09:51 UTC 2010 Modified Files: src/sys/arch/evbarm/conf: OVERO Log Message: Remove unexist device(omapnand0). To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/conf/OVERO Please not

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

2010-07-20 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Tue Jul 20 12:13:18 UTC 2010 Modified Files: src/sys/arch/evbarm/conf: OVERO Log Message: Add CPPFLAGS like to BEAGLEBOAD. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbarm/conf/OVERO Please note

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

2010-07-20 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Tue Jul 20 12:14:17 UTC 2010 Modified Files: src/sys/arch/evbarm/conf: std.gumstix std.overo Log Message: Add options EVBARM_BOARDTYPE. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/evbarm/conf/std.g

CVS commit: src/usr.sbin/puffs/rump_nfs

2010-07-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jul 20 14:42:03 UTC 2010 Modified Files: src/usr.sbin/puffs/rump_nfs: Makefile Log Message: Remove unused LDADD lines. They need work to work, and if anyone ever does that work, they surely can come up with the LDADD line as w

CVS commit: src/sys/arch/hpcmips/tx

2010-07-20 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue Jul 20 15:03:53 UTC 2010 Modified Files: src/sys/arch/hpcmips/tx: txcom.c Log Message: Replace callout(9) with softint(9) which is more appropriate there. Inspired by PR port-hpcmips/43472 and tested by Risto Sainio. To gen

CVS commit: src/sys/arch/hpcmips/dev

2010-07-20 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue Jul 20 15:06:44 UTC 2010 Modified Files: src/sys/arch/hpcmips/dev: plumohci.c Log Message: Remove (possibly) unnecessary boundary arg from bus_space_alloc(9) for DMA shared memory. PR port-hpcmips/43473 by Risto Sainio. To

CVS commit: src/tests/fs

2010-07-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jul 20 15:09:32 UTC 2010 Modified Files: src/tests/fs: Makefile Log Message: common cannot be a TESTS_SUBDIR, since one of those without a test behind it confuses atf-run. change to SUBDIR as hinted by jmmv. To generate a di

CVS commit: [uebayasi-xip] src/sys/miscfs/genfs

2010-07-20 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Tue Jul 20 15:43:48 UTC 2010 Modified Files: src/sys/miscfs/genfs [uebayasi-xip]: genfs_io.c Log Message: genfs_do_getpages_xip: Simplify code. To generate a diff of this commit: cvs rdiff -u -r1.36.2.16 -r1.36.2.17 src/sys/mi

CVS commit: src/usr.bin/make

2010-07-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jul 20 16:39:28 UTC 2010 Modified Files: src/usr.bin/make: job.c Log Message: PR/43643: David A. Holland: dash prefix broken with make -j As the comment says in JobPrintJob set JOB_IGNERR with - commands. Fix whitespace so t

CVS commit: src/sys/coda

2010-07-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jul 20 17:26:04 UTC 2010 Modified Files: src/sys/coda: coda.h coda_venus.c coda_vnops.c Log Message: Correct incomplete size checks for the coda ioctls. From Dan Rosenberg. To generate a diff of this commit: cvs rdiff -u -

CVS commit: src/tests/fs/common

2010-07-20 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Tue Jul 20 17:44:01 UTC 2010 Modified Files: src/tests/fs/common: h_fsmacros.h Log Message: Update ATF_TC_FSADD macro use ATF cleanup function. And call xx_fstest_delfs() from here instead of test body. To generate a diff of this

CVS commit: src/sys/dev/ic

2010-07-20 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Jul 20 18:50:48 UTC 2010 Modified Files: src/sys/dev/ic: ahcisata_core.c ahcisatareg.h ahcisatavar.h Log Message: Convert ahcisata(4) to C99 exact-width integer types. To generate a diff of this commit: cvs rdiff -u -r1.26

CVS commit: src/sys/dev/ic

2010-07-20 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Jul 20 19:24:11 UTC 2010 Modified Files: src/sys/dev/ic: ahcisata_core.c ahcisatareg.h Log Message: Prepare ahcisata(4) to work with 64-bit bus_dma_tag_t. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/s

CVS commit: src/sys/dev/usb

2010-07-20 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Tue Jul 20 20:56:06 UTC 2010 Modified Files: src/sys/dev/usb: usb_subr.c Log Message: another iteration in the eternal device enumeration struggle: use a request of 64 bytes for the initial device descriptor fetch. This is what

CVS commit: src/sys/arch/amiga/dev

2010-07-20 Thread John Klos
Module Name:src Committed By: jklos Date: Wed Jul 21 01:34:00 UTC 2010 Modified Files: src/sys/arch/amiga/dev: ioblix_zbus.c Log Message: Fix the port order so that port ttyC0 refers to port 1 on the IOBlix, ttyC1 to port 2, ttyC2 to port 3, and ttyC3 to port 4. To gener

CVS commit: src/sys/external/bsd/drm/conf

2010-07-20 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Jul 21 03:14:32 UTC 2010 Modified Files: src/sys/external/bsd/drm/conf: files.drm Log Message: also make radeondrm depend upon firmload, not just r128drm. should fix kern/43646 from kre. To generate a diff of this commit: cvs

CVS commit: src/tests/fs/puffs/h_dtfs

2010-07-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jul 21 06:58:26 UTC 2010 Modified Files: src/tests/fs/puffs/h_dtfs: dtfs.c dtfs_vnops.c Log Message: support pathconf (more or less copypasted from ufs). for njoly's tests. To generate a diff of this commit: cvs rdiff -u -r1