From owner-cvs-all Wed Aug 30 0:52:55 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 E0F5B37B424; Wed, 30 Aug 2000 00:52:50 -0700 (PDT) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA56370; Wed, 30 Aug 2000 00:52:50 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Message-Id: <200008300752.AAA56370@freefall.freebsd.org> From: Mike Smith Date: Wed, 30 Aug 2000 00:52:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/amr amr_cam.c amr_compat.h amr_tables.h amr.c amr_disk.c amr_pci.c amrio.h amrreg.h amrvar.h src/sys/modules/amr Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2000/08/30 00:52:50 PDT Modified files: sys/dev/amr amr.c amr_disk.c amr_pci.c amrio.h amrreg.h amrvar.h sys/modules/amr Makefile Added files: sys/dev/amr amr_cam.c amr_compat.h amr_tables.h Log: Major update to the AMI MegaRAID driver. - New support for 40LD firmware found in Series 475 and 471 adapters. - Better support for 8LD firmware adapters - Ioctl passthrough interface for userland utilities. - Improved error handling and queueing. - Several bugfixes (including the 'still open' shutdown bug and closing some small race conditions). - Zone-style command allocator, reducing memory wasted under heavy load conditions. - CAM interface (disabled and not fully working) for SCSI passthrough access to non-disk devices Thanks to AMI for supplying a pile of new adapters and various other help in making this happen. Revision Changes Path 1.16 +829 -870 src/sys/dev/amr/amr.c 1.11 +44 -81 src/sys/dev/amr/amr_disk.c 1.5 +386 -45 src/sys/dev/amr/amr_pci.c 1.3 +50 -6 src/sys/dev/amr/amrio.h 1.2 +386 -41 src/sys/dev/amr/amrreg.h 1.8 +196 -100 src/sys/dev/amr/amrvar.h 1.7 +12 -2 src/sys/modules/amr/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message