Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 10/04/2005 17:37:26
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.