]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r302504, r302666, r302668, r302932, r302933:
authormav <mav@FreeBSD.org>
Thu, 18 Aug 2016 11:51:14 +0000 (11:51 +0000)
committermav <mav@FreeBSD.org>
Thu, 18 Aug 2016 11:51:14 +0000 (11:51 +0000)
commit7ce87050c4fc676e35180b623a7a9cac87e81515
treec8af7fab3c69551d0adba240d2f12b0bc1a28f89
parenteeeb8da072521a18f9c60d9c04c0f60cff8bc949
MFC r302504, r302666, r302668, r302932, r302933:
Add emulation for Intel e1000 (e82545) network adapter.

The code was successfully tested with FreeBSD, Linux, Solaris and Windows
guests.  This interface is predictably slower (about 2x) then virtio-net,
but it is very helpful for guests not supporting virtio-net by default.

Thanks to Jeremiah Lott and Peter Grehan for doing original heavy lifting.
usr.sbin/bhyve/Makefile
usr.sbin/bhyve/bhyve.8
usr.sbin/bhyve/pci_e82545.c [new file with mode: 0644]