svn commit: r284593 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2015-06-18 Thread Andriy Gapon
Author: avg Date: Fri Jun 19 06:58:05 2015 New Revision: 284593 URL: https://svnweb.freebsd.org/changeset/base/284593 Log: MFV r284412: 5911 ZFS "hangs" while deleting file Reviewed by: Bayard Bell Reviewed by: Alek Pinchuk Reviewed by: Simon Klinkert Reviewed by: Dan McDonald A

svn commit: r284592 - in head/sys: conf modules/usb

2015-06-18 Thread Hans Petter Selasky
Author: hselasky Date: Fri Jun 19 06:48:55 2015 New Revision: 284592 URL: https://svnweb.freebsd.org/changeset/base/284592 Log: Add USB gold driver to default kernel build. Modified: head/sys/conf/NOTES head/sys/conf/files head/sys/modules/usb/Makefile Modified: head/sys/conf/NOTES =

svn commit: r284591 - head/sys/cddl/contrib/opensolaris/uts/common/sys

2015-06-18 Thread Andriy Gapon
Author: avg Date: Fri Jun 19 06:41:53 2015 New Revision: 284591 URL: https://svnweb.freebsd.org/changeset/base/284591 Log: illums compat: use flsl/flsll for highbit/highbit64 Do that only when when fast inline versions are available. At the moment that can be the case only in the kernel a

svn commit: r284590 - in head/sys/boot: . common i386/loader

2015-06-18 Thread Baptiste Daroussin
Author: bapt Date: Fri Jun 19 05:42:24 2015 New Revision: 284590 URL: https://svnweb.freebsd.org/changeset/base/284590 Log: Install loader(8) and zfsloader(8) only once Differential Revision:https://reviews.freebsd.org/D2841 Reviewed by: imp Added: head/sys/boot/common/Makefil

svn commit: r284589 - head/usr.sbin/fstyp

2015-06-18 Thread Allan Jude
Author: allanjude (doc committer) Date: Fri Jun 19 05:09:02 2015 New Revision: 284589 URL: https://svnweb.freebsd.org/changeset/base/284589 Log: Add the ability to detect ZFS and GELI encrypted file systems to fstyp(8) Functionality is hidden behind the -u flag to avoid confusing automounte

svn commit: r284588 - head/sys/dev/iwn

2015-06-18 Thread Adrian Chadd
Author: adrian Date: Fri Jun 19 01:44:17 2015 New Revision: 284588 URL: https://svnweb.freebsd.org/changeset/base/284588 Log: First cut at attempting to buffer frames until we see a beacon. The iwn(4) firmware forgets most of its channel state after an RXON command. This means that any b

svn commit: r284587 - head/sys/conf

2015-06-18 Thread Adrian Chadd
Author: adrian Date: Fri Jun 19 01:21:10 2015 New Revision: 284587 URL: https://svnweb.freebsd.org/changeset/base/284587 Log: Add in library routines not supplied by gcc-4.9 but required by the kernel. Reviewed by: imp Modified: head/sys/conf/files.mips Modified: head/sys/conf/files.mi

svn commit: r284586 - stable/10/sys/cam/ctl

2015-06-18 Thread Alexander Motin
Author: mav Date: Fri Jun 19 00:53:15 2015 New Revision: 284586 URL: https://svnweb.freebsd.org/changeset/base/284586 Log: MFC r284013: Allow setting only WWNN or only WWPN. Modified: stable/10/sys/cam/ctl/scsi_ctl.c Directory Properties: stable/10/ (props changed) Modified: stable/10/sy

svn commit: r284585 - head/sys/dev/atkbdc

2015-06-18 Thread Rui Paulo
Author: rpaulo Date: Fri Jun 19 00:10:30 2015 New Revision: 284585 URL: https://svnweb.freebsd.org/changeset/base/284585 Log: Synaptics: fix a problem with trackpoint passthrough. There was a inconsistency which led to enable passthrough commands being interpreted as actual touchpad comma

svn commit: r284584 - in stable/10: gnu/usr.bin/groff/tmac lib/clang sys/conf

2015-06-18 Thread Glen Barber
Author: gjb Date: Fri Jun 19 00:00:32 2015 New Revision: 284584 URL: https://svnweb.freebsd.org/changeset/base/284584 Log: Update stable/10 from 10.1-STABLE to 10.2-PRERELEASE, marking the official start of the code slush. Set the default mdoc(7) version to 10.2, and update the clang(1)

