summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/vmwpvs.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-05Nuke unnecessary abstraction 'scsi_minphys()' which just callskrw1-2/+2
2020-01-23Use a consistant idiom/format when declaring scsi_adapter structureskrw1-6/+2
2016-08-26correct INTR_MSG_MASK to include INTR_MSG_1jsg1-2/+2
2015-09-10sizes for free(); ok sthenderaadt1-4/+4
2015-03-14Remove some includes include-what-you-use claims don'tjsg1-2/+1
2015-01-27remove the second void * argument on tasks.dlg1-4/+4
2014-07-13Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishianderaadt1-2/+3
2014-07-12add a size argument to free. will be used soon, but for now default to 0.tedu1-4/+4
2013-10-30deprecate taskq_systq() and replace it with extern struct taskqdlg1-2/+2
2013-10-29implementing handling of the msg ring if its available. this lets us getdlg1-9/+156
2013-10-23define some bits relating to the msg ringdlg1-2/+23
2013-10-14set openings to 64 like the linux driver sort of does. if a vendor saysdlg1-2/+3
2013-10-08all the chips rings are protected by a single mutex, which is used in bothdlg1-36/+57
2013-10-08set xs->resid to 0 on successful command completion. makes things work.dlg1-4/+2
2013-10-08ring producers and consumers are 32bit counters, while the ringdlg1-2/+2
2013-10-08vmwpvs(4), a driver for VMware Paravirtual SCSI things in vmware guests.dlg1-0/+980