Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Oct 2000 07:36:27 -0700 (PDT)
From:      "Justin T. Gibbs" <gibbs@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/aic7xxx aic7xxx_inline.h
Message-ID:  <200010121436.HAA28643@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
gibbs       2000/10/12 07:36:27 PDT

  Modified files:
    sys/dev/aic7xxx      aic7xxx_inline.h 
  Log:
  Bring back the ability to send cdbs of length 13->32 bytes.  This was lost
  during the qinfifo optimization.  When swapping HSCBs, we were only copying
  the first 32 bytes, the amount used in the common case of a cdb <= 12 bytes.
  Larger cdbs are stored in the second 32 bytes of the cdb.
  
  Noticed by: Marc Frajola <marc@terasolutions.com>
  
  Revision  Changes    Path
  1.4       +2 -2      src/sys/dev/aic7xxx/aic7xxx_inline.h



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?200010121436.HAA28643>