Date: Wed, 30 Aug 2000 00:52:50 -0700 (PDT) From: Mike Smith <msmith@FreeBSD.org> 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 Message-ID: <200008300752.AAA56370@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008300752.AAA56370>
