Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 10/14/2006 16:45:46
Module Name:	src
Committed By:	tsutsui
Date:		Sat Oct 14 16:45:46 UTC 2006

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

Log Message:
- use correct dmamap size for TX/RX DMA descriptors
- use __NO_STRICT_ALIGNMENT directly rather than local VGE_FIXUP_RX
- no need to use BUS_DMA_ALLOCNOW
- remove unneeded members from softc

XXX: Is vge_fixup_rx() really more efficient than memmove(9),
XXX: or allocating a new buffer and memcpy(9) into it?
XXX: Anyway, vge(4) is not recommended for non-x86 hosts at all
XXX: because it requires copying buffers by CPU on RX.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/dev/pci/if_vge.c
cvs rdiff -r1.2 -r1.3 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.