]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC 309320,309726,309728
authorsephe <sephe@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 29 Dec 2016 09:10:37 +0000 (09:10 +0000)
committersephe <sephe@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 29 Dec 2016 09:10:37 +0000 (09:10 +0000)
commit30102c09f0ba0d11a076b5290a5ab4c60a2bfa78
tree026009e105d358c6c33b9d9162372ffb62a42135
parentaf06924b8bd021248fcf50676a956898cba7e3be
MFC 309320,309726,309728

309320
    hyperv/storvsc: Don't use timedwait.

    The timeout is unnecessary.

    Reviewed by:    jhb
    Sponsored by:   Microsoft
    Differential Revision:  https://reviews.freebsd.org/D8656

309726
    hyperv/storvsc: Fix the SCSI disk attachment issue.

    On pre-WS2016 Hyper-V, if the only LUNs > 7 are used, then all disks
    fails to attach.  Mainly because those versions of Hyper-V do not set
    SRB_STATUS properly and deliver junky INQUERY responses.

    Submitted by:   Hongjiang Zhang <honzhan microsoft com>
    Reported by:    Hongxiong Xian <v-hoxian microsoft com>
    Sponsored by:   Microsoft
    Differential Revision:  https://reviews.freebsd.org/D8724

309728
    hyperv/storvsc: Minor style changes; no functional changes.

    Reported by:    rpokala
    Sponsored by:   Microsoft

git-svn-id: svn://svn.freebsd.org/base/stable/10@310769 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c