aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c
Commit message (Expand)AuthorAgeFilesLines
* hyperv/storvsc: storvsc_io_done(): do not use CAM_SEL_TIMEOUTDexuan Cui2018-04-101-14/+1
* Define xpt_path_inq.Warner Losh2017-12-061-4/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* hyperv: Update copyright for the files changed in 2017Sepherosa Ziehau2017-08-141-1/+1
* hyperv/storvsc: Force SPC3 for CDROM attached.Sepherosa Ziehau2017-07-201-1/+18
* Clean up MD pollution of bus_dma.h:Jason A. Harmening2017-07-011-1/+0
* hyperv/storvsc: Reduce log verbositySepherosa Ziehau2017-06-211-10/+21
* hyperv/storvsc: Use ULL for 64bits value shift.Sepherosa Ziehau2017-04-141-1/+1
* hyperv/storvsc: Fixup SRB status.Sepherosa Ziehau2017-04-051-4/+5
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-041-5/+5
* hyperv/storvsc: The max channel in PDU actually means the max sub-chans.Sepherosa Ziehau2016-12-211-15/+26
* hyperv/storvsc: Minor style changes; no functional changes.Sepherosa Ziehau2016-12-091-1/+6
* hyperv/storvsc: Fix the SCSI disk attachment issue.Sepherosa Ziehau2016-12-091-8/+33
* hyperv/storvsc: Don't use timedwait.Sepherosa Ziehau2016-11-301-32/+6
* hyperv/stor: Fix off-by-one bug; this brings back TRIM support.Sepherosa Ziehau2016-10-141-1/+1
* hyperv/storvsc: Fix the blkvsc disk attachment issues.Sepherosa Ziehau2016-09-291-22/+91
* hyperv/storvsc: Fix SRB length setting.Sepherosa Ziehau2016-09-201-1/+2
* hyperv/storvsc: Increase queue depth and rework channel selection.Sepherosa Ziehau2016-08-251-40/+114
* hyperv/storvsc: Deliver CAM_SEL_TIMEOUT upon SRB status error.Sepherosa Ziehau2016-08-171-97/+58
* hyperv/storvsc: Claim SPC-3 conformance, thus enable UNMAP supportSepherosa Ziehau2016-08-041-2/+21
* hyperv/storvsc: Stringent PRP list assertionsSepherosa Ziehau2016-08-011-4/+19
* hyperv/storvsc: Set maxio to 128KB.Sepherosa Ziehau2016-08-011-2/+18
* hyperv/vmbus: Remove the artificial entry limit of SG and PRP list.Sepherosa Ziehau2016-08-011-1/+1
* hyperv/storvsc: Use busdma(9) and enable PIM_UNMAPPED by default.Sepherosa Ziehau2016-07-291-60/+181
* hyperv/vmbus: Inclusion cleanupSepherosa Ziehau2016-07-281-0/+1
* hyperv: hv_vmbus_channel -> vmbus_channelSepherosa Ziehau2016-07-211-7/+7
* hyperv/vmbus: Hide channel struct definition.Sepherosa Ziehau2016-07-201-1/+1
* hyperv/vmbus: Pass channel as the first argument for channel callbackSepherosa Ziehau2016-07-201-12/+6
* hyperv/vmbus: Channel struct field renameSepherosa Ziehau2016-07-201-4/+4
* hyperv/vmbus: Function renameSepherosa Ziehau2016-07-191-3/+3
* hyperv/vmbus: Cleanup cpu based channel selection.Sepherosa Ziehau2016-07-191-1/+20
* hyperv/vmbus: Function renameSepherosa Ziehau2016-07-151-4/+4
* hyperv/vmbus: Back out r302888 temporarilySepherosa Ziehau2016-07-151-4/+4
* hyperv/hn: Busdma-fy rxbuf and chimney sending bufferSepherosa Ziehau2016-07-151-4/+4
* hyperv/vmbus: Cleanup channel receiving.Sepherosa Ziehau2016-07-151-12/+14
* hyperv/vmbus: Function renameSepherosa Ziehau2016-07-151-48/+22
* hyperv/vmbus: Move channel packet types definition to vmbus.hSepherosa Ziehau2016-07-151-7/+7
* hyperv/vmbus: Move channel packet flags definition to vmbus.hSepherosa Ziehau2016-07-151-7/+7
* hyeprv/vmbus: Rework prplist sending.Sepherosa Ziehau2016-07-151-28/+39
* hyperv: hv_guid -> struct hyperv_guid.Sepherosa Ziehau2016-07-141-4/+4
* hyperv/stor: Avoid the hv_device and nuke the broken get_stor_deviceSepherosa Ziehau2016-07-131-135/+39
* hyperv/vmbus: Add vmbus method for GUID base device probing.Sepherosa Ziehau2016-07-131-6/+4
* hyperv/vmbus: Rework vmbus version accessing.Sepherosa Ziehau2016-07-121-2/+6
* hyperv/vmbus: Don't be oversmart in default cpu selection.Sepherosa Ziehau2016-07-121-1/+2
* hyperv/stor: Save the response status and xfer length properly.Sepherosa Ziehau2016-07-121-0/+7
* hyperv/stor: Fix the INQUIRY checksSepherosa Ziehau2016-07-111-57/+54
* Don't repeat the the word 'the'Eitan Adler2016-05-171-1/+1
* hyperv/stor: Enable INQUIRY result check only on WIN10 like host systemsSepherosa Ziehau2016-05-121-42/+82
* hyperv/stor: Set description properly in probe devmethodSepherosa Ziehau2016-04-261-1/+2
* hyperv/stor: Avoid sub-channel creation callback.Sepherosa Ziehau2016-04-261-15/+9