Subject: CVS commit: [netbsd-2] src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 07/05/2005 22:06:09
Module Name:	src
Committed By:	riz
Date:		Tue Jul  5 22:06:09 UTC 2005

Modified Files:
	src/sys/dev/pci [netbsd-2]: if_stge.c

Log Message:
Pull up revision 1.28 (requested by bouyer in ticket #2062):
Write the station address using 8-bits writes instead of 16-bits.
This is what the linux driver does, and makes the DGE-550T work without the
STGE_CU_BUG hack. So remove the STGE_CU_BUG hack.
Set bit 0x0020 in STGE_DebugCtrl too, the linux driver does it (the comments
note this as a workaround, without more details. This doesn't seem to make
things worse).
Also initialize STGE_RxDMABurstThresh and STGE_RxDMAUrgentThresh, using
values from the linux driver.
Approved by Jason Thorpe.


To generate a diff of this commit:
cvs rdiff -r1.19.6.2 -r1.19.6.3 src/sys/dev/pci/if_stge.c

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