]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MF11 r320731,320749,320759: Add Amazon Elastic Network Adapter driver
authorcperciva <cperciva@FreeBSD.org>
Fri, 7 Jul 2017 00:34:51 +0000 (00:34 +0000)
committercperciva <cperciva@FreeBSD.org>
Fri, 7 Jul 2017 00:34:51 +0000 (00:34 +0000)
commit8df37be70f94a016be894dad5569593b1c6757a4
tree03b4364763ac17e083b6d205939c114b59cbb71b
parent26b466cddb56ff375b07488c2b9248a090f1530a
MF11 r320731,320749,320759: Add Amazon Elastic Network Adapter driver
and turn it on in EC2 AMI builds

Approved by: re (gjb)
Relnotes: FreeBSD now supports "next generation" Enhanced Networking
in the Amazon EC2 cloud
Sponsored by: Amazon.com Inc. (original work)
19 files changed:
release/Makefile.ec2
release/tools/ec2.conf
share/man/man4/ena.4 [new file with mode: 0644]
sys/conf/files
sys/contrib/ena-com/ena_admin_defs.h [new file with mode: 0644]
sys/contrib/ena-com/ena_com.c [new file with mode: 0644]
sys/contrib/ena-com/ena_com.h [new file with mode: 0644]
sys/contrib/ena-com/ena_common_defs.h [new file with mode: 0644]
sys/contrib/ena-com/ena_eth_com.c [new file with mode: 0644]
sys/contrib/ena-com/ena_eth_com.h [new file with mode: 0644]
sys/contrib/ena-com/ena_eth_io_defs.h [new file with mode: 0644]
sys/contrib/ena-com/ena_plat.h [new file with mode: 0644]
sys/contrib/ena-com/ena_regs_defs.h [new file with mode: 0644]
sys/dev/ena/ena.c [new file with mode: 0644]
sys/dev/ena/ena.h [new file with mode: 0644]
sys/dev/ena/ena_sysctl.c [new file with mode: 0644]
sys/dev/ena/ena_sysctl.h [new file with mode: 0644]
sys/modules/Makefile
sys/modules/ena/Makefile [new file with mode: 0644]