svn commit: r284583 - in head/sys: contrib/dev/acpica contrib/dev/acpica/common contrib/dev/acpica/compiler contrib/dev/acpica/components/debugger contrib/dev/acpica/components/disassembler contrib...

2015-06-18 Thread Jung-uk Kim
Author: jkim Date: Thu Jun 18 23:14:45 2015 New Revision: 284583 URL: https://svnweb.freebsd.org/changeset/base/284583 Log: Merge ACPICA 20150619. Added: head/sys/contrib/dev/acpica/include/acclib.h - copied unchanged from r284563, vendor-sys/acpica/dist/source/include/acclib.h Modified

svn commit: r284582 - in head: sys/geom/label usr.sbin/fstyp

2015-06-18 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Jun 18 21:55:55 2015 New Revision: 284582 URL: https://svnweb.freebsd.org/changeset/base/284582 Log: Fix off-by-one error in fstyp(8) and geom_label(4) that made them use a single space (" ") as a CD9660 label name when no label was present. Similar problem was also p

svn commit: r284581 - stable/10/sys/netpfil/pf

2015-06-18 Thread Kristof Provost
Author: kp Date: Thu Jun 18 21:25:07 2015 New Revision: 284581 URL: https://svnweb.freebsd.org/changeset/base/284581 Log: Merge r284280 pf: Remove frc_direction We don't use the direction of the fragments for anything. The frc_direction field is assigned, but never read. Just remov

svn commit: r284580 - stable/10/sys/netpfil/pf

2015-06-18 Thread Kristof Provost
Author: kp Date: Thu Jun 18 21:23:41 2015 New Revision: 284580 URL: https://svnweb.freebsd.org/changeset/base/284580 Log: Merge r284222, r284260 pf: address family must be set when creating a pf_fragment Fix a panic when handling fragmented ip4 packets with 'drop-ovl' set. In that sc

svn commit: r284579 - in stable/10/sys: net netpfil/pf

2015-06-18 Thread Kristof Provost
Author: kp Date: Thu Jun 18 21:21:52 2015 New Revision: 284579 URL: https://svnweb.freebsd.org/changeset/base/284579 Log: Merge r278874, r278925, r278868 - Improve INET/INET6 scope. - style(9) declarations. - Make couple of local functions static. - Even more fixes to !INET and !INET6

svn commit: r284578 - head/kerberos5/lib/libhx509

2015-06-18 Thread Jung-uk Kim
Author: jkim Date: Thu Jun 18 21:18:43 2015 New Revision: 284578 URL: https://svnweb.freebsd.org/changeset/base/284578 Log: Fix a typo introduced in r262209. MFC after:3 days Modified: head/kerberos5/lib/libhx509/Makefile Modified: head/kerberos5/lib/libhx509/Makefile ==

svn commit: r284577 - stable/10/sys/netpfil/pf

2015-06-18 Thread Kristof Provost
Author: kp Date: Thu Jun 18 20:59:48 2015 New Revision: 284577 URL: https://svnweb.freebsd.org/changeset/base/284577 Log: Merge r281536 pf: Fix forwarding detection If the direction is not PF_OUT we can never be forwarding. Some input packets have rcvif != ifp (looped back packets),

svn commit: r284576 - stable/10/sys/netinet6

2015-06-18 Thread Kristof Provost
Author: kp Date: Thu Jun 18 20:57:21 2015 New Revision: 284576 URL: https://svnweb.freebsd.org/changeset/base/284576 Log: Merge r281234 Evaluate packet size after the firewall had its chance Defer the packet size check until after the firewall has had a look at it. This means that t

svn commit: r284575 - stable/10/sys/netinet6

2015-06-18 Thread Kristof Provost
Author: kp Date: Thu Jun 18 20:45:37 2015 New Revision: 284575 URL: https://svnweb.freebsd.org/changeset/base/284575 Log: Merge r281165 Remove duplicate code We'll just fall into the same local delivery block under the 'if (m->m_flags & M_FASTFWD_OURS)'. Suggested by: ae

svn commit: r284574 - stable/10/sys/netpfil/pf

2015-06-18 Thread Kristof Provost
Author: kp Date: Thu Jun 18 20:43:16 2015 New Revision: 284574 URL: https://svnweb.freebsd.org/changeset/base/284574 Log: Merge r281164 pf: Skip firewall for refragmented ip6 packets In cases where we scrub (fragment reassemble) on both input and output we risk ending up in infinite

