summaryrefslogtreecommitdiff
path: root/sys/dev/pci/vmwpvs.c
AgeCommit message (Expand)Author
2016-08-26correct INTR_MSG_MASK to include INTR_MSG_1Jonathan Gray
2015-09-10sizes for free(); ok sthenTheo de Raadt
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2015-01-27remove the second void * argument on tasks.David Gwynne
2014-07-13Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishianTheo de Raadt
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2013-10-30deprecate taskq_systq() and replace it with extern struct taskqDavid Gwynne
2013-10-29implementing handling of the msg ring if its available. this lets us getDavid Gwynne
2013-10-23define some bits relating to the msg ringDavid Gwynne
2013-10-14set openings to 64 like the linux driver sort of does. if a vendor saysDavid Gwynne
2013-10-08all the chips rings are protected by a single mutex, which is used in bothDavid Gwynne
2013-10-08set xs->resid to 0 on successful command completion. makes things work.David Gwynne
2013-10-08ring producers and consumers are 32bit counters, while the ringDavid Gwynne
2013-10-08vmwpvs(4), a driver for VMware Paravirtual SCSI things in vmware guests.David Gwynne