Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 11/26/2006 13:09:32
Module Name:	src
Committed By:	tsutsui
Date:		Sun Nov 26 13:09:32 UTC 2006

Modified Files:
	src/sys/dev/pci: if_vge.c

Log Message:
Introduce a new VGE_RX_BUFSIZE macro which represent default RX mbuf
length and define VGE_RX_PAD (which is 4 bytes) for ETHER_ALIGN (2 bytes)
padding only in !__NO_STRICT_ALIGNMENT case to avoid confusion.
As per comments from Murata Shuuichirou in PR kern/31323.
Tested on i386 and macppc.


To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 src/sys/dev/pci/if_vge.c

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