From owner-cvs-all Wed Aug 29 16:35: 2 2001 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 A869B37B405; Wed, 29 Aug 2001 16:34:56 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: (from scottl@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7TNY5823806; Wed, 29 Aug 2001 16:34:05 -0700 (PDT) (envelope-from scottl) Message-Id: <200108292334.f7TNY5823806@freefall.freebsd.org> From: Scott Long Date: Wed, 29 Aug 2001 16:34:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 aac.4 src/sys/dev/aac aac.c aac_debug.c aac_disk.c aac_ioctl.h 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 2001/08/29 16:34:05 PDT Modified files: share/man/man4 aac.4 sys/dev/aac aac.c aac_debug.c aac_disk.c aac_ioctl.h aac_pci.c aacreg.h aacvar.h Log: Mega update to the aac driver. 1. Correctly handle commands initiated by the adapter. These commands are defered to a kthread responsible for their processing, then are properly returned to the controller. 2. Add/remove disk devices when notified by the card that a container was created/deleted/offline. 3. Implement crashdump functionality. 4. Support all ioctls needed for the management CLI to work. The linux version of this app can be found at the Dell or HP website. A native version will be forthcoming. MFC-after: 4.4-RELEASE Revision Changes Path 1.15 +4 -14 src/share/man/man4/aac.4 1.22 +519 -75 src/sys/dev/aac/aac.c 1.6 +1 -3 src/sys/dev/aac/aac_debug.c 1.12 +108 -10 src/sys/dev/aac/aac_disk.c 1.6 +20 -10 src/sys/dev/aac/aac_ioctl.h 1.12 +5 -5 src/sys/dev/aac/aac_pci.c 1.7 +2 -2 src/sys/dev/aac/aacreg.h 1.8 +48 -8 src/sys/dev/aac/aacvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message