svn commit: r262237 - stable/9/sys/dev/netmap

2014-02-19 Thread Luigi Rizzo
Author: luigi Date: Thu Feb 20 04:50:13 2014 New Revision: 262237 URL: http://svnweb.freebsd.org/changeset/base/262237 Log: make this code compile with NOINET Modified: stable/9/sys/dev/netmap/netmap_freebsd.c Modified: stable/9/sys/dev/netmap/netmap_freebsd.c ===

svn commit: r262231 - stable/9/sys/dev/ppc

2014-02-19 Thread Eitan Adler
Author: eadler Date: Wed Feb 19 19:46:44 2014 New Revision: 262231 URL: http://svnweb.freebsd.org/changeset/base/262231 Log: MFC r257883: Add support for SIIG x1 pci-e single parallel port card (JJ-E01211-S1) PR: kern/182217 Modified: stable/9/sys/dev/ppc/ppc_pci.c D

svn commit: r262229 - in stable: 10/usr.bin/nfsstat 8/usr.bin/nfsstat 9/usr.bin/nfsstat

2014-02-19 Thread John Baldwin
Author: jhb Date: Wed Feb 19 19:28:49 2014 New Revision: 262229 URL: http://svnweb.freebsd.org/changeset/base/262229 Log: MFC 261512,261514: - Partially revert r52493 and change client side interval statistics to report the actual number of RPCs issued, not the theoretical number that

svn commit: r262228 - in stable: 10/sys/kern 10/sys/sys 10/usr.bin/procstat 9/sys/kern 9/sys/sys 9/usr.bin/procstat

2014-02-19 Thread John Baldwin
Author: jhb Date: Wed Feb 19 19:11:14 2014 New Revision: 262228 URL: http://svnweb.freebsd.org/changeset/base/262228 Log: MFC 261780: Expose OBJT_MGTDEVICE VM objects used for GEM/TTM with drm2 as an explicit object type. Modified: stable/9/sys/kern/kern_proc.c stable/9/sys/sys/user.h

Re: svn commit: r262221 - in stable: 8/lib/libthr/thread 9/lib/libthr/thread

2014-02-19 Thread John Baldwin
On Wednesday, February 19, 2014 10:00:56 am John Baldwin wrote: > Author: jhb > Date: Wed Feb 19 15:00:55 2014 > New Revision: 262221 > URL: http://svnweb.freebsd.org/changeset/base/262221 > > Log: > MFC 250691: > Return one-based key so that user can check if the key is ever allocated > in

svn commit: r262225 - in stable: 10/sys/dev/pci 9/sys/dev/pci

2014-02-19 Thread John Baldwin
Author: jhb Date: Wed Feb 19 18:34:47 2014 New Revision: 262225 URL: http://svnweb.freebsd.org/changeset/base/262225 Log: MFC 261524,261526,261527: - Properly set the alignment flags when allocating the initial range for a BAR. This only really matters when pci_do_realloc_bars is enabled

svn commit: r262221 - in stable: 8/lib/libthr/thread 9/lib/libthr/thread

2014-02-19 Thread John Baldwin
Author: jhb Date: Wed Feb 19 15:00:55 2014 New Revision: 262221 URL: http://svnweb.freebsd.org/changeset/base/262221 Log: MFC 250691: Return one-based key so that user can check if the key is ever allocated in the first place. Modified: stable/9/lib/libthr/thread/thr_spec.c Directory Prop

svn commit: r262213 - in stable: 10/sys/dev/usb/controller 9/sys/dev/usb/controller

2014-02-19 Thread Dimitry Andric
Author: dim Date: Wed Feb 19 08:05:42 2014 New Revision: 262213 URL: http://svnweb.freebsd.org/changeset/base/262213 Log: MFC r261977: In sys/dev/usb/controller/musb_otg.c, fix a warning about musbotg_odevd being unused, by adding it to the part that handles getting descriptors. Revi

svn commit: r262212 - in stable: 10/sys/dev/xen/console 9/sys/dev/xen/console

2014-02-19 Thread Dimitry Andric
Author: dim Date: Wed Feb 19 07:59:50 2014 New Revision: 262212 URL: http://svnweb.freebsd.org/changeset/base/262212 Log: MFC r261916: In sys/dev/xen/console/console.c, #if 0 an unused static function. Modified: stable/9/sys/dev/xen/console/console.c Directory Properties: stable/9/sys/