summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/virtio_pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix virtio_pci on 32bit archssf2019-05-271-3/+9
* Support virtio 1.0 for virtio_pcisf2019-05-261-65/+455
* Rework virtio_negotiate_features()sf2019-05-261-13/+28
* virtio_pci: Move msix vector config into functionssf2019-05-261-15/+25
* virtio_pci: Split bus space handlessf2019-05-261-35/+81
* virtio: Prepare for 64 feature bitssf2019-03-241-5/+5
* virtio: adjust virtio_setup_queue prototype for 1.0sf2019-03-241-6/+7
* virtio: Introduce defines for config(8) flagssf2019-01-191-3/+3
* Move some PCI-specific defines to a new virtio_pcireg.h filesf2019-01-101-1/+2
* Move some common defines to virtiovar.hsf2019-01-101-3/+1
* virtio_pci: Support IPL_MPSAFE interrupt handlerssf2017-05-311-5/+26
* Switch include of virtio header from dev/pci/to dev/pv/reyk2017-01-211-3/+3
* Add vmmci(4) (VMM control interface), a simple guest-side driver for vmm(4) VMsreyk2017-01-131-1/+4
* virtio_pci: Always allow MSI/MSI-Xsf2016-07-191-1/+7
* Support MSI-X in virtiosf2016-07-161-31/+215
* virtio: Move interrupt handler into transport specific codesf2016-07-141-4/+4
* virtio2 at pci0 dev 3 function 0 "Qumranet Virtio Network" rev 0x00: Virtio Network Devicederaadt2015-11-151-2/+1
* 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