sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with: `cd sys/modules; make ALL_MODULES=` on amd64MFC after: 1 monthSponsored by: Dell EMC Isilon
hyperv/hn: Add 'options RSS' support.Reviewed by: adrianMFC after: 1 weekSponsored by: MicrosoftDifferential Revision: https://reviews.freebsd.org/D8676
hyperv/hn: Add HN_DEBUG kernel option.If bufring is used for per-TX ring descs, don't update "available"counter, which is only used to help debugging.MFC after: 1 weekSponsored by: MicrosoftDi
hyperv/hn: Add HN_DEBUG kernel option.If bufring is used for per-TX ring descs, don't update "available"counter, which is only used to help debugging.MFC after: 1 weekSponsored by: MicrosoftDifferential Revision: https://reviews.freebsd.org/D8674
show more ...
hyperv/hn: Rename cleaned up file.MFC after: 1 weekSponsored by: MicrosoftDifferential Revision: https://reviews.freebsd.org/D8390
hyperv/hn: Rename cleaned up RNDIS source file.MFC after: 1 weekSponsored by: MicrosoftDifferential Revision: https://reviews.freebsd.org/D8361
hyperv/hn: Rename cleaned up NVS source file.MFC after: 1 weekSponsored by: MicrosoftDifferential Revision: https://reviews.freebsd.org/D8354
hyperv/vmbus: Rework vmbus version accessing.Instead of global variable, vmbus version is accessed througha vmbus DEVMETHOD now.MFC after: 1 weekSponsored by: Microsoft OSTCDifferential Revisi
hyperv/vmbus: Rework vmbus version accessing.Instead of global variable, vmbus version is accessed througha vmbus DEVMETHOD now.MFC after: 1 weekSponsored by: Microsoft OSTCDifferential Revision: https://reviews.freebsd.org/D6953
- Fix `make depend` in sys/modulesDifferential Revision: https://reviews.freebsd.org/D2951Approved by: delphij
Fix make depend, apply a bit of style.Approved by: re (marius)Reviewed by: grehan
Latest update from Microsoft.Obtained from: Microsoft Hyper-v dev team
Microsoft have changed their policy on how the hyper-v code willbe pulled into FreeBSD. From now, FreeBSD will be considered theupstream repo.First step: move the drivers away from the contrib ar
Microsoft have changed their policy on how the hyper-v code willbe pulled into FreeBSD. From now, FreeBSD will be considered theupstream repo.First step: move the drivers away from the contrib area and intothe base system.A follow-on commit will include the drivers in the amd64 GENERIC kernel.
make glue to hook up the hyperv kmods to the build.Modified from the original Microsoft versions to pullcode/headers in from the sys/contrib/dev directory.