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
===
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
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
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
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
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
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
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
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/