From owner-cvs-all Wed Oct 4 21:32:24 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 8DE6A37B503; Wed, 4 Oct 2000 21:32:21 -0700 (PDT) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA84340; Wed, 4 Oct 2000 21:32:21 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <200010050432.VAA84340@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Wed, 4 Oct 2000 21:32:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq aic7xxx_freebsd.c aic7xxx_freebsd.h aic7xxx_inline.h aic7xxx_pci.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gibbs 2000/10/04 21:32:21 PDT Modified files: (Branch: RELENG_4) sys/dev/aic7xxx aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq aic7xxx_freebsd.c aic7xxx_freebsd.h aic7xxx_inline.h aic7xxx_pci.c Log: MFC: Improved queue algorithm, cachline sized S/G prefetch, verbose transfer negotiation messages, locking bug fixes, syncrate setting bug fix, and resource shortage queue unfreeze fix. Revision Changes Path 1.41.2.4 +301 -114 src/sys/dev/aic7xxx/aic7xxx.c 1.16.2.2 +12 -4 src/sys/dev/aic7xxx/aic7xxx.h 1.20.2.3 +19 -11 src/sys/dev/aic7xxx/aic7xxx.reg 1.94.2.3 +37 -56 src/sys/dev/aic7xxx/aic7xxx.seq 1.3.2.3 +14 -6 src/sys/dev/aic7xxx/aic7xxx_freebsd.c 1.2.2.2 +14 -1 src/sys/dev/aic7xxx/aic7xxx_freebsd.h 1.2.2.2 +55 -19 src/sys/dev/aic7xxx/aic7xxx_inline.h 1.2.2.2 +5 -6 src/sys/dev/aic7xxx/aic7xxx_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message