summaryrefslogtreecommitdiff
path: root/sys/dev/pci/viomb.c
AgeCommit message (Expand)Author
2023-03-25Mark as MPSAFE.mlelstv
2023-03-25Fix 32bit overflow when calculating balloon size.mlelstv
2023-03-23Added functions to set interrupt handler and index into virtqueueyamaguchi
2023-03-23Set virtqueues in virtio_child_attach_finishyamaguchi
2022-04-13virtio: use the new syntax for snprintb(3) format strings.uwe
2021-01-20Add VirtIO PCI v1.0 attachments and fix the drivers affected.reinoud
2021-01-13Fix for virtios viomb memory balloon driver. The inflate_done() andreinoud
2019-12-10p->phys_addr -> VM_PAGE_TO_PHYS(p)ad
2018-06-10remove irrelevant pci(9) #includes from virtio child driversjakllsch
2017-03-25reorganize the attachment process for virtio child devices, so thatjdolecek
2016-09-27Modularize the ld driver and all of its attachments. Ensure that allpgoyette
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2015-10-27Print the negotiated feature bitschristos
2015-05-04Add NULL check for TAILQ_FIRSTozaki-r
2014-07-22Introduce VIRTIO_F_PCI_INTR_MPSAFE for virtioozaki-r
2013-10-17- remove unused variableschristos
2011-10-30Import of the virtio driver written by MINOURA Makoto <minoura@netbsd.org>hannken