Subject: PR/31455 CVS commit: [netbsd-3] src/sys/dev/ic
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Matthias Scheler <tron@netbsd.org>
List: netbsd-bugs
Date: 10/06/2005 11:49:02
The following reply was made to PR kern/31455; it has been noted by GNATS.

From: Matthias Scheler <tron@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/31455 CVS commit: [netbsd-3] src/sys/dev/ic
Date: Thu,  6 Oct 2005 11:48:49 +0000 (UTC)

 Module Name:	src
 Committed By:	tron
 Date:		Thu Oct  6 11:48:49 UTC 2005
 
 Modified Files:
 	src/sys/dev/ic [netbsd-3]: elinkxl.c
 
 Log Message:
 Pull up following revision(s) (requested by christos in ticket #863):
 	sys/dev/ic/elinkxl.c: revision 1.84
 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.79 -r1.79.2.1 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.