CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/07/13 15:59:36
Modified files:
sys/arch/amd64/conf: GENERIC
sys/dev/pv : files.pv
Added files:
sys/dev/pv : if_hvn.c if_hvnreg.h rndisreg.h
Log message:
A work-in-progress driver for the Hyper-V NetVSC
Network VSC is an RNDIS device using NVSP protocol to communicate
with the Hyper-V VMBus via VMBus channels and/or shared memory. The
code was ported from FreeBSD with some API changes and simplifications.
While the Rx path is nearly complete, packet transmition is not
implemented yet.
ok deraadt, mlarkin