freebsd-dev/sys/dev/virtio
Alexander Motin e5dfa058da MFprojects/camlock r248982:
Stop abusing xpt_periph in random plases that really have no periph related
to CCB, for example, bus scanning.  NULL value is fine in such cases and it
is correctly logged in debug messages as "noperiph".  If at some point we
need some real XPT periphs (alike to pmpX now), quite likely they will be
per-bus, and not a single global instance as xpt_periph now.
2013-04-14 09:55:48 +00:00
..
balloon Various VirtIO improvements 2012-07-11 02:57:19 +00:00
block Only set the barrier flag if the feature was negotiated 2013-03-05 07:00:05 +00:00
network virtio: Start taskqueues threads after attach cannot fail 2012-12-14 05:27:56 +00:00
pci Various VirtIO improvements 2012-07-11 02:57:19 +00:00
scsi MFprojects/camlock r248982: 2013-04-14 09:55:48 +00:00
virtio_bus_if.m
virtio_if.m
virtio_ring.h Various VirtIO improvements 2012-07-11 02:57:19 +00:00
virtio.c Virtio SCSI driver 2012-10-11 23:41:18 +00:00
virtio.h Virtio SCSI driver 2012-10-11 23:41:18 +00:00
virtqueue.c Patch from Bryan to fix a virtqueue issue: 2012-10-11 23:03:42 +00:00
virtqueue.h Various VirtIO improvements 2012-07-11 02:57:19 +00:00