svn commit: r284573 - stable/10/sys/netpfil/pf

2015-06-18 Thread Kristof Provost
Author: kp Date: Thu Jun 18 20:41:55 2015 New Revision: 284573 URL: https://svnweb.freebsd.org/changeset/base/284573 Log: Merge r280956 pf: Deal with runt packets On Ethernet packets have a minimal length, so very short packets get padding appended to them. This padding is not stripp

svn commit: r284572 - in stable/10/sys: netinet6 netpfil/pf

2015-06-18 Thread Kristof Provost
Author: kp Date: Thu Jun 18 20:40:36 2015 New Revision: 284572 URL: https://svnweb.freebsd.org/changeset/base/284572 Log: Merge r280955 Preserve IPv6 fragment IDs accross reassembly and refragmentation When forwarding fragmented IPv6 packets and filtering with PF we reassemble and re

svn commit: r284571 - in stable/10/sys: net netpfil/pf

2015-06-18 Thread Kristof Provost
Author: kp Date: Thu Jun 18 20:34:39 2015 New Revision: 284571 URL: https://svnweb.freebsd.org/changeset/base/284571 Log: Merge r278843, r278858 In the forwarding case refragment the reassembled packets with the same size as they arrived in. This allows the sender to determine the optimal

svn commit: r284570 - stable/10/sys/netinet6

2015-06-18 Thread Kristof Provost
Author: kp Date: Thu Jun 18 20:32:53 2015 New Revision: 284570 URL: https://svnweb.freebsd.org/changeset/base/284570 Log: Merge r278842 Factor out ip6_fragment() function, to be used in IPv6 stack and pf(4). Differential Revision:https://reviews.freebsd.org/D2815 Reviewed by:

svn commit: r284569 - in stable/10/sys: net netpfil/pf

2015-06-18 Thread Kristof Provost
Author: kp Date: Thu Jun 18 20:28:52 2015 New Revision: 284569 URL: https://svnweb.freebsd.org/changeset/base/284569 Log: Merge r278831, r278834 Update the pf fragment handling code to closer match recent OpenBSD. That partially fixes IPv6 fragment handling. Differential Revision:

svn commit: r284568 - stable/10/sys/netinet6

2015-06-18 Thread Kristof Provost
Author: kp Date: Thu Jun 18 20:21:02 2015 New Revision: 284568 URL: https://svnweb.freebsd.org/changeset/base/284568 Log: Merge r278828, r278832 - Factor out ip6_deletefraghdr() function, to be shared between IPv6 stack and pf(4). - Move ip6_deletefraghdr() to frag6.c. (Suggested by bz

svn commit: r284567 - head/release

2015-06-18 Thread Glen Barber
Author: gjb Date: Thu Jun 18 19:20:00 2015 New Revision: 284567 URL: https://svnweb.freebsd.org/changeset/base/284567 Log: Add Makefile.azure, used to upload VHD images to the Microsoft Azure environment, similar to the EC2 AMIs. MFC after:3 days Tested with: stable/10@r284517 (pat

Re: svn commit: r284345 - in head: . bin/cat bin/chflags bin/chio bin/chmod bin/cp bin/csh bin/date bin/dd bin/df bin/domainname bin/echo bin/ed bin/expr bin/freebsd-version bin/getfacl bin/hostname b

2015-06-18 Thread Simon J. Gerraty
Ian Lepore wrote: > > I agree but 8 -> 11 is a very big jump. > > Not really. We're in the midst of such a change at $work, but it will Yes we still use 7.x on most machines - these can build head just fine, but it is a reasonably controlled environment, with minimal dependence on the host env.

svn commit: r284566 - head/sys/netinet

2015-06-18 Thread Andrey V. Elsukov
Author: ae Date: Thu Jun 18 18:28:38 2015 New Revision: 284566 URL: https://svnweb.freebsd.org/changeset/base/284566 Log: Fix possible use after free in encap[46]_input(). There is small window, when encap_detach() can free matched entry directly after we release encapmtx. Instead of use poi

svn commit: r284565 - stable/10/sys/geom/part

2015-06-18 Thread Andrey V. Elsukov
Author: ae Date: Thu Jun 18 17:42:24 2015 New Revision: 284565 URL: https://svnweb.freebsd.org/changeset/base/284565 Log: MFC r284151: Teach G_PART_GPT class handle g_resize_provider event. Modified: stable/10/sys/geom/part/g_part_gpt.c Directory Properties: stable/10/ (props changed)

