K 10 svn:author V 6 scottl K 8 svn:date V 27 2004-10-19T02:42:49.000000Z K 7 svn:log V 368 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. END