Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 10/01/2005 22:30:09
Module Name:	src
Committed By:	jdolecek
Date:		Sat Oct  1 22:30:09 UTC 2005

Modified Files:
	src/sys/dev/pci: if_vgevar.h

Log Message:
VGE_FIXUP_RX is not needed on amd64, disable it for all non-strict
alignment architectures

fix ETHER_ALIGN to 2 (same value as on NetBSD) - appears VGE_FIXUP_RX
code cuts part of packet otherwise; also add comment about it's purpose

PR: 31323 by Murata Shuuichirou


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/dev/pci/if_vgevar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.