summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_vmx.c
AgeCommit message (Expand)Author
2013-06-22Prefix all functions. Pointed out by brad@.Masao Uebayashi
2013-06-21De-static.Masao Uebayashi
2013-06-12Don't rely on __attribute__((__aligned__(x))) GCC extension. Explicitly pad ...Masao Uebayashi
2013-06-12Consistenly use bpf_mtap_ether(). From tsubai@.Masao Uebayashi
2013-06-12Almost identical diffs from brad@ and dlg@:Masao Uebayashi
2013-06-10Make use of pci_matchbyid().Brad Smith
2013-06-08Remove redundant code setting PCI_COMMAND_MASTER_ENABLE as this is alreadyBrad Smith
2013-06-05tweak vmxnet3_load_mbuf to use m_pulldown to safely reach into the mbuf forDavid Gwynne
2013-06-03vmxnet3_load_mbuf() could replace the mbuf but did not return the newReyk Floeter
2013-06-03Use IF_POLL to check for available transmit descriptors before IF_DEQUEUE.Reyk Floeter
2013-05-31Add vmx(4), driver for VMware's VMXNET3 ethernet controller, written for IIJ.uebayasi