summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/vmwpvs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Nuke unnecessary abstraction 'scsi_minphys()' which just callskrw2020-02-051-2/+2
* Use a consistant idiom/format when declaring scsi_adapter structureskrw2020-01-231-6/+2
* correct INTR_MSG_MASK to include INTR_MSG_1jsg2016-08-261-2/+2
* sizes for free(); ok sthenderaadt2015-09-101-4/+4
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* remove the second void * argument on tasks.dlg2015-01-271-4/+4
* Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishianderaadt2014-07-131-2/+3
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-4/+4
* deprecate taskq_systq() and replace it with extern struct taskqdlg2013-10-301-2/+2
* implementing handling of the msg ring if its available. this lets us getdlg2013-10-291-9/+156
* define some bits relating to the msg ringdlg2013-10-231-2/+23
* set openings to 64 like the linux driver sort of does. if a vendor saysdlg2013-10-141-2/+3
* all the chips rings are protected by a single mutex, which is used in bothdlg2013-10-081-36/+57
* set xs->resid to 0 on successful command completion. makes things work.dlg2013-10-081-4/+2
* ring producers and consumers are 32bit counters, while the ringdlg2013-10-081-2/+2
* vmwpvs(4), a driver for VMware Paravirtual SCSI things in vmware guests.dlg2013-10-081-0/+980