Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 10/15/2006 11:52:36
Module Name:	src
Committed By:	tsutsui
Date:		Sun Oct 15 11:52:36 UTC 2006

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

Log Message:
In vge_newbuf(), don't adjust packet length twice by m_adj(9)
in case of __NO_STRICT_ALIGNMENT. We can adjust m_data directly
since it's allocated by MCLGET(9) just above.
(though the length is not used anyway)


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 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.