Re: svn commit: r241619 - head/sys/net

2012-10-17 Thread Garrett Cooper
This commit broke tinderbox; CTLFLAG_RO should be CTLFLAG_RD. Sent from my iPhone On Oct 16, 2012, at 3:43 PM, Maksim Yevmenkin e...@freebsd.org wrote: Author: emax Date: Tue Oct 16 22:43:14 2012 New Revision: 241619 URL: http://svn.freebsd.org/changeset/base/241619 Log: report total

Re: svn commit: r241625 - head/usr.sbin/cron/cron

2012-10-17 Thread Andrey Zonov
On 10/17/12 4:44 AM, Maxim Sobolev wrote: Author: sobomax Date: Wed Oct 17 00:44:34 2012 New Revision: 241625 URL: http://svn.freebsd.org/changeset/base/241625 Log: o Use nanosleep(2) to sleep exact amount of time till the next second, not multiple of 1 second, which results in actual

Re: svn commit: r241625 - head/usr.sbin/cron/cron

2012-10-17 Thread Xin Li
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, On 10/16/12 5:44 PM, Maxim Sobolev wrote: Author: sobomax Date: Wed Oct 17 00:44:34 2012 New Revision: 241625 URL: http://svn.freebsd.org/changeset/base/241625 Log: o Use nanosleep(2) to sleep exact amount of time till the next second,

svn commit: r241627 - head/sys/net

2012-10-17 Thread Xin LI
Author: delphij Date: Wed Oct 17 08:19:08 2012 New Revision: 241627 URL: http://svn.freebsd.org/changeset/base/241627 Log: Fix build. Modified: head/sys/net/if_lagg.c Modified: head/sys/net/if_lagg.c == ---

Re: svn commit: r241625 - head/usr.sbin/cron/cron

2012-10-17 Thread Bruce Evans
On Wed, 17 Oct 2012, Andrey Zonov wrote: On 10/17/12 4:44 AM, Maxim Sobolev wrote: Log: o Use nanosleep(2) to sleep exact amount of time till the next second, not multiple of 1 second, which results in actual time to drift back and forth every run within 1 second of the actual action has

svn commit: r241628 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2012-10-17 Thread Andriy Gapon
Author: avg Date: Wed Oct 17 10:59:56 2012 New Revision: 241628 URL: http://svn.freebsd.org/changeset/base/241628 Log: zfs: make use of getnewvnode_reserve in zfs_mknode and zfs_zget getnewvnode_reserve helps to avoid recursing back into zfs code via getnewvnode when that latter needs to

svn commit: r241629 - in head: . etc/defaults etc/mtree include lib lib/libprocstat rescue/rescue sbin/mount share/examples share/man/man5 share/man/man7 share/mk sys/conf sys/kern sys/modules usr....

2012-10-17 Thread Attilio Rao
Author: attilio Date: Wed Oct 17 11:16:17 2012 New Revision: 241629 URL: http://svn.freebsd.org/changeset/base/241629 Log: Disconnect non-MPSAFE NWFS from the build in preparation for dropping GIANT from VFS. In addition, disconnect also netncp, which is a base requirement for NWFS. In

Re: svn commit: r241625 - head/usr.sbin/cron/cron

2012-10-17 Thread Bruce Evans
On Wed, 17 Oct 2012, Xin Li wrote: On 10/16/12 5:44 PM, Maxim Sobolev wrote: Author: sobomax Date: Wed Oct 17 00:44:34 2012 New Revision: 241625 URL: http://svn.freebsd.org/changeset/base/241625 Log: o Use nanosleep(2) to sleep exact amount of time till the next second, not multiple of 1

svn commit: r241630 - stable/9/sys/boot/zfs

2012-10-17 Thread Andriy Gapon
Author: avg Date: Wed Oct 17 11:24:06 2012 New Revision: 241630 URL: http://svn.freebsd.org/changeset/base/241630 Log: MFC r241291: zfs boot spa_status: print bootfs for each reported pool Modified: stable/9/sys/boot/zfs/zfsimpl.c Directory Properties: stable/9/sys/ (props changed)

svn commit: r241631 - stable/8/sys/boot/zfs