svn commit: r284563 - in vendor-sys/acpica/dist: . source/compiler source/components/hardware source/components/namespace source/components/tables source/components/utilities source/include source/...

2015-06-18 Thread Jung-uk Kim
Author: jkim Date: Thu Jun 18 17:27:40 2015 New Revision: 284563 URL: https://svnweb.freebsd.org/changeset/base/284563 Log: Import ACPICA 20150619. Added: vendor-sys/acpica/dist/source/include/acclib.h (contents, props changed) Modified: vendor-sys/acpica/dist/changes.txt vendor-sys/acp

svn commit: r284564 - vendor-sys/acpica/20150619

2015-06-18 Thread Jung-uk Kim
Author: jkim Date: Thu Jun 18 17:28:15 2015 New Revision: 284564 URL: https://svnweb.freebsd.org/changeset/base/284564 Log: Tag ACPICA 20150619. Added: vendor-sys/acpica/20150619/ - copied from r284563, vendor-sys/acpica/dist/ ___ svn-src-all@f

svn commit: r284562 - head/sys/arm/ti/am335x

2015-06-18 Thread Oleksandr Tymoshenko
Author: gonzo Date: Thu Jun 18 16:51:49 2015 New Revision: 284562 URL: https://svnweb.freebsd.org/changeset/base/284562 Log: Add missing driver for TDA19988 HDMI framer Added: head/sys/arm/ti/am335x/tda19988.c (contents, props changed) Added: head/sys/arm/ti/am335x/tda19988.c =

svn commit: r284561 - stable/8/lib/libc/resolv

2015-06-18 Thread Hajimu UMEMOTO
Author: ume Date: Thu Jun 18 16:46:40 2015 New Revision: 284561 URL: https://svnweb.freebsd.org/changeset/base/284561 Log: MFC r284229: Add support for '_' occurring at the beginning or end of a name component. PR: 176093 Submitted by: landonf__at__bikemonkey.org Modified:

svn commit: r284560 - stable/9/lib/libc/resolv

2015-06-18 Thread Hajimu UMEMOTO
Author: ume Date: Thu Jun 18 16:43:38 2015 New Revision: 284560 URL: https://svnweb.freebsd.org/changeset/base/284560 Log: MFC r284229: Add support for '_' occurring at the beginning or end of a name component. PR: 176093 Submitted by: landonf__at__bikemonkey.org Modified:

svn commit: r284559 - stable/10/lib/libc/resolv

2015-06-18 Thread Hajimu UMEMOTO
Author: ume Date: Thu Jun 18 16:39:05 2015 New Revision: 284559 URL: https://svnweb.freebsd.org/changeset/base/284559 Log: MFC r284229: Add support for '_' occurring at the beginning or end of a name component. PR: 176093 Submitted by: landonf__at__bikemonkey.org Modified:

Re: svn commit: r284535 - head/sys/kern

2015-06-18 Thread Sean Bruno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 06/17/15 20:07, Konstantin Belousov wrote: > On Thu, Jun 18, 2015 at 02:04:21AM +, Sean Bruno wrote: >> Author: sbruno Date: Thu Jun 18 02:04:20 2015 New Revision: >> 284535 URL: https://svnweb.freebsd.org/changeset/base/284535 >> >> Log: Thi

svn commit: r284558 - head/share/man/man9

2015-06-18 Thread Christian Brueffer
Author: brueffer Date: Thu Jun 18 16:31:32 2015 New Revision: 284558 URL: https://svnweb.freebsd.org/changeset/base/284558 Log: Document title should be in CAPS. Modified: head/share/man/man9/pci_iov_schema.9 Modified: head/share/man/man9/pci_iov_schema.9

svn commit: r284557 - head/share/man/man9

2015-06-18 Thread Christian Brueffer
Author: brueffer Date: Thu Jun 18 16:29:11 2015 New Revision: 284557 URL: https://svnweb.freebsd.org/changeset/base/284557 Log: Remove EOL whitespace. Modified: head/share/man/man9/pci_iov_schema.9 head/share/man/man9/sbuf.9 head/share/man/man9/taskqueue.9 Modified: head/share/man/man9/p

svn commit: r284556 - in stable/10/sys: dev/sfxge modules/sfxge

