aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/vmware
Commit message (Collapse)AuthorAgeFilesLines
* Move most of the 15 variations on generating opt_inet.h andWarner Losh2014-08-041-14/+0
| | | | | | | | | opt_inet6.h into kmod.mk by forcing almost everybody to eat the same dogfood. While at it, consolidate the opt_bpf.h and opt_mroute.h targets here too. Notes: svn path=/head/; revision=269540
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
| | | | | | | from the latter. Notes: svn path=/head/; revision=265420
* Add Tx/Rx multiqueue support to vmx(4)Bryan Venteicher2014-03-171-0/+4
| | | | | | | | | | | | | | As a prerequisite for multiple queues, the guest must have MSIX enabled. Unfortunately, to work around device passthrough bugs, FreeBSD disables MSIX when running as a VMWare guest due to the hw.pci.honor_msi_blacklist tunable; this tunable must be disabled for multiple queues. Also included is various minor changes from the projects/vmxnet branch. MFC after: 1 month Notes: svn path=/head/; revision=263259
* Include bsd.own.mk before trying to check MK_* values.Ulrich Spörlein2013-08-241-0/+2
| | | | Notes: svn path=/head/; revision=254791
* Add vmx(4), a VMware VMXNET3 ethernet driver ported from OpenBSDBryan Venteicher2013-08-232-0/+72
Notes: svn path=/head/; revision=254738