Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 03/12/2005 08:01:51
Module Name:	src
Committed By:	yamt
Date:		Sat Mar 12 08:01:51 UTC 2005

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

Log Message:
re(4) driver:
- TSO support.
- fix some error handling.
- remove mysterious RTK_NTXSEGS and use more appropriate values
  for bus_dmamap_create.
- if we need more than all of our tx descriptors in order to transmit a packet,
  just drop it rather than retrying infinitely.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/dev/ic/rtl8169.c
cvs rdiff -r1.10 -r1.11 src/sys/dev/ic/rtl81x9reg.h

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