Subject: PR/31455 CVS commit: src/sys/dev/ic
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Christos Zoulas <christos@netbsd.org>
List: netbsd-bugs
Date: 10/04/2005 17:38:02
The following reply was made to PR kern/31455; it has been noted by GNATS.

From: Christos Zoulas <christos@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/31455 CVS commit: src/sys/dev/ic
Date: Tue,  4 Oct 2005 17:37:26 +0000 (UTC)

 Module Name:	src
 Committed By:	christos
 Date:		Tue Oct  4 17:37:26 UTC 2005
 
 Modified Files:
 	src/sys/dev/ic: elinkxl.c
 
 Log Message:
 PR/31455: Robert Elz: ex (905[BC]) cards can hang in -current kernels
 - fix bus_space_read_1 -> bus_space_read_2 since revision 1.27 changed
   the bit defines to assume 2 byte reads.
 - Increment oerrors in case of collisions
 - Clamp success counter to 100, instead of letting rotate freely.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.83 -r1.84 src/sys/dev/ic/elinkxl.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.