summaryrefslogtreecommitdiffstats
path: root/sys/dev/aac/aacreg.h
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2001-08-29 23:34:05 +0000
committerscottl <scottl@FreeBSD.org>2001-08-29 23:34:05 +0000
commitca93e132a40987f527cf6023647c4a067283a0f5 (patch)
tree9664aff7481b95b2f50a88ff50e381ca89fc4235 /sys/dev/aac/aacreg.h
parentd118ae3895cbb757e23c8a19dfe269d7e5348b2f (diff)
downloadFreeBSD-src-ca93e132a40987f527cf6023647c4a067283a0f5.zip
FreeBSD-src-ca93e132a40987f527cf6023647c4a067283a0f5.tar.gz
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
Diffstat (limited to 'sys/dev/aac/aacreg.h')
-rw-r--r--sys/dev/aac/aacreg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/aac/aacreg.h b/sys/dev/aac/aacreg.h
index fd5c9b9..e349a91 100644
--- a/sys/dev/aac/aacreg.h
+++ b/sys/dev/aac/aacreg.h
@@ -987,7 +987,7 @@ struct aac_mntinforesponse {
*/
struct aac_closecommand {
u_int32_t Command;
- u_int32_t ComainerId;
+ u_int32_t ContainerId;
} __attribute__ ((packed));
/*
OpenPOWER on IntegriCloud