Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 11/25/2006 02:42:18
Module Name:	src
Committed By:	tsutsui
Date:		Sat Nov 25 02:42:18 UTC 2006

Modified Files:
	src/sys/dev/ic: rtl8169.c rtl81x9var.h

Log Message:
- add RE_RX_DMAMEM_SZ macro to hide a bit confusing hack
  (allocating TX padding buffer in RX DMA mem to save resouces)
  and use it where appropriate
- add a comment about the hack in re_attach() too
- pass a correct size on bus_dmamem_unmap() for RX DMA mem


To generate a diff of this commit:
cvs rdiff -r1.70 -r1.71 src/sys/dev/ic/rtl8169.c
cvs rdiff -r1.36 -r1.37 src/sys/dev/ic/rtl81x9var.h

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