From owner-cvs-all Tue Apr 23 22:12:53 2002 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 7F5C137B41D; Tue, 23 Apr 2002 22:12:50 -0700 (PDT) Received: (from scottl@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3O5Coh87457; Tue, 23 Apr 2002 22:12:50 -0700 (PDT) (envelope-from scottl) Message-Id: <200204240512.g3O5Coh87457@freefall.freebsd.org> From: Scott Long Date: Tue, 23 Apr 2002 22:12:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aac aac.c aac_disk.c aac_pci.c aacreg.h aacvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2002/04/23 22:12:50 PDT Modified files: sys/dev/aac aac.c aac_disk.c aac_pci.c aacreg.h aacvar.h Log: Prepare for a major update to the aac driver: Update the aac driver with the new crashdump api. Protect sync fibs with a mutex. Align all DMA buffers on a PAGE_SIZE boundary. MFC after: 3 days Revision Changes Path 1.37 +88 -189 src/sys/dev/aac/aac.c 1.21 +65 -64 src/sys/dev/aac/aac_disk.c 1.22 +1 -1 src/sys/dev/aac/aac_pci.c 1.11 +1 -1 src/sys/dev/aac/aacreg.h 1.18 +11 -4 src/sys/dev/aac/aacvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message