svn commit: r239210 - head/sys/boot/common

2012-08-12 Thread Andrey V. Elsukov
Author: ae Date: Sun Aug 12 14:16:21 2012 New Revision: 239210 URL: http://svn.freebsd.org/changeset/base/239210 Log: Add more debug messages. Modified: head/sys/boot/common/disk.c Modified: head/sys/boot/common/disk.c

svn commit: r239211 - head/sys/boot/i386/libi386

2012-08-12 Thread Andrey V. Elsukov
Author: ae Date: Sun Aug 12 14:32:30 2012 New Revision: 239211 URL: http://svn.freebsd.org/changeset/base/239211 Log: Add another debug message. Modified: head/sys/boot/i386/libi386/biosdisk.c Modified: head/sys/boot/i386/libi386/biosdisk.c

svn commit: r239212 - head/sys/cam/scsi

2012-08-12 Thread Matt Jacob
Author: mjacob Date: Sun Aug 12 16:58:38 2012 New Revision: 239212 URL: http://svn.freebsd.org/changeset/base/239212 Log: Add missing VERIFY_10 definition. MFC after:1 month Modified: head/sys/cam/scsi/scsi_all.h Modified: head/sys/cam/scsi/scsi_all.h

svn commit: r239213 - head/sys/cam/scsi

2012-08-12 Thread Matt Jacob
Author: mjacob Date: Sun Aug 12 17:01:07 2012 New Revision: 239213 URL: http://svn.freebsd.org/changeset/base/239213 Log: 1. Remove SEN support. I doubt there are any working examples of this hardware still running (close to twenty years now). 2. Quiesece and use ENC_VLOG instead of

svn commit: r239214 - in head/sys: dev/usb dev/usb/controller sys

2012-08-12 Thread Hans Petter Selasky
Author: hselasky Date: Sun Aug 12 17:53:06 2012 New Revision: 239214 URL: http://svn.freebsd.org/changeset/base/239214 Log: Add support for the so-called streams feature of BULK endpoints in SUPER-speed mode, USB 3.0. This feature has not been tested yet, due to lack of hardware.

svn commit: r239215 - head/sys/dev/usb/controller

2012-08-12 Thread Hans Petter Selasky
Author: hselasky Date: Sun Aug 12 19:58:56 2012 New Revision: 239215 URL: http://svn.freebsd.org/changeset/base/239215 Log: Compile fix. MFC after:2 weeks Modified: head/sys/dev/usb/controller/at91dci.c Modified: head/sys/dev/usb/controller/at91dci.c

svn commit: r239216 - head/cddl/contrib/opensolaris/cmd/zfs

2012-08-12 Thread Glen Barber
Author: gjb (doc,ports committer) Date: Sun Aug 12 20:23:59 2012 New Revision: 239216 URL: http://svn.freebsd.org/changeset/base/239216 Log: Remove a leading space that breaks rendering. MFC after:3 days Modified: head/cddl/contrib/opensolaris/cmd/zfs/zfs.8 Modified:

svn commit: r239217 - head/cddl/contrib/opensolaris/cmd/zfs

2012-08-12 Thread Glen Barber
Author: gjb (doc,ports committer) Date: Sun Aug 12 20:30:15 2012 New Revision: 239217 URL: http://svn.freebsd.org/changeset/base/239217 Log: - Fix source dataset snapshot name in Example 15. - Bump date. MFC after:3 days X-MFC-With: r239216 Modified:

svn commit: r239218 - head/sys/dev/isp

2012-08-12 Thread Matt Jacob
Author: mjacob Date: Sun Aug 12 20:45:47 2012 New Revision: 239218 URL: http://svn.freebsd.org/changeset/base/239218 Log: Fix an oops where we wiped out DMA maps. Don't allocate extended command space for anything less than a 2300. MFC after:1 month X-MFC:238869

svn commit: r239219 - head/sys/dev/isp

2012-08-12 Thread Matt Jacob
Author: mjacob Date: Sun Aug 12 20:49:25 2012 New Revision: 239219 URL: http://svn.freebsd.org/changeset/base/239219 Log: Remove extraneous newline. MFC after:1 month Modified: head/sys/dev/isp/isp.c Modified: head/sys/dev/isp/isp.c