2012-10-17 Thread Andriy Gapon
Author: avg Date: Wed Oct 17 11:24:19 2012 New Revision: 241631 URL: http://svn.freebsd.org/changeset/base/241631 Log: MFC r241291: zfs boot spa_status: print bootfs for each reported pool Modified: stable/8/sys/boot/zfs/zfsimpl.c Directory Properties: stable/8/sys/ (props changed)

svn commit: r241632 - stable/9/lib/libkvm

2012-10-17 Thread Andriy Gapon
Author: avg Date: Wed Oct 17 11:26:27 2012 New Revision: 241632 URL: http://svn.freebsd.org/changeset/base/241632 Log: MFC r241303: kvm_getprocs: gracefully handle errors from kvm_deadprocs Modified: stable/9/lib/libkvm/kvm_proc.c Directory Properties: stable/9/lib/libkvm/ (props

svn commit: r241633 - stable/8/lib/libkvm

2012-10-17 Thread Andriy Gapon
Author: avg Date: Wed Oct 17 11:26:48 2012 New Revision: 241633 URL: http://svn.freebsd.org/changeset/base/241633 Log: MFC r241303: kvm_getprocs: gracefully handle errors from kvm_deadprocs Modified: stable/8/lib/libkvm/kvm_proc.c Directory Properties: stable/8/lib/libkvm/ (props

svn commit: r241634 - stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2012-10-17 Thread Andriy Gapon
Author: avg Date: Wed Oct 17 11:28:21 2012 New Revision: 241634 URL: http://svn.freebsd.org/changeset/base/241634 Log: MFC r240831: zfs: allow a zvol to be used as a pool vdev, again Modified: stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zvol.c Directory Properties:

svn commit: r241635 - stable/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2012-10-17 Thread Andriy Gapon
Author: avg Date: Wed Oct 17 11:28:44 2012 New Revision: 241635 URL: http://svn.freebsd.org/changeset/base/241635 Log: MFC r240831: zfs: allow a zvol to be used as a pool vdev, again Modified: stable/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zvol.c Directory Properties:

svn commit: r241636 - in head: etc/mtree include lib/libprocstat rescue/rescue sbin sbin/mount share/dict share/man/man7 sys/boot/forth sys/conf sys/geom/label sys/kern sys/mips/rmi sys/modules sys...

2012-10-17 Thread Attilio Rao
Author: attilio Date: Wed Oct 17 11:30:00 2012 New Revision: 241636 URL: http://svn.freebsd.org/changeset/base/241636 Log: Disconnect non-MPSAFE NTFS from the build in preparation for dropping GIANT from VFS. This code is particulary broken and fragile and other in-kernel implementations

svn commit: r241637 - stable/9/sys/kern

2012-10-17 Thread Andriy Gapon
Author: avg Date: Wed Oct 17 11:30:14 2012 New Revision: 241637 URL: http://svn.freebsd.org/changeset/base/241637 Log: MFC r241295: cngetc: use cpu_spinwait to ease the cncheckc loop a tiny bit Modified: stable/9/sys/kern/kern_cons.c Directory Properties: stable/9/sys/ (props changed)

svn commit: r241638 - stable/8/sys/kern

2012-10-17 Thread Andriy Gapon
Author: avg Date: Wed Oct 17 11:30:25 2012 New Revision: 241638 URL: http://svn.freebsd.org/changeset/base/241638 Log: MFC r241295: cngetc: use cpu_spinwait to ease the cncheckc loop a tiny bit Modified: stable/8/sys/kern/kern_cons.c Directory Properties: stable/8/sys/ (props changed)

svn commit: r241639 - stable/9/lib/libprocstat

2012-10-17 Thread Andriy Gapon
Author: avg Date: Wed Oct 17 11:33:32 2012 New Revision: 241639 URL: http://svn.freebsd.org/changeset/base/241639 Log: MFC r241304: procstat_getprocs: honor kvm_getprocs interface - cnt is signed Modified: stable/9/lib/libprocstat/libprocstat.c Directory Properties:

svn commit: r241640 - stable/9/sys/cam/ata

2012-10-17 Thread Andriy Gapon
Author: avg Date: Wed Oct 17 11:35:06 2012 New Revision: 241640 URL: http://svn.freebsd.org/changeset/base/241640 Log: MFC r241305: ata_da: set disk::d_ident from serial number Modified: stable/9/sys/cam/ata/ata_da.c Directory Properties: stable/9/sys/ (props changed) Modified:

