glebius 2005-12-15 09:45:54 UTC
FreeBSD src repository
Modified files:
sys/dev/bge if_bge.c
Log:
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
Revision Changes Path
1.106 +55 -82 src/sys/dev/bge/if_bge.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"