Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 04/08/1999 08:52:46
Module Name:	src
Committed By:	bouyer
Date:		Thu Apr  8 15:52:45 UTC 1999

Modified Files:
	src/sys/dev/scsipi [netbsd-1-4]: atapi_wdc.c scsipiconf.h
Log Message:
Pull up atapi_wdc.c rev 1.21 and scsipiconf.h rev 1.30:
Fix botch with atapi capability flags, preventing 16 bytes commands to be ever
sent, and interrupt DRQ capable devices to effectively use interrupts for
the CMD_OUT phase. Didn't break until the code was changed to handle shared
interrupts (and I guess nobody has a device that requires 16 bytes commands
yet). Should fix the hangs reported by some users at first access of an ATAPI
device.