Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Allen Briggs <briggs@netbsd.org>
List: source-changes
Date: 06/09/2001 20:18:22
Module Name:	syssrc
Committed By:	briggs
Date:		Sat Jun  9 17:18:22 UTC 2001

Modified Files:
	syssrc/sys/dev/ic: adv.c advlib.c

Log Message:
Patches from takashi.yamamoto@bigfoot.com in kern/13139.
- Set XS_TIMEOUT on a selection timeout condition.
- Do not bother to call AscStartChip() in AscResetChipAndScsiBus()--
  just clear the chip status.
- Make sure address is word-aligned in AscWriteLramByte().

Tested on my adv (AdvanSys ABP-9xxUA) with CRW8424S and UMAX SuperVista S-12.
Earlier versions of the system would get stuck trying to recover from error
conditions when the CD-RW drive was in heavy use.  I have not seen that
behavior with these small patches.


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 syssrc/sys/dev/ic/adv.c
cvs rdiff -r1.15 -r1.16 syssrc/sys/dev/ic/advlib.c

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