summaryrefslogtreecommitdiffstats
path: root/sys/dev/virtio
Commit message (Expand)AuthorAgeFilesLines
* Reform the busdma API so that new types may be added without modifyingkib2013-02-121-18/+21
* virtio: Start taskqueues threads after attach cannot failbryanv2012-12-143-12/+9
* virtio_scsi: Remove duplicated linesbryanv2012-12-121-4/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-3/+3
* Fix build with PAE enabled. I doubt any code uses CAM_SCATTER_VALID ormav2012-10-121-2/+4
* Virtio SCSI drivergrehan2012-10-115-0/+2742
* Patch from Bryan to fix a virtqueue issue:grehan2012-10-111-4/+3
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* No need to leak these into the includer's namespace.grehan2012-09-131-0/+6
* Relax requirement of certain mb()sgrehan2012-09-131-2/+2
* Various VirtIO improvementsgrehan2012-07-1110-345/+532
* Do not include <sys/types.h> in the local headers. The .c files includingobrien2012-07-036-12/+0
* Sync with Bryan Venteicher's virtio git repo:grehan2012-04-161-1/+3
* Catch up with Bryan Venteicher's virtio git repo:grehan2012-04-147-102/+254
* Use pci_find_cap() instead of pci_find_extcap() to locate PCIjhb2012-03-031-2/+2
* Catch up with Bryan Venteicher's virtio Hg repo:grehan2011-12-0610-79/+196
* Import virtio base, PCI front-end, and net/block/balloon drivers.grehan2011-11-1816-0/+7654
OpenPOWER on IntegriCloud