Pedro F. Giffuni
4d24901ac9
sys/dev: Replace zero with NULL for pointers.
...
Makes things easier to read, plus architectures may set NULL to something
different than zero.
Found with: devel/coccinelle
MFC after: 3 weeks
2017-02-20 03:43:12 +00:00
Ruslan Bukin
1aac28e753
o Switch to use non-mergeable RX buffers to avoid mbuf adjustment needs
...
o Operate with copy of iov as we expect later it was not modified
2015-01-05 16:43:22 +00:00
Bryan Venteicher
f83577167c
Remove dev/virtio/virtio.h include from BERI VirtIO
...
This header file contains prototypes and defines that only make
sense to the guest VirtIO device drivers.
Reviewed by: br
2014-12-29 00:35:44 +00:00
Ruslan Bukin
a8098016f1
o Add BERI Virtio Networking Frontend (if_vtbe)
...
o Move similar block/networking methods to common file
o Follow r275640 and correct MMIO registers width
o Pass value to MMIO platform_note method.
Sponsored by: DARPA, AFRL
2014-12-09 16:39:21 +00:00
Ruslan Bukin
13e19fb323
Add BERI-specific virtio block backend device driver.
...
This part intended to operate on ARM side in heterogeneous
(ARM/BERI) system on crystal.
2014-11-25 15:58:59 +00:00