]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r302504, r302666, r302668, r302932, r302933:
authormav <mav@FreeBSD.org>
Thu, 18 Aug 2016 11:56:07 +0000 (11:56 +0000)
committermav <mav@FreeBSD.org>
Thu, 18 Aug 2016 11:56:07 +0000 (11:56 +0000)
commit620c84b7ccb343227ec3d0d2f98c26950397a8f1
treed805a28c646a502f42634ae77073de974d423f02
parent56f808ef4e23d6177ceb0bbe1fbb55e0eb19ab99
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]