summaryrefslogtreecommitdiffstats
path: root/sys/dev/aac/aac_debug.c
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/aac_debug.c
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/aac_debug.c')
-rw-r--r--sys/dev/aac/aac_debug.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/aac/aac_debug.c b/sys/dev/aac/aac_debug.c
index 0ebb73c..1db2d50 100644
--- a/sys/dev/aac/aac_debug.c
+++ b/sys/dev/aac/aac_debug.c
@@ -34,7 +34,6 @@
*/
#include "opt_aac.h"
-#ifdef AAC_DEBUG
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
@@ -492,4 +491,3 @@ aac_print_aif(struct aac_softc *sc, struct aac_aif_command *aif)
}
}
#endif /* AAC_DEBUG */
-#endif
OpenPOWER on IntegriCloud