Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Feb 2001 07:38:07 -0800 (PST)
From:      Gerard Roudier <groudier@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/sym sym_hipd.c
Message-ID:  <200102111538.f1BFc7j04734@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102111538.f1BFc7j04734>