freebsd-dev/sys/dev/fxp
Maxime Henrion 40c20505a8 - Encapsulate the code responsible for initializing a new TX descriptor
from an mbuf into the fxp_encap() function, as done in other drivers.
- Don't waste time calling bus_dmamap_load_mbuf() if we know the mbuf
  chain is too long to fit in a TX descriptor, call m_defrag() first.
- Convert fxp(4) to use bus_dmamap_load_mbuf_sg().
2005-03-07 13:20:49 +00:00
..
if_fxp.c - Encapsulate the code responsible for initializing a new TX descriptor 2005-03-07 13:20:49 +00:00
if_fxpreg.h Cleanup: u_intXX_t -> uintX_t conversion. 2005-03-06 05:07:26 +00:00
if_fxpvar.h - Encapsulate the code responsible for initializing a new TX descriptor 2005-03-07 13:20:49 +00:00
rcvbundl.h Start each of the license/copyright comments with /*-, minor shuffle of lines 2005-01-06 01:43:34 +00:00