This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b369bd548c
Branches
Tags
View all branches
freebsd-skq
/
sys
/
dev
/
virtio
History
Gleb Smirnoff
1bffa9511f
Use define from if_var.h to access a field inside struct if_data,
...
that resides in struct ifnet. Sponsored by: Nginx, Inc.
2014-08-30 19:55:54 +00:00
..
balloon
xen/virtio: fix balloon drivers to not mark pages as WIRED
2014-06-25 09:51:08 +00:00
block
Always append new bios to the tail of the queue, instead of sorting them
2014-06-10 03:29:15 +00:00
network
Use define from if_var.h to access a field inside struct if_data,
2014-08-30 19:55:54 +00:00
pci
Move the VIRTIO_RING_F_* defines out of virtqueue.h into virtio_config.h
2014-06-16 04:25:04 +00:00
random
Wait for the callout to finish before unloading the module
2014-04-24 05:04:54 +00:00
scsi
Read each field of the configuration individually
2014-01-25 07:01:51 +00:00
virtio_bus_if.m
…
virtio_config.h
Move the VIRTIO_RING_F_* defines out of virtqueue.h into virtio_config.h
2014-06-16 04:25:04 +00:00
virtio_ids.h
Split the virtio.h header file into multiple files
2014-06-01 18:16:01 +00:00
virtio_if.m
Add optional VirtIO device method for post-attach notifications
2013-09-01 04:20:23 +00:00
virtio_ring.h
…
virtio.c
Split the virtio.h header file into multiple files
2014-06-01 18:16:01 +00:00
virtio.h
Move the VIRTIO_RING_F_* defines out of virtqueue.h into virtio_config.h
2014-06-16 04:25:04 +00:00
virtqueue.c
print additional debugging info in virtqueue_dump()
2014-08-16 13:13:17 +00:00
virtqueue.h
Add accessor to get the number of free descriptors in the virtqueue
2014-07-10 05:26:01 +00:00