Subject: CVS commit: [netbsd-3] src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 07/05/2005 13:45:47
Module Name:	src
Committed By:	tron
Date:		Tue Jul  5 13:45:47 UTC 2005

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

Log Message:
Pull up revision 1.28 (requested by bouyer in ticket #548):
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.24.2.1 -r1.24.2.2 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.