index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
vmwpvs.c
Age
Commit message (
Expand
)
Author
2016-08-26
correct INTR_MSG_MASK to include INTR_MSG_1
Jonathan Gray
2015-09-10
sizes for free(); ok sthen
Theo de Raadt
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2015-01-27
remove the second void * argument on tasks.
David Gwynne
2014-07-13
Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishian
Theo de Raadt
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2013-10-30
deprecate taskq_systq() and replace it with extern struct taskq
David Gwynne
2013-10-29
implementing handling of the msg ring if its available. this lets us get
David Gwynne
2013-10-23
define some bits relating to the msg ring
David Gwynne
2013-10-14
set openings to 64 like the linux driver sort of does. if a vendor says
David Gwynne
2013-10-08
all the chips rings are protected by a single mutex, which is used in both
David Gwynne
2013-10-08
set xs->resid to 0 on successful command completion. makes things work.
David Gwynne
2013-10-08
ring producers and consumers are 32bit counters, while the ring
David Gwynne
2013-10-08
vmwpvs(4), a driver for VMware Paravirtual SCSI things in vmware guests.
David Gwynne