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

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

Log Message:
- make TX threshold macro more generic
- no need to bother to initialize sc_txthresh in rtk_attach()
  since it's done in rtk_init()


To generate a diff of this commit:
cvs rdiff -r1.64 -r1.65 src/sys/dev/ic/rtl81x9.c
cvs rdiff -r1.20 -r1.21 src/sys/dev/ic/rtl81x9reg.h
cvs rdiff -r1.30 -r1.31 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.