svn commit: r241641 - head/include

2012-10-17 Thread Attilio Rao
Author: attilio Date: Wed Oct 17 13:04:05 2012 New Revision: 241641 URL: http://svn.freebsd.org/changeset/base/241641 Log: Include a piece that was left out during r241629. Pointy hat to:me Modified: head/include/Makefile Modified: head/include/Makefile

Re: svn commit: r241627 - head/sys/net

2012-10-17 Thread maksim yevmenkin
Thank you for fixing it. I have accidentally committed broken version from work-in-progress tree :( Thanks, Max On Oct 17, 2012, at 1:19 AM, Xin LI delp...@freebsd.org wrote: Author: delphij Date: Wed Oct 17 08:19:08 2012 New Revision: 241627 URL:

Re: svn commit: r241616 - in head/sys: dev/ixgbe net

2012-10-17 Thread John Baldwin
On Tuesday, October 16, 2012 5:10:56 pm Maksim Yevmenkin wrote: On Tue, Oct 16, 2012 at 2:02 PM, John Baldwin j...@freebsd.org wrote: On Tuesday, October 16, 2012 4:18:16 pm Maksim Yevmenkin wrote: Author: emax Date: Tue Oct 16 20:18:15 2012 New Revision: 241616 URL:

Re: svn commit: r237656 - in head: contrib/top usr.bin/top

2012-10-17 Thread Nikolay Denev
On Jun 27, 2012, at 9:08 PM, John Baldwin j...@freebsd.org wrote: Author: jhb Date: Wed Jun 27 18:08:48 2012 New Revision: 237656 URL: http://svn.freebsd.org/changeset/base/237656 Log: Add a new line to top that provides a brief summary of the ZFS ARC memory usage on hosts using ZFS.

Re: svn commit: r237656 - in head: contrib/top usr.bin/top

2012-10-17 Thread Andriy Gapon
on 17/10/2012 18:04 Nikolay Denev said the following: It looks like MFU and MRU are swapped in top's display. I'm using this to correct the output: --- /usr/src/.zfs/snapshot/patches/usr.bin/top/machine.c2012-09-26 08:20:26.0 +0200 +++ usr.bin/top/machine.c

Re: svn commit: r241616 - in head/sys: dev/ixgbe net

2012-10-17 Thread Maksim Yevmenkin
On Wed, Oct 17, 2012 at 6:51 AM, John Baldwin j...@freebsd.org wrote: [...] Maybe a helper 'if_set_baudrate(ifp, IF_Gbps(10))' that would DTRT. (It could be a static inline or some such). I would just like to keep the readability. well, yes, i thought about it, but decided not to do it

svn commit: r241642 - head/sys/dev/cxgbe/tom

2012-10-17 Thread Navdeep Parhar
Author: np Date: Wed Oct 17 16:37:16 2012 New Revision: 241642 URL: http://svn.freebsd.org/changeset/base/241642 Log: Always provide sndbuf and MSS values in a flowc command, even when the driver is going to abort the connection right after the flowc. MFC after:3 days Modified:

Re: svn commit: r241629 - in head: . etc/defaults etc/mtree include lib lib/libprocstat rescue/rescue sbin/mount share/examples share/man/man5 share/man/man7 share/mk sys/conf sys/kern sys/modules usr

2012-10-17 Thread Andreas Tobler
On 17.10.12 13:16, Attilio Rao wrote: Author: attilio Date: Wed Oct 17 11:16:17 2012 New Revision: 241629 URL: http://svn.freebsd.org/changeset/base/241629 Log: Disconnect non-MPSAFE NWFS from the build in preparation for dropping GIANT from VFS. In addition, disconnect also netncp, which

Re: svn commit: r241629 - in head: . etc/defaults etc/mtree include lib lib/libprocstat rescue/rescue sbin/mount share/examples share/man/man5 share/man/man7 share/mk sys/conf sys/kern sys/modules usr

2012-10-17 Thread Attilio Rao
On Wed, Oct 17, 2012 at 6:23 PM, Andreas Tobler andre...@freebsd.org wrote: On 17.10.12 13:16, Attilio Rao wrote: Author: attilio Date: Wed Oct 17 11:16:17 2012 New Revision: 241629 URL: http://svn.freebsd.org/changeset/base/241629 Log: Disconnect non-MPSAFE NWFS from the build in

Re: svn commit: r241625 - head/usr.sbin/cron/cron

2012-10-17 Thread Konstantin Belousov
On Wed, Oct 17, 2012 at 12:44:35AM +, Maxim Sobolev wrote: Author: sobomax Date: Wed Oct 17 00:44:34 2012 New Revision: 241625 URL: http://svn.freebsd.org/changeset/base/241625 Log: o Use nanosleep(2) to sleep exact amount of time till the next second, not multiple of 1 second,

Re: svn commit: r241629 - in head: . etc/defaults etc/mtree include lib lib/libprocstat rescue/rescue sbin/mount share/examples share/man/man5 share/man/man7 share/mk sys/conf sys/kern sys/modules usr

2012-10-17 Thread Garrett Cooper
On Wed, Oct 17, 2012 at 10:41 AM, Andreas Tobler andre...@freebsd.org wrote: ... Just to be sure, am I right to move the part from tools/build/mk/OptionalObsoleteFiles.inc enclosed in the if MK_NCP == no to the toplevel ObsoleteFiles.inc without any ifdefs. Iow, the netncp part should go

svn commit: r241643 - head/sys/dev/netmap

2012-10-17 Thread Ed Maste
Author: emaste Date: Wed Oct 17 18:21:14 2012 New Revision: 241643 URL: http://svn.freebsd.org/changeset/base/241643 Log: Avoid panic when a netmap instance cannot obtain memory. A uint32_t is always = 0. Sponsored by: ADARA Networks Modified: head/sys/dev/netmap/netmap_mem2.c

Re: svn commit: r241616 - in head/sys: dev/ixgbe net

2012-10-17 Thread John Baldwin
On Wednesday, October 17, 2012 11:26:21 am Maksim Yevmenkin wrote: On Wed, Oct 17, 2012 at 6:51 AM, John Baldwin j...@freebsd.org wrote: [...] Maybe a helper 'if_set_baudrate(ifp, IF_Gbps(10))' that would DTRT. (It could be a static inline or some such). I would just like to keep

Re: svn commit: r237656 - in head: contrib/top usr.bin/top

2012-10-17 Thread John Baldwin
On Wednesday, October 17, 2012 11:04:47 am Nikolay Denev wrote: On Jun 27, 2012, at 9:08 PM, John Baldwin j...@freebsd.org wrote: Author: jhb Date: Wed Jun 27 18:08:48 2012 New Revision: 237656 URL: http://svn.freebsd.org/changeset/base/237656 Log: Add a new line to top that

Re: svn commit: r241629 - in head: . etc/defaults etc/mtree include lib lib/libprocstat rescue/rescue sbin/mount share/examples share/man/man5 share/man/man7 share/mk sys/conf sys/kern sys/modules usr

2012-10-17 Thread Attilio Rao
On Wed, Oct 17, 2012 at 6:41 PM, Andreas Tobler andre...@freebsd.org wrote: On 17.10.12 19:35, Attilio Rao wrote: On Wed, Oct 17, 2012 at 6:23 PM, Andreas Tobler andre...@freebsd.org wrote: On 17.10.12 13:16, Attilio Rao wrote: Author: attilio Date: Wed Oct 17 11:16:17 2012 New

Re: svn commit: r241629 - in head: . etc/defaults etc/mtree include lib lib/libprocstat rescue/rescue sbin/mount share/examples share/man/man5 share/man/man7 share/mk sys/conf sys/kern sys/modules usr

2012-10-17 Thread Andreas Tobler
On 17.10.12 20:50, Attilio Rao wrote: On Wed, Oct 17, 2012 at 6:41 PM, Andreas Tobler andre...@freebsd.org wrote: On 17.10.12 19:35, Attilio Rao wrote: On Wed, Oct 17, 2012 at 6:23 PM, Andreas Tobler andre...@freebsd.org wrote: On 17.10.12 13:16, Attilio Rao wrote: Author: attilio Date:

svn commit: r241645 - head/tools/build/mk

2012-10-17 Thread Andreas Tobler
Author: andreast Date: Wed Oct 17 19:21:52 2012 New Revision: 241645 URL: http://svn.freebsd.org/changeset/base/241645 Log: Remove the netncp and nwfs files from here. They will be moved to the ObsoleteFiles.inc file later. Discussed with: attilio Modified:

svn commit: r241646 - in head/sys: dev/ixgbe net

2012-10-17 Thread Maksim Yevmenkin
Author: emax Date: Wed Oct 17 19:24:13 2012 New Revision: 241646 URL: http://svn.freebsd.org/changeset/base/241646 Log: provide helper if_initbaudrate() to set if_baudrate_pf and if_baudrate_pf. again, use ixgbe(4) as an example of how to use new helper function. Reviewed by: jhb MFC

Re: svn commit: r241625 - head/usr.sbin/cron/cron

2012-10-17 Thread Maxim Sobolev
On 10/17/2012 10:48 AM, Konstantin Belousov wrote: The cron daemon in HEAD is not functional, i.e. no jobs are executed at all. Reverting r241625 r241618 r241576 gives me the expected behaviour. P.S. I do not remember a single commit from you which did not failed on tinderbox, or was not found

Re: svn commit: r241625 - head/usr.sbin/cron/cron

2012-10-17 Thread Maxim Sobolev
Also, I have avoided using FP, since the old code doesn't, and some of the smaller systems we run on (arm, mips) might not have FPU unit, so it might have a problem with that. And I am still working on new version to revert to 60-seconds polling by default. -Maxim

Re: svn commit: r241625 - head/usr.sbin/cron/cron

2012-10-17 Thread Konstantin Belousov
On Wed, Oct 17, 2012 at 01:07:20PM -0700, Maxim Sobolev wrote: On 10/17/2012 10:48 AM, Konstantin Belousov wrote: The cron daemon in HEAD is not functional, i.e. no jobs are executed at all. Reverting r241625 r241618 r241576 gives me the expected behaviour. P.S. I do not remember a single

svn commit: r241648 - head/sys/netinet/libalias

2012-10-17 Thread Ed Maste
Author: emaste Date: Wed Oct 17 20:23:07 2012 New Revision: 241648 URL: http://svn.freebsd.org/changeset/base/241648 Log: Avoid potential bad pointer dereference. Previously RuleAdd would leave entry-la unset for the first entry in the proxyList. Sponsored by: ADARA Networks MFC

svn commit: r241649 - in head/usr.sbin/cron: cron crontab lib

2012-10-17 Thread Maxim Sobolev
Author: sobomax Date: Wed Oct 17 20:45:48 2012 New Revision: 241649 URL: http://svn.freebsd.org/changeset/base/241649 Log: Revert latest changes to cron, until better version is worked out (I hope). Requested by: few Modified: head/usr.sbin/cron/cron/cron.c

Re: svn commit: r241625 - head/usr.sbin/cron/cron

2012-10-17 Thread Maxim Sobolev
On 10/17/2012 1:18 PM, Konstantin Belousov wrote: As I said, a reversal of all three commits makes the cron(8) operate correctly. Done, sorry. Do you mind if I send you latest version of the patch later for testing? Thanks! -Maxim ___

Re: svn commit: r241625 - head/usr.sbin/cron/cron

2012-10-17 Thread Konstantin Belousov
On Wed, Oct 17, 2012 at 01:47:01PM -0700, Maxim Sobolev wrote: On 10/17/2012 1:18 PM, Konstantin Belousov wrote: As I said, a reversal of all three commits makes the cron(8) operate correctly. Done, sorry. Do you mind if I send you latest version of the patch later for testing? Thank

svn commit: r241650 - head/sys/net

2012-10-17 Thread Gleb Smirnoff
Author: glebius Date: Wed Oct 17 21:19:27 2012 New Revision: 241650 URL: http://svn.freebsd.org/changeset/base/241650 Log: Fix VIMAGE build. Reported by: Nikolai Lifanov lifanov mail.lifanov.com Pointy hat to:glebius Modified: head/sys/net/if_clone.c Modified:

svn commit: r241651 - head/usr.sbin/cron/cron

2012-10-17 Thread Maxim Sobolev
Author: sobomax Date: Wed Oct 17 21:26:35 2012 New Revision: 241651 URL: http://svn.freebsd.org/changeset/base/241651 Log: Remove harmless, but superfluous local change that creeped in along with the r241649. Modified: head/usr.sbin/cron/cron/cron.h Modified:

svn commit: r241652 - head/sys/dev/nve

2012-10-17 Thread Gleb Smirnoff
Author: glebius Date: Wed Oct 17 21:30:16 2012 New Revision: 241652 URL: http://svn.freebsd.org/changeset/base/241652 Log: Don't redefine macros defined in if.h and ethernet.h. Modified: head/sys/dev/nve/if_nvereg.h Modified: head/sys/dev/nve/if_nvereg.h

svn commit: r241653 - in head/usr.sbin/bsdconfig: include share

2012-10-17 Thread Devin Teske
Author: dteske Date: Wed Oct 17 21:48:45 2012 New Revision: 241653 URL: http://svn.freebsd.org/changeset/base/241653 Log: Ask to become root via sudo(8) and give user ability to save this preference. Reviewed by: adrian (co-mentor) Approved by: adrian (co-mentor) Modified:

svn commit: r241654 - head/contrib/bsnmp/snmp_mibII

2012-10-17 Thread Maksim Yevmenkin
Author: emax Date: Wed Oct 17 21:53:38 2012 New Revision: 241654 URL: http://svn.freebsd.org/changeset/base/241654 Log: fix build MFC after:1 week Modified: head/contrib/bsnmp/snmp_mibII/mibII.h Modified: head/contrib/bsnmp/snmp_mibII/mibII.h

svn commit: r241655 - head/cddl/contrib/opensolaris/lib/libzfs/common

2012-10-17 Thread Martin Matuska
Author: mm Date: Wed Oct 17 22:14:09 2012 New Revision: 241655 URL: http://svn.freebsd.org/changeset/base/241655 Log: Add missing initialization for do_prefix. Corrects porting error in r238391 Vendor issue and changeset reference: 2883 changing canmount property to on should not

svn commit: r241656 - head/contrib/bsnmp/snmp_mibII

2012-10-17 Thread Maksim Yevmenkin
Author: emax Date: Thu Oct 18 00:20:02 2012 New Revision: 241656 URL: http://svn.freebsd.org/changeset/base/241656 Log: put another bandaid on the build until i figure out bsnmp headers Modified: head/contrib/bsnmp/snmp_mibII/mibII_route.c Modified:

svn commit: r241657 - in head/sys/dev: nvd nvme

2012-10-17 Thread Jim Harris
Author: jimharris Date: Thu Oct 18 00:32:07 2012 New Revision: 241657 URL: http://svn.freebsd.org/changeset/base/241657 Log: Add return codes to all functions used for submitting commands to I/O queues. Sponsored by: Intel Modified: head/sys/dev/nvd/nvd.c head/sys/dev/nvme/nvme.c

svn commit: r241658 - head/sys/dev/nvme

2012-10-17 Thread Jim Harris
Author: jimharris Date: Thu Oct 18 00:37:11 2012 New Revision: 241658 URL: http://svn.freebsd.org/changeset/base/241658 Log: Merge struct nvme_prp_list into struct nvme_tracker. This simplifies the driver significantly where it is constructing commands to be submitted to hardware. By

svn commit: r241659 - head/sys/dev/nvme

2012-10-17 Thread Jim Harris
Author: jimharris Date: Thu Oct 18 00:38:28 2012 New Revision: 241659 URL: http://svn.freebsd.org/changeset/base/241659 Log: Add struct nvme_request object which contains all of the parameters passed from an NVMe consumer. This allows us to mostly build NVMe command buffers without

svn commit: r241660 - head/sys/dev/nvme

2012-10-17 Thread Jim Harris
Author: jimharris Date: Thu Oct 18 00:39:29 2012 New Revision: 241660 URL: http://svn.freebsd.org/changeset/base/241660 Log: Add nvme_ctrlr_submit_[admin|io]_request functions which consolidates code for allocating nvme_tracker objects and making calls into bus_dmamap_load for commands

svn commit: r241661 - head/sys/dev/nvme

2012-10-17 Thread Jim Harris
Author: jimharris Date: Thu Oct 18 00:40:40 2012 New Revision: 241661 URL: http://svn.freebsd.org/changeset/base/241661 Log: Cleanup uio-related code to use struct nvme_request and nvme_ctrlr_submit_io_request(). While here, also fix case where a uio may have more than 1 iovec. NVMe's

svn commit: r241662 - head/sys/dev/nvme

2012-10-17 Thread Jim Harris
Author: jimharris Date: Thu Oct 18 00:41:31 2012 New Revision: 241662 URL: http://svn.freebsd.org/changeset/base/241662 Log: Simplify how the qpair lock is acquired and released. Sponsored by: Intel Modified: head/sys/dev/nvme/nvme_ctrlr.c head/sys/dev/nvme/nvme_qpair.c Modified:

svn commit: r241663 - head/sys/dev/nvme

2012-10-17 Thread Jim Harris
Author: jimharris Date: Thu Oct 18 00:43:25 2012 New Revision: 241663 URL: http://svn.freebsd.org/changeset/base/241663 Log: Create nvme_qpair_submit_request() which eliminates all of the code duplication between the admin and io controller-level submit functions. Sponsored by: Intel

svn commit: r241664 - head/sys/dev/nvme

2012-10-17 Thread Jim Harris
Author: jimharris Date: Thu Oct 18 00:44:39 2012 New Revision: 241664 URL: http://svn.freebsd.org/changeset/base/241664 Log: Preallocate a limited number of nvme_tracker objects per qpair, rather than dynamically creating them at runtime. Sponsored by: Intel Modified:

svn commit: r241665 - in head/sys/dev: nvd nvme

2012-10-17 Thread Jim Harris
Author: jimharris Date: Thu Oct 18 00:45:53 2012 New Revision: 241665 URL: http://svn.freebsd.org/changeset/base/241665 Log: Add ability to queue nvme_request objects if no nvme_trackers are available. This eliminates the need to manage queue depth at the nvd(4) level for Chatham

svn commit: r241666 - stable/8/sys/cam/scsi

2012-10-17 Thread Eitan Adler
Author: eadler Date: Thu Oct 18 01:12:15 2012 New Revision: 241666 URL: http://svn.freebsd.org/changeset/base/241666 Log: MFC r241580: Add support for the USB DISK Pro PMAP. This patch has sit for 6 years in the PR database. PR: usb/96381 Approved by:

svn commit: r241667 - stable/9/sys/cam/scsi

2012-10-17 Thread Eitan Adler
Author: eadler Date: Thu Oct 18 01:12:15 2012 New Revision: 241667 URL: http://svn.freebsd.org/changeset/base/241667 Log: MFC r241580: Add support for the USB DISK Pro PMAP. This patch has sit for 6 years in the PR database. PR: usb/96381 Approved by:

svn commit: r241668 - stable/7/sys/cam/scsi

2012-10-17 Thread Eitan Adler
Author: eadler Date: Thu Oct 18 01:12:15 2012 New Revision: 241668 URL: http://svn.freebsd.org/changeset/base/241668 Log: MFC r241580: Add support for the USB DISK Pro PMAP. This patch has sit for 6 years in the PR database. PR: usb/96381 Approved by:

svn commit: r241671 - stable/9/sbin/mount

2012-10-17 Thread Eitan Adler
Author: eadler Date: Thu Oct 18 01:14:22 2012 New Revision: 241671 URL: http://svn.freebsd.org/changeset/base/241671 Log: MFC r241581: Fix minor nits: use a comma after i.e. sentences begin on new lines. No .Dd bump for trivial modification. Approved by:

svn commit: r241669 - stable/8/sbin/mount

2012-10-17 Thread Eitan Adler
Author: eadler Date: Thu Oct 18 01:14:22 2012 New Revision: 241669 URL: http://svn.freebsd.org/changeset/base/241669 Log: MFC r241581: Fix minor nits: use a comma after i.e. sentences begin on new lines. No .Dd bump for trivial modification. Approved by:

svn commit: r241670 - stable/7/sbin/mount

2012-10-17 Thread Eitan Adler
Author: eadler Date: Thu Oct 18 01:14:22 2012 New Revision: 241670 URL: http://svn.freebsd.org/changeset/base/241670 Log: MFC r241581: Fix minor nits: use a comma after i.e. sentences begin on new lines. No .Dd bump for trivial modification. Approved by: