Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Stephen M. Rumble <rumble@netbsd.org>
List: source-changes
Date: 05/21/2007 18:56:32
Module Name: src
Committed By: rumble
Date: Mon May 21 18:56:32 UTC 2007
Modified Files:
src/sys/dev/ic: wd33c93.c
Log Message:
Check in a workaround before I lose or forget about it:
My SGI issued IBM DORS-32160 will respond to every message with a sync
negotiation (even IDENTIFY) until it gets a response it likes (and it
definitely doesn't like async). Unfortunately, this locks us into an endless
loop after sending IDENTIFY, since the device responds with a SYNC
negotiation that we refuse to accept. This refusal results in a new
target-initiated sync negotiation, and so on...
To work around this, permit negotiating sync mode on an unexpected
target-initiated sync negotiation.
To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/sys/dev/ic/wd33c93.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.