Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: SAITOH Masanobu <msaitoh@netbsd.org>
List: source-changes
Date: 09/28/2007 15:37:46
Module Name:	src
Committed By:	msaitoh
Date:		Fri Sep 28 15:37:46 UTC 2007

Modified Files:
	src/sys/dev/pci: if_bge.c

Log Message:
Fix three bugs.

1) Move a magic number writing code.
Fix a watchdog timeout and "block failed to stop" problem on BCM5701 B5 card.

2) Fix incorrect register write.
Fix a watchdog timeout "block failed to stop" problem on BCM5700 B2 card.

3) Wait more long time for PCISTATE register to return to its original
pre-reset state.
Fix "pcistate failed to revert" problem on BCM5703 A2 card.


To generate a diff of this commit:
cvs rdiff -r1.138 -r1.139 src/sys/dev/pci/if_bge.c

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