|
NAMEaacraid —
Adaptec AACRAID Controller driver
SYNOPSISTo compile this driver into the kernel, place the following lines in your kernel configuration file:device pci
device aacraid
To compile in debugging code:
Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): aacraid_load="YES" DESCRIPTIONTheaacraid driver provides support for the Adaptec by
PMC RAID controllers, including Series 6/7/8 and upcoming families.
The RAID containers are handled via the
The /dev/aacraid? device nodes provide
access to the management interface of the controller. One node exists per
installed card. If the kernel is compiled with the
HARDWAREControllers supported by theaacraid driver include:
FILES
DIAGNOSTICSCompiling withAACRAID_DEBUG set to a number between 0
and 3 will enable increasingly verbose debug messages.
The adapter can send status and alert messages asynchronously to the driver. These messages are printed on the system console, and are also queued for retrieval by a management application. SEE ALSOkld(4), linux(4), scsi(4), kldload(8)AUTHORSAchim Leubner <achim@FreeBSD.org>Ed Maste <emaste@FreeBSD.org> Scott Long <scottl@FreeBSD.org> BUGSThe controller is not actually paused on suspend/resume.
Visit the GSP FreeBSD Man Page Interface. |