freebsd-dev/sys/dev/netmap
Marius Strobl e0a4047562 Fix compilation on sparc64 by actually supplying the bus_dma_tag_t member
of the rx_ring to bus_dmamap_sync(9). Given that netmap code tries to
obtain the bus addresses of netmap buffers via vtophys(9) instead of using
bus_dma(9) it currently has zero chance of actually working on sparc64
though (and for that matter f.e. also not with MACs limited to 32-bit DMA
on x86 machines with more than 4GB of RAM).
2011-12-18 17:48:54 +00:00
..
head.diff
if_em_netmap.h Fix compilation on sparc64 by actually supplying the bus_dma_tag_t member 2011-12-18 17:48:54 +00:00
if_igb_netmap.h 1. Fix the handling of link reset while in netmap more. 2011-12-05 12:06:53 +00:00
if_lem_netmap.h 1. Fix the handling of link reset while in netmap more. 2011-12-05 12:06:53 +00:00
if_re_netmap.h 1. Fix the handling of link reset while in netmap more. 2011-12-05 12:06:53 +00:00
ixgbe_netmap.h 1. Fix the handling of link reset while in netmap more. 2011-12-05 12:06:53 +00:00
netmap_kern.h 1. Fix the handling of link reset while in netmap more. 2011-12-05 12:06:53 +00:00
netmap.c revise the implementation of the rings connected to the host stack 2011-12-05 15:21:21 +00:00