CVS commit: src/sys/dev/acpi

2011-01-10 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Jan 10 09:07:28 UTC 2011 Modified Files: src/sys/dev/acpi: acpi_display.c Log Message: Small clean-up in the match and attach functions. Namely, use the attach args instead of referencing the global softc. No functional

CVS commit: src

2011-01-10 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Mon Jan 10 11:11:04 UTC 2011 Modified Files: src/sys/miscfs/genfs: layer_extern.h layer_vnops.c src/sys/miscfs/nullfs: null_vnops.c src/sys/miscfs/overlay: overlay_vnops.c src/sys/miscfs/umapfs:

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

2011-01-10 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Mon Jan 10 11:13:03 UTC 2011 Modified Files: src/sys/arch/xen/include: xenio.h Log Message: fix typo in ioctl definition To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/xen/include/xenio.h Please note

CVS commit: src/sys/dev/ic

2011-01-10 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Jan 10 11:18:15 UTC 2011 Modified Files: src/sys/dev/ic: ahcisata_core.c Log Message: Don't call bus_dmamap_load(9) and bus_dmamap_sync(9) on command xfers if (AT_READ|AT_WRITE) in ata_c-flags is set but ata_c-bcount is

CVS commit: src/lib/librumpuser

2011-01-10 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 10 11:57:54 UTC 2011 Modified Files: src/lib/librumpuser: rumpuser_sp.c sp_common.c Log Message: g/c code which is unused in the server To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33

CVS commit: src/sys/dev/pci

2011-01-10 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Jan 10 12:23:21 UTC 2011 Modified Files: src/sys/dev/pci: pcireg.h ppb.c Log Message: ppb_fix_pcix changes: - rename to ppb_fix_pcie - support version PCI-E 2.0 - print version and device/port type information - use

CVS commit: src/sys/arch/sgimips

2011-01-10 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Jan 10 13:29:29 UTC 2011 Modified Files: src/sys/arch/sgimips/hpc: if_sq.c src/sys/arch/sgimips/ioc: if_le_oioc.c src/sys/arch/sgimips/mace: if_mec.c Log Message: Use ether_aton_r() in sys/net/if_ethersubr.c

CVS commit: src/sys/arch/sandpoint

2011-01-10 Thread Frank Wille
Module Name:src Committed By: phx Date: Mon Jan 10 13:45:57 UTC 2011 Modified Files: src/sys/arch/sandpoint: README.NAS Log Message: Some new information and cleanup. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/sandpoint/README.NAS Please

CVS commit: src/sys/sys

2011-01-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 10 13:56:44 UTC 2011 Modified Files: src/sys/sys: signal.h Log Message: namespace protect sigqueue and sigqueueinfo To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/sys/sys/signal.h Please note that

CVS commit: src/tests/rump/rumpkern/h_client

2011-01-10 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 10 14:05:04 UTC 2011 Modified Files: src/tests/rump/rumpkern/h_client: h_stresscli.c Log Message: Don't use printf in a signal handler. XXX: it would be nice if the deadlock with malloc were a little more obvious,

CVS commit: src/sys/dev/pci

2011-01-10 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Mon Jan 10 14:19:36 UTC 2011 Modified Files: src/sys/dev/pci: ppb.c Log Message: add missing break To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sys/dev/pci/ppb.c Please note that diffs are not public

CVS commit: src/sys/arch/pmax/stand/common

2011-01-10 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Jan 10 15:25:15 UTC 2011 Modified Files: src/sys/arch/pmax/stand/common: bootinit.S bootread.S clear_cache.S getchar.S printf.S Log Message: - specify .set noreorder to fill BDslots properly - indent instructions

CVS commit: src/sys/arch/pmax/stand/common

2011-01-10 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Jan 10 15:25:44 UTC 2011 Modified Files: src/sys/arch/pmax/stand/common: start.S startprog.S Log Message: Indent instructions in BDslots. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src

2011-01-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 10 16:42:37 UTC 2011 Modified Files: src/lib/libc/sys: sigqueue.c src/tests/lib/libc/sys: t_sigqueue.c Log Message: remove clauses 3/4 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/arch/pmax/stand/common

