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: 08/18/2005 20:07:26
Module Name:	src
Committed By:	tron
Date:		Thu Aug 18 20:07:26 UTC 2005

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

Log Message:
Pull up revision 1.18 (requested by bouyer in ticket #653):
To disable a channel we need to clear bit 2 or 3, not all other bits but
bit 2 or 3. Thanks to Takeshi Nakayama for catching it.
(With this mistake the code was still working for the first channel, because
the reset of the second channel would disable/enable the first one).


To generate a diff of this commit:
cvs rdiff -r1.14.2.2 -r1.14.2.3 src/sys/dev/pci/aceride.c

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