freebsd-dev/sys/dev/bge
Scott Long 8a2e22dec0 Use and alignment of 1 instead of ETHER_ALIGN for rx and tx buffers and jumbo
frames.  BGE hardware with the rx alignment bug will still be handled by the
calls to m_adj() that already exist.  m_adj() is probably better suited for
this task anyways.  Just as with if_em, this saves a malloc + several locks
per packet and prevents unneeded data copying within busdma.
2004-10-19 02:42:49 +00:00
..
if_bge.c Use and alignment of 1 instead of ETHER_ALIGN for rx and tx buffers and jumbo 2004-10-19 02:42:49 +00:00
if_bgereg.h Add support for the BCM5750/5751. Unfortunately the documentation 2004-09-24 22:24:33 +00:00