Date: Wed, 29 Aug 2001 16:34:05 -0700 (PDT) From: Scott Long <scottl@FreeBSD.org> 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 Message-ID: <200108292334.f7TNY5823806@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108292334.f7TNY5823806>
