CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/02/04 12:54:44
Modified files:
sys/dev/ic : rtl81x9.c
Log message:
Do not use m_pullup() because it aligns the data to a word boundary
resulting in unaligned IP headers (because it aligns the ethernet header).
Found the hard way by landry@ on sparc64.
