CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/10/12 10:23:35
Modified files:
sys/dev/pv : hypervic.c hypervicreg.h hypervvar.h if_hvn.c
Log message:
Get rid of the ch_buf member that is not part of the channel API
Devices need to allocate appropriate input/output buffers for use
with the VMBus channel API themselves. There's no reason to keep
pointers to these buffers in the channel structure.
This requires a bit of restructuring of the code attaching internal
devices however.