From owner-cvs-all Thu Oct 12 7:36:30 2000 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 C1CD137B503; Thu, 12 Oct 2000 07:36:27 -0700 (PDT) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA28643; Thu, 12 Oct 2000 07:36:27 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <200010121436.HAA28643@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Thu, 12 Oct 2000 07:36:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx_inline.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 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