2011-01-10 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Jan 10 16:43:30 UTC 2011 Modified Files: src/sys/arch/pmax/stand/common: bootinit.S bootread.S clear_cache.S getchar.S printf.S Log Message: Add hazard nops required by MIPS1 in noreorder case. (Umm, is it easier

CVS commit: src/tests/lib/libc

2011-01-10 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Mon Jan 10 16:54:03 UTC 2011 Modified Files: src/tests/lib/libc: t_cerror.c Log Message: Do close fd 4 in cerror_64 testcase too. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/t_cerror.c Please

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

2011-01-10 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Jan 10 16:59:09 UTC 2011 Modified Files: src/sys/arch/x86/x86: bus_space.c Log Message: Bump iomem_ex_storage from 16 to 64. Based on analysis from joda@:

CVS commit: src/sys/arch/pmax/stand/common

2011-01-10 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Jan 10 17:01:17 UTC 2011 Modified Files: src/sys/arch/pmax/stand/common: common.h if_prom.c start.S Log Message: - start.S add a hazard nop so that prom_restart() works properly on MIPS1 (it seems broken since initial

CVS commit: src/sys/dev/acpi

2011-01-10 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Jan 10 17:04:22 UTC 2011 Modified Files: src/sys/dev/acpi: acpidevs Log Message: Add SMO1200 (yet another TPM chip). From ThinkPad x201i. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33

CVS commit: src/sys/dev/acpi

2011-01-10 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Jan 10 17:04:55 UTC 2011 Modified Files: src/sys/dev/acpi: acpidevs_data.h Log Message: Regen. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/dev/acpi/acpidevs_data.h Please note that diffs are not

CVS commit: src/usr.bin/mail

2011-01-10 Thread David Young
Module Name:src Committed By: dyoung Date: Mon Jan 10 17:14:38 UTC 2011 Modified Files: src/usr.bin/mail: sig.c Log Message: Rename sigqueue to sigq to avoid clashing with sigqueue(2). Now this builds again. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/etc/mtree

2011-01-10 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Mon Jan 10 17:17:36 UTC 2011 Modified Files: src/etc/mtree: NetBSD.dist.tests Log Message: Add lib/libc/sys test dirs. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/etc/mtree/NetBSD.dist.tests Please note

CVS commit: src/sys/arch/sandpoint/stand/netboot

2011-01-10 Thread Frank Wille
Module Name:src Committed By: phx Date: Mon Jan 10 18:35:50 UTC 2011 Modified Files: src/sys/arch/sandpoint/stand/netboot: brdsetup.c Log Message: Try to detect Iomega Storcenter board (untested). To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

CVS commit: src/tests/rump/rumpkern/h_client

2011-01-10 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 10 19:30:22 UTC 2011 Modified Files: src/tests/rump/rumpkern/h_client: h_sigcli.c Log Message: check that we actually go into the signal handler To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/lib

2011-01-10 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 10 19:49:43 UTC 2011 Modified Files: src/lib/librumpclient: rumpclient.c src/lib/librumpuser: rumpuser_sp.c sp_common.c Log Message: A bunch of improvements: * don't hold spc mutex while sending data * use send()

CVS commit: src/tests/rump/rumpkern

2011-01-10 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 10 19:51:37 UTC 2011 Modified Files: src/tests/rump/rumpkern: t_sp.sh src/tests/rump/rumpkern/h_client: h_stresscli.c Log Message: Make sure stressclient worker threads complete their operation instead of hanging.

CVS commit: src/sys/arch/sandpoint/stand/netboot

2011-01-10 Thread Frank Wille
Module Name:src Committed By: phx Date: Mon Jan 10 20:13:47 UTC 2011 Modified Files: src/sys/arch/sandpoint/stand/netboot: globals.h siisata.c Log Message: Make disk-booting work on Synology by using a PIO ATA-read command (0x20) instead of the DMA read command (0xc8).

CVS commit: src/sys/arch/sandpoint/stand/netboot

2011-01-10 Thread Frank Wille
Module Name:src Committed By: phx Date: Mon Jan 10 20:14:52 UTC 2011 Modified Files: src/sys/arch/sandpoint/stand/netboot: devopen.c Log Message: Do not crash, but use netbsd as default file name when missing. To generate a diff of this commit: cvs rdiff -u -r1.11

CVS commit: src/sys/arch/sandpoint/stand/netboot

2011-01-10 Thread Frank Wille
Module Name:src Committed By: phx Date: Mon Jan 10 20:16:42 UTC 2011 Modified Files: src/sys/arch/sandpoint/stand/netboot: main.c Log Message: Accept wd[N[p]]: (with N=disk and p=partition) for specifying a disk drive. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/sandpoint/stand/netboot

2011-01-10 Thread Frank Wille
Module Name:src Committed By: phx Date: Mon Jan 10 20:18:19 UTC 2011 Modified Files: src/sys/arch/sandpoint/stand/netboot: dsk.c version Log Message: Try to increase compatibility with all controllers when reading the status. To generate a diff of this commit: cvs rdiff

CVS commit: src/tools/compat

2011-01-10 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Jan 10 20:38:35 UTC 2011 Modified Files: src/tools/compat: compat_defs.h Log Message: Define PRI[diouxX]8. We previously did this only for 16- and 32-bit type, but now PRIu8 is needed for tools/disklabel. Also define

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

2011-01-10 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Jan 10 21:26:38 UTC 2011 Modified Files: src/sys/arch/x86/x86: x86_autoconf.c Log Message: When we fail to read a block computing the matching hash, it's nice to know what device and why. Also, drop comment that hasn't

CVS commit: src/lib/libpuffs

2011-01-10 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Mon Jan 10 23:20:45 UTC 2011 Modified Files: src/lib/libpuffs: callcontext.c Log Message: typo in a comment To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/lib/libpuffs/callcontext.c Please note that diffs are

CVS commit: src/sys/dev/pci

2011-01-10 Thread David Young
Module Name:src Committed By: dyoung Date: Tue Jan 11 00:13:04 UTC 2011 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add Intel 82599 product IDs. To generate a diff of this commit: cvs rdiff -u -r1.1054 -r1.1055 src/sys/dev/pci/pcidevs Please note that diffs

CVS commit: src/sys/kern

2011-01-10 Thread David Young
Module Name:src Committed By: dyoung Date: Tue Jan 11 00:36:03 UTC 2011 Modified Files: src/sys/kern: Make.tags.inc Log Message: Don't compute tags over cxgb, its symbols clash too often with symbols in other drivers and subsystems. To generate a diff of this commit:

CVS commit: src

2011-01-10 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Tue Jan 11 00:45:05 UTC 2011 Modified Files: src/distrib/sets/lists/man: mi src/share/man/man4: Makefile Added Files: src/share/man/man4: pciback.4 xbd.4 xbdback.4 xenbus.4 xennet.4 xpci.4 xvif.4 Log

CVS commit: src/sys/dev/sbus

2011-01-10 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Jan 11 00:49:50 UTC 2011 Modified Files: src/sys/dev/sbus: dbri.c dbrivar.h Log Message: use config_finalize_register() instead of config_interrupts() to detect the codec and attach audio. For some reason we run into a

CVS commit: src/tests/sbin/resize_ffs

2011-01-10 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Tue Jan 11 00:50:02 UTC 2011 Modified Files: src/tests/sbin/resize_ffs: t_grow.sh t_grow_swapped.sh Log Message: Copy a little less data in the ufs2, 4096-byte block test cases. The file system was filling up instead of *almost*

CVS commit: src/sys/arch/xen/xen

2011-01-10 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Tue Jan 11 01:21:32 UTC 2011 Modified Files: src/sys/arch/xen/xen: xennetback_xenbus.c Log Message: Typo fix. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/arch/xen/xen/xennetback_xenbus.c Please note that

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

2011-01-10 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jan 11 03:45:29 UTC 2011 Modified Files: src/sys/arch/powerpc/booke/dev [matt-nb5-pq3]: pq3etsec.c Log Message: Fix bpf_mtap call (tcpdump now works). To generate a diff of this commit: cvs rdiff -u -r1.1.2.1 -r1.1.2.2

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

2011-01-10 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Tue Jan 11 06:57:35 UTC 2011 Modified Files: src/sys/arch/sandpoint/include: bootinfo.h Log Message: add btinfo_modulelist for MODULAR component loading. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

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

2011-01-10 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jan 11 07:09:54 UTC 2011 Modified Files: src/sys/arch/powerpc/include [matt-nb5-pq3]: psl.h Log Message: PSL_SPV is actually same value of PSL_VEC (must be a coincidence). To generate a diff of this commit: cvs rdiff -u

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

2011-01-10 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jan 11 07:10:15 UTC 2011 Modified Files: src/sys/arch/powerpc/include [matt-nb5-pq3]: asm.h Log Message: Add a END(y) for function sizes. To generate a diff of this commit: cvs rdiff -u -r1.26.26.1 -r1.26.26.2

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

2011-01-10 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jan 11 07:11:59 UTC 2011 Modified Files: src/sys/arch/powerpc/include [matt-nb5-pq3]: mcontext.h Log Message: Add a _UC_POWERPC_SPE bit to indicate the vectors are from SPE. To generate a diff of this commit: cvs rdiff -u

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

2011-01-10 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jan 11 07:14:49 UTC 2011 Modified Files: src/sys/arch/powerpc/include [matt-nb5-pq3]: ptrace.h Log Message: Anything that applies to Altivec also applies SPE since to the common powerpc code they share identical hooks. To