Bill Paul 571a80b261 Clean up the buffer allocation code a bit. Make sure to initialize certain
critical mbuf fields to sane values. Simplify the use of ETHER_ALIGN to
enforce payload alignment, and turn it on on the x86 as well as alpha
since it helps with NFS which wants the payload to be longword aligned
even though the hardware doesn't require it.

This fixes a problem with the ti driver causing an unaligned access trap
on the Alpha due to m_adj() sometimes not setting the alignment correctly
because of incomplete mbuf initialization.
1999-07-23 18:46:24 +00:00
..
1999-07-09 13:19:35 +00:00
1999-07-06 19:23:32 +00:00
1999-07-06 19:23:32 +00:00
1999-07-21 18:02:27 +00:00
1999-07-06 19:23:32 +00:00
1999-04-27 11:18:52 +00:00
1999-05-31 11:29:30 +00:00