[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS: cvs.openbsd.org: src
- To: source-changes_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org
- Subject: CVS: cvs.openbsd.org: src
- From: Per Fogelstrom <pefo_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org>
- Date: Tue, 22 Feb 2005 01:09:23 -0700 (MST)
CVSROOT: /cvs
Module name: src
Changes by: pefo_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org 2005/02/22 01:09:23
Modified files:
sys/dev/ic : rtl81x9.c
Log message:
Fix a bug causing arches not able to load unaligned to crash in ip input.
m_pullup must be done with a size >= ip header and m_adj must be called
after the pullup so pullup does not kill the header alignment.
Makes mips64, alpha, sparc64 and possibly others happy.
ok from martin, brad and a bunch of others who tested.
Visit your host, monkey.org