2015-06-18 Thread Andrew Rybchenko
Author: arybchik Date: Thu Jun 18 15:50:42 2015 New Revision: 284556 URL: https://svnweb.freebsd.org/changeset/base/284556 Log: MFC: r283679 sfxge: do not use DEBUG_FLAGS to enable extra debug checks DEBUG_FLAGS are set to DEBUG option value when kernel is built. For example, it is -

svn commit: r284555 - in stable/10: share/man/man4 sys/conf sys/dev/sfxge sys/dev/sfxge/common sys/modules/sfxge

2015-06-18 Thread Andrew Rybchenko
Author: arybchik Date: Thu Jun 18 15:46:39 2015 New Revision: 284555 URL: https://svnweb.freebsd.org/changeset/base/284555 Log: MFC: r283514 sfxge: add 7xxx NICs family support Support 7xxx adapters including firmware-assisted TSO and VLAN tagging: - Solarflare Flareon Ultra 700

svn commit: r284554 - stable/10/sys/dev/sfxge

2015-06-18 Thread Andrew Rybchenko
Author: arybchik Date: Thu Jun 18 15:41:09 2015 New Revision: 284554 URL: https://svnweb.freebsd.org/changeset/base/284554 Log: sfxge: use if_initbaudrate() to set interface baudrate It is required to cope with u_long limit for 10 Gbps in a right way. It is a direct commit to stable/10 si

svn commit: r284553 - head/contrib/libcxxrt

2015-06-18 Thread Ed Maste
Author: emaste Date: Thu Jun 18 14:29:46 2015 New Revision: 284553 URL: https://svnweb.freebsd.org/changeset/base/284553 Log: Update libcxxrt upgrade instructions The typeinfo file no longer exists upstream. Modified: head/contrib/libcxxrt/FREEBSD-upgrade Modified: head/contrib/libcxxrt

svn commit: r284552 - head/sys/dev/mii

2015-06-18 Thread Marius Strobl
Author: marius Date: Thu Jun 18 14:13:16 2015 New Revision: 284552 URL: https://svnweb.freebsd.org/changeset/base/284552 Log: Fix yet another comment typo in NetBSD rev. 1.16, missed when merging it in r284447. Submitted by: yongari Sponsored by: genua mbh Modified: head/sys/dev/mii/

svn commit: r284551 - head/contrib/libcxxrt

2015-06-18 Thread Ed Maste
Author: emaste Date: Thu Jun 18 14:12:08 2015 New Revision: 284551 URL: https://svnweb.freebsd.org/changeset/base/284551 Log: Import libcxxrt master e64e93fe5bba67a6d52cbe5a97f8770c054bfa65. This includes a number of demangler fixes obtained from upstream ELF Tool Chain. PR:

svn commit: r284550 - vendor/libcxxrt/2015-06-18-e64e93fe5bba67a6d52cbe5a97f8770c054bfa65

2015-06-18 Thread Ed Maste
Author: emaste Date: Thu Jun 18 14:02:19 2015 New Revision: 284550 URL: https://svnweb.freebsd.org/changeset/base/284550 Log: Tag libcxxrt master e64e93fe5bba67a6d52cbe5a97f8770c054bfa65. Added: vendor/libcxxrt/2015-06-18-e64e93fe5bba67a6d52cbe5a97f8770c054bfa65/ - copied from r284545, v

svn commit: r284549 - vendor/libcxxrt/dist

2015-06-18 Thread Ed Maste
Author: emaste Date: Thu Jun 18 14:00:44 2015 New Revision: 284549 URL: https://svnweb.freebsd.org/changeset/base/284549 Log: Import libcxxrt master e64e93fe5bba67a6d52cbe5a97f8770c054bfa65 This includes a number of fixes to the C++ demangler (obtained from upstream ELF Tool Chain). Modi

Re: svn commit: r284345 - in head: . bin/cat bin/chflags bin/chio bin/chmod bin/cp bin/csh bin/date bin/dd bin/df bin/domainname bin/echo bin/ed bin/expr bin/freebsd-version bin/getfacl bin/hostname b

2015-06-18 Thread Ian Lepore
On Sun, 2015-06-14 at 15:00 -0700, Simon J. Gerraty wrote: > Garrett Cooper wrote: > > > Breaking source upgrades to later versions is painful. We want to make > > sure fmake at least works with upgrade_checks so people can upgrade > > from earlier versions of 8/9/10 to 11 without having to deal

