CVS commit: src/sys/dev

2009-09-21 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Sep 21 08:12:47 UTC 2009 Modified Files: src/sys/dev/ic: aha.c ahavar.h src/sys/dev/isa: aha_isa.c src/sys/dev/isapnp: aha_isapnp.c src/sys/dev/mca: aha_mca.c Log Message: Split device_t/softc.

CVS commit: src/sys

2009-09-21 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Sep 21 12:14:47 UTC 2009 Modified Files: src/sys/kern: init_main.c subr_autoconf.c src/sys/rump/librump/rumpdev: rump_dev.c src/sys/sys: device.h Log Message: Split config_init() into config_init() and

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

2009-09-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Sep 21 13:23:43 UTC 2009 Modified Files: src/sys/arch/x86/x86: x86_autoconf.c Log Message: set is_console even if we don't have any fb_info so other console drivers than genfb have a chance of working. Tested with radeonfb

CVS commit: src/sys/netsmb

2009-09-21 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Mon Sep 21 14:13:35 UTC 2009 Modified Files: src/sys/netsmb: smb_dev.c Log Message: Do not call smb_rqpool_fini() on device close. Otherwise, we'll crash trying to use destroyed pools for SMB request. To generate a diff of this

CVS commit: src/sys/rump/include/rump

2009-09-21 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Sep 21 15:29:36 UTC 2009 Modified Files: src/sys/rump/include/rump: rumpuser.h Log Message: sys/stdint.h is a non-standard header, so include it only from kernel code (where it will be included from the NetBSD kernel source

CVS commit: src/sys/dev/ic

2009-09-21 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Sep 21 16:18:31 UTC 2009 Modified Files: src/sys/dev/ic: i82801lpcreg.h Log Message: Add more-complete definitions of ICH GPIO-related registers. While here, fix a typo in a register number. To generate a diff of this

CVS commit: src/share/mk

2009-09-21 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Sep 21 17:20:16 UTC 2009 Modified Files: src/share/mk: bsd.own.mk Log Message: Switch sh3el to binutils 2.19. Boot-tested on landisk. To generate a diff of this commit: cvs rdiff -u -r1.578 -r1.579 src/share/mk/bsd.own.mk

CVS commit: src/usr.sbin/postinstall

2009-09-21 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Mon Sep 21 18:03:03 UTC 2009 Modified Files: src/usr.sbin/postinstall: postinstall Log Message: Make do_mtree correctly report failure if either special or NetBSD.dist checks failed, not only the last one. To generate a diff of

CVS commit: src/doc/roadmaps

2009-09-21 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Mon Sep 21 19:41:23 UTC 2009 Modified Files: src/doc/roadmaps: system Log Message: Clarify a couple of entries in the system roadmap To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/doc/roadmaps/system Please note

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

2009-09-21 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Mon Sep 21 21:59:30 UTC 2009 Modified Files: src/sys/arch/xen/xen: xbd_xenbus.c Log Message: Allow a xbd to be detached from the domU (e.g. at shutdown). Patch tested and adjusted by David Young, discussed on port-xen@ early

CVS commit: xsrc/external/mit/xorg-server/dist

2009-09-21 Thread Soren Jacobsen
Module Name:xsrc Committed By: snj Date: Mon Sep 21 23:40:14 UTC 2009 Modified Files: xsrc/external/mit/xorg-server/dist/dix: globals.c xsrc/external/mit/xorg-server/dist/os: utils.c Log Message: By default, use the old X server background and cursor mode (option

CVS commit: src/sys/sys

2009-09-21 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Tue Sep 22 01:29:36 UTC 2009 Modified Files: src/sys/sys: gpio.h Log Message: Fix $NetBSD$ tag. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/sys/gpio.h Please note that diffs are not public domain; they

CVS commit: src/distrib/x68k/floppies/ramdisk

2009-09-21 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Tue Sep 22 02:50:11 UTC 2009 Modified Files: src/distrib/x68k/floppies/ramdisk: Makefile Log Message: termcap.vt was removed. http://mail-index.netbsd.org/source-changes/2009/09/20/msg001101.html To generate a diff of this

CVS commit: src/usr.sbin/mtree

2009-09-21 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Sep 22 04:38:21 UTC 2009 Modified Files: src/usr.sbin/mtree: spec.c Log Message: Fix errors in previous: optional and ignore keywords also need the appendfield treatment. To generate a diff of this commit: cvs rdiff -u -r1.77