aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/hyperv/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* hv_hid: Hyper-V HID driverYuri2023-02-051-1/+1
| | | | | | | | | Hyper-V HID driver using hidbus/hms. Reviewed by: wulf MFC after: 1 week PR: 221074 Differential revision: https://reviews.freebsd.org/D38140
* HyperV socket implementation for FreeBSDWei Hu2020-05-201-1/+1
| | | | | | | | | | | | | | This change adds Hyper-V socket feature in FreeBSD. New socket address family AF_HYPERV and its kernel support are added. Submitted by: Wei Hu <weh@microsoft.com> Reviewed by: Dexuan Cui <decui@microsoft.com> Relnotes: yes Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D24061 Notes: svn path=/head/; revision=361275
* hyperv/storvsc: Fix the blkvsc disk attachment issues.Sepherosa Ziehau2016-09-291-1/+1
| | | | | | | | | | | | | | | | | | - The original 'disengage' ATA controller model does not work properly for all possible disk configurations. Use the newly added ATA disk veto eventhandler to fit into all possible disk configuration. - If the 'invalid LUN' happens on blkvsc controllers, return CAM_DEV_NOT_THERE so that CAM will not destroy attached disks under the blkvsc controllers. Submitted by: Hongjiang Zhang <honzhan microsoft com> Discussed with: mav MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D7693 Notes: svn path=/head/; revision=306426
* Connect the stordisengage driver to the build.Peter Grehan2013-07-031-1/+1
| | | | Notes: svn path=/projects/hyperv/; revision=252649
* make glue to hook up the hyperv kmods to the build.Peter Grehan2013-06-151-0/+5
Modified from the original Microsoft versions to pull code/headers in from the sys/contrib/dev directory. Notes: svn path=/projects/hyperv/; revision=251777