freebsd-dev/sys/dev/bge
Gleb Smirnoff 7e27542a4a o Rewrite bge_encap() to use bus_dmamap_load_mbuf_sg(9), inlining the
callback function bge_dma_map_tx_desc() into the bge_encap() itself.
o If busdma returns EFBIG, try to m_defrag() the packet.

Reviewed by:	yongari
2005-12-15 09:45:53 +00:00
..
if_bge.c o Rewrite bge_encap() to use bus_dmamap_load_mbuf_sg(9), inlining the 2005-12-15 09:45:53 +00:00
if_bgereg.h Add bge(4) support for big-endian architectures(part 1/2). 2005-12-15 05:48:49 +00:00