Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 10/26/2004 21:22:00
Module Name: src
Committed By: bouyer
Date: Tue Oct 26 21:22:00 UTC 2004
Modified Files:
src/sys/dev/ic: wdc.c
Log Message:
wdc_drvprobe(): don't poll for the IDENTIFY, use interrupts. There's no
reasons to not use interrupts here, and polling cause problems when there is
a shared queue between 2 channels.
Fix kern/27421 by Martin Husemann.
To generate a diff of this commit:
cvs rdiff -r1.214 -r1.215 src/sys/dev/ic/wdc.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.