Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 08/07/2005 10:12:39
Module Name: src
Committed By: bouyer
Date: Sun Aug 7 10:12:39 UTC 2005
Modified Files:
src/sys/dev/pci: aceride.c
Log Message:
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.17 -r1.18 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.