svn commit: r253471 - in head/sys: dev/drm2/i915 kern vm

2013-07-19 Thread John Baldwin
Author: jhb Date: Fri Jul 19 19:06:15 2013 New Revision: 253471 URL: http://svnweb.freebsd.org/changeset/base/253471 Log: Be more aggressive in using superpages in all mappings of objects: - Add a new address space allocation method (VMFS_OPTIMAL_SPACE) for vm_map_find() that will try to a

Re: svn commit: r253471 - in head/sys: dev/drm2/i915 kern vm

2013-07-19 Thread John Baldwin
On Friday, July 19, 2013 3:06:16 pm John Baldwin wrote: > Author: jhb > Date: Fri Jul 19 19:06:15 2013 > New Revision: 253471 > URL: http://svnweb.freebsd.org/changeset/base/253471 > > Log: > Be more aggressive in using superpages in all mappings of objects: > - Add a new address space allocat

svn commit: r253472 - head/sys/netinet

2013-07-19 Thread Michael Tuexen
Author: tuexen Date: Fri Jul 19 21:16:59 2013 New Revision: 253472 URL: http://svnweb.freebsd.org/changeset/base/253472 Log: Get the code compiling without INET and INET6 being defined. This is not possible in FreeBSD, but in the upstream code. MFC after: 2 weeks Modified: head/sys/net

svn commit: r253473 - head/sys/dev/nvd

2013-07-19 Thread Jim Harris
Author: jimharris Date: Fri Jul 19 21:30:53 2013 New Revision: 253473 URL: http://svnweb.freebsd.org/changeset/base/253473 Log: Do not call disk_create() until we have completed all initialization of our internal disk structure. Sponsored by: Intel Reviewed by: carl MFC after:3 d

svn commit: r253474 - in head: sbin/nvmecontrol sys/dev/nvme

2013-07-19 Thread Jim Harris
Author: jimharris Date: Fri Jul 19 21:33:24 2013 New Revision: 253474 URL: http://svnweb.freebsd.org/changeset/base/253474 Log: Fix nvme(4) and nvd(4) to support non 512-byte sector sizes. Recent testing with QEMU that has variable sector size support for NVMe uncovered some of these issu

svn commit: r253475 - in head/sys/dev: ahci ata ata/chipsets ichsmb ichwd

2013-07-19 Thread Jack F Vogel
Author: jfv Date: Fri Jul 19 21:37:40 2013 New Revision: 253475 URL: http://svnweb.freebsd.org/changeset/base/253475 Log: Add new Coleto Creek device support: SATA, SMBus, and Watchdog devices. MFC after: 1 week Modified: head/sys/dev/ahci/ahci.c head/sys/dev/ata/ata-pci.h head/sys/d

svn commit: r253477 - head/sys/dev/usb

2013-07-19 Thread Navdeep Parhar
Author: np Date: Fri Jul 19 21:54:48 2013 New Revision: 253477 URL: http://svnweb.freebsd.org/changeset/base/253477 Log: There's nothing to free if the unit wasn't allocated. Modified: head/sys/dev/usb/usb_pf.c Modified: head/sys/dev/usb/usb_pf.c =

svn commit: r253476 - in head: sbin/nvmecontrol sys/conf sys/dev/nvd sys/dev/nvme sys/modules/nvme

2013-07-19 Thread Jim Harris
Author: jimharris Date: Fri Jul 19 21:40:57 2013 New Revision: 253476 URL: http://svnweb.freebsd.org/changeset/base/253476 Log: Add message when nvd disks are attached and detached. As part of this commit, add an nvme_strvis() function which borrows heavily from cam_strvis(). This will a

svn commit: r253478 - head/sys/fs/fuse

2013-07-19 Thread Pedro F. Giffuni
Author: pfg Date: Sat Jul 20 03:08:50 2013 New Revision: 253478 URL: http://svnweb.freebsd.org/changeset/base/253478 Log: Adjust outsizes: When birthtime was added (r253331) we missed adding the weight of the new fields in FUSE_COMPAT_ENTRY_OUT_SIZE and COMPAT_ATTR_OUT_SIZE. Adjust them

svn commit: r253479 - head/sys/fs/fuse

2013-07-19 Thread Pedro F. Giffuni
Author: pfg Date: Sat Jul 20 03:55:56 2013 New Revision: 253479 URL: http://svnweb.freebsd.org/changeset/base/253479 Log: Adjust outsizes: Recalculate FUSE_COMPAT_ENTRY_OUT_SIZE and COMPAT_ATTR_OUT_SIZE. These were wrong in the previous commit. They are actually unused in FreeBSD though