svn commit: r284548 - stable/10/sys/kern

2015-06-18 Thread Konstantin Belousov
Author: kib Date: Thu Jun 18 13:46:32 2015 New Revision: 284548 URL: https://svnweb.freebsd.org/changeset/base/284548 Log: MFC r284178: Add barriers when updating and reading th_generation. MFC r284256: Tweaks for r284178. Modified: stable/10/sys/kern/kern_tc.c Directory Properties:

svn commit: r284547 - head/usr.bin/sockstat

2015-06-18 Thread Michael Tuexen
Author: tuexen Date: Thu Jun 18 13:45:07 2015 New Revision: 284547 URL: https://svnweb.freebsd.org/changeset/base/284547 Log: Fix a bug reported by coverity. Since AF_UNIX sockets don't have multiple addresses, the problem didn't show up during testing. Reported by: Coverity CID:

svn commit: r284546 - head/contrib/gcc

2015-06-18 Thread Adrian Chadd
Author: adrian Date: Thu Jun 18 13:40:08 2015 New Revision: 284546 URL: https://svnweb.freebsd.org/changeset/base/284546 Log: Fix compilation of this macro under gcc-4.9 for MIPS32. Some point after gcc-4.2 the MIPS inline assembly restrictions changed - =h (hi register) disappeared from

Re: svn: head/sys/boot: common uboot/common uboot/lib

2015-06-18 Thread Ian Lepore
On Sat, 2015-06-13 at 14:53 -0700, Maxim Sobolev wrote: > Just in case, my debug code and proposed fix can be found here: > > https://github.com/sobomax/FreeBSD.arm/commit/48509790f82352cb455d0f5029291b917afb985b > > Unless I hear from you I am going to push it into the repository in the > next f

Re: svn commit: r284409 - in head/cddl/lib: libzfs libzfs_core

2015-06-18 Thread Andriy Gapon
On 15/06/2015 21:06, Warner Losh wrote: > >> On Jun 15, 2015, at 8:37 AM, Matthew Ahrens wrote: >> >> >> >> On Mon, Jun 15, 2015 at 7:53 AM, Andriy Gapon wrote: >> >> P.S. My personal preference would be to drop that compat code and to >> convince ZFS/FreeBSD users to always use boot enviro

svn commit: r284544 - head/sys/dev/virtio/mmio

2015-06-18 Thread Ruslan Bukin
Author: br Date: Thu Jun 18 10:33:04 2015 New Revision: 284544 URL: https://svnweb.freebsd.org/changeset/base/284544 Log: Remove duplicate defines. Sponsored by: HEIF5 Modified: head/sys/dev/virtio/mmio/virtio_mmio.h Modified: head/sys/dev/virtio/mmio/virtio_mmio.h =

svn commit: r284543 - head/release/arm

2015-06-18 Thread Glen Barber
Author: gjb Date: Thu Jun 18 10:26:27 2015 New Revision: 284543 URL: https://svnweb.freebsd.org/changeset/base/284543 Log: Increase the FreeBSD/arm image sizes back to 1G for 11-CURRENT. While 480M is sufficient for 10-STABLE, 11-CURRENT images at this size fail due to insufficient space.

svn commit: r284542 - head/usr.sbin/ctld

2015-06-18 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Jun 18 10:17:47 2015 New Revision: 284542 URL: https://svnweb.freebsd.org/changeset/base/284542 Log: Allow '@' in unquoted strings, such as with the "path" statement. Note that one can use any character they like by using double quotes. PR: 200895 MFC

svn commit: r284541 - head/sys/cam/ctl

2015-06-18 Thread Alexander Motin
Author: mav Date: Thu Jun 18 09:39:51 2015 New Revision: 284541 URL: https://svnweb.freebsd.org/changeset/base/284541 Log: Change ATIO/INOT counting to prevent periph destruction while requests are still running inside CTL. MFC after:1 week Modified: head/sys/cam/ctl/scsi_ctl.c Mo

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

2015-06-18 Thread Alexander Motin
Author: mav Date: Thu Jun 18 07:50:27 2015 New Revision: 284540 URL: https://svnweb.freebsd.org/changeset/base/284540 Log: In case of target mode disable at least ISP2532 return invalid zero ct_rxid value on CTIO completion. Try to workaround that using tag_id from the CCB, pointed by still