commit 82a3fa28672e1674a7ee51fb5572598110ded474
Author: Brad Hoffman <[email protected]>
Date: Wed Jul 18 14:41:03 2018 +0000
kernel/ena: Port the ena(4) driver to DragonFly.
This work is based on an initial (non-building) patch by swildner
and also contains work by dillon. Special thanks to Colin Percival
and sephe for their help and assistance.
The driver works but should still be considered experimental.
Useful dports are:
devel/awscli
net/bsdec2-image-upload
sysutils/ec2-scripts
Summary of changes:
share/man/man4/ena.4 | 5 +-
sys/dev/virtual/Makefile | 2 +-
sys/dev/virtual/amazon/ena/Makefile | 4 +-
sys/dev/virtual/amazon/ena/ena-com/ena_plat.h | 80 +--
sys/dev/virtual/amazon/ena/ena.c | 738 +++++++++++++-------------
sys/dev/virtual/amazon/ena/ena.h | 56 +-
sys/dev/virtual/amazon/ena/ena_sysctl.c | 32 +-
7 files changed, 481 insertions(+), 436 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/82a3fa28672e1674a7ee51fb5572598110ded474
--
DragonFly BSD source repository