Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 03/29/1999 00:32:03
Module Name:	src
Committed By:	bouyer
Date:		Mon Mar 29 08:32:03 UTC 1999

Modified Files:
	src/sys/dev/ic: wdc.c
Log Message:
Remove the hack to attach devices responding with ATA signatures as atapi if
IDENTIFY said so: it doesn't help for the drive this was supposed helping,
and seems to break another device.
In interrupt routine, don't return 0 if we are polling: this should fix the
"panic: wdc_exec_command: polled command not done" some people reported
(kern/7269).