summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/virtio_pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* virtio_pci: Do the ISR read without kernel locksf2015-07-181-3/+12
* KNF fixessf2015-07-181-23/+24
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* Consistency with the pci_intr_map bits.brad2014-12-151-2/+2
* Support MSI for virtio. This is useful for bhyve.sf2013-09-221-2/+2
* Rename write_queue_address -> setup_queuesf2013-03-101-4/+4
* Move sc_ih to virtio_pci_softc, it is not used outside of virtio_pcisf2013-03-101-5/+8
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-3/+1
* Add $OpenBSD$ CVS Ids.reyk2012-10-121-0/+1
* make the lines printed during attach more consistent with other driversjasper2012-09-201-6/+6
* Add new drivers for virtio network (vio) and block devices (vioblk, the diskssf2012-09-191-0/+411