From owner-cvs-all Sun Feb 11 7:38:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C59537B491; Sun, 11 Feb 2001 07:38:07 -0800 (PST) Received: (from groudier@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1BFc7j04734; Sun, 11 Feb 2001 07:38:07 -0800 (PST) (envelope-from groudier) Message-Id: <200102111538.f1BFc7j04734@freefall.freebsd.org> From: Gerard Roudier Date: Sun, 11 Feb 2001 07:38:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sym sym_hipd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG groudier 2001/02/11 07:38:07 PST Modified files: sys/dev/sym sym_hipd.c Log: Fix: - Missing cpu_to_scr() added (endian-ness). Improvement (fix|workaroung??): - Blindly firing a PPR can lead to some messy situations due to various causes or misfeatures, for example: * The 53C1010-[33|66] supports offset 62 in DT mode, but only offset 31 in ST mode. As a result, a PPR(DT, offset 62) responded with PPR(ST, any offset > 31) must be rejected. * A device that doesn't know about PPR should reject it, but may also be confused by this message. When a PPR encounters problems, the driver now patches the goal transfer settings for legacy negotiations to be performed later with the offending target. This give a chance for bad situations to be fixed automagically. Revision Changes Path 1.24 +33 -11 src/sys/dev/sym/sym_hipd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message