Subject: PR/31323 CVS commit: src/sys/dev/pci
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: netbsd-bugs
Date: 11/26/2006 13:10:02
The following reply was made to PR kern/31323; it has been noted by GNATS.
From: Izumi Tsutsui <tsutsui@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc:
Subject: PR/31323 CVS commit: src/sys/dev/pci
Date: Sun, 26 Nov 2006 13:09:32 +0000 (UTC)
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.