CVS commit: src/sys/dev/pci

2011-12-03 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Sat Dec 3 08:20:12 UTC 2011 Modified Files: src/sys/dev/pci: esa.c Log Message: the argument of esa_get_locks() is struct esa_voice *, not struct esa_softc *. ok by mrg@ jmcneill@ To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/ddb

2011-12-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 3 16:25:50 UTC 2011 Modified Files: src/sys/ddb: db_xxx.c Log Message: If we are DIAGNOSTIC don't try to go further if we failed to take the lock, because we are going to trigger a KASSERT. Also hold the lock longer

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

2011-12-03 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat Dec 3 22:36:29 UTC 2011 Modified Files: src/sys/arch/xen/xen: xbdback_xenbus.c Log Message: xbdback_disconnect() can be called twice, from XenbusStateClosing then from xbdback_xenbus_destroy(). The second call will wait

CVS commit: src/sys/arch/xen

2011-12-03 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat Dec 3 22:41:40 UTC 2011 Modified Files: src/sys/arch/xen/x86: hypervisor_machdep.c src/sys/arch/xen/xen: xenevt.c Log Message: hypervisor_unmask_event(): don't check/update evtchn_pending_sel for the current CPU,

CVS commit: src/share/man/man4/man4.amiga

2011-12-03 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Sat Dec 3 23:09:42 UTC 2011 Modified Files: src/share/man/man4/man4.amiga: mppb.4 Log Message: Extend the mppb(4) man page. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/man4.amiga/mppb.4

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

2011-12-03 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Sun Dec 4 04:28:41 UTC 2011 Modified Files: src/sys/arch/x86/x86: pmap_tlb.c Log Message: Split out the cross-CPU tlb flushing code between XEN and non-XEN. x86 tlb flushing is asynchronous and uses x86_ipi() XEN tlb flushing