summaryrefslogtreecommitdiff
path: root/sys/dev/pci/vmwpvs.c
AgeCommit message (Expand)Author
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