Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 11/12/2006 03:09:37
Module Name:	src
Committed By:	tsutsui
Date:		Sun Nov 12 03:09:37 UTC 2006

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

Log Message:
- merge re_encap() into re_start() so that we can handle each error case
  more flexible
- account a number of free txq and use it to see if packets are queued or sent
- assume free TX descriptors are not owned by the chip in re_start() and
  panic if there is any inconsistency on them #ifdef DIAGNOSTIC case.
- replace a magic number (reserved TX descs?) with macro


To generate a diff of this commit:
cvs rdiff -r1.58 -r1.59 src/sys/dev/ic/rtl8169.c
cvs rdiff -r1.33 -r1.34 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.