man.bsd.lv manual page server

Manual Page Search Parameters

AAC(4) Device Drivers Manual AAC(4)

aacAdaptec AdvancedRAID Controller driver

To compile this driver into the kernel, place the following lines in your kernel configuration file:

device pci
device aac
device aacp

To compile in debugging code:
options AAC_DEBUG

Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):

aac_load="YES"

The aac driver provides support for the Adaptec AAC family of SCSI Ultra2, Ultra160, and Ultra320, SATA and SAS RAID controllers.

Access to RAID containers is available via the /dev/aacd? device nodes. The aacp device enables the SCSI pass-through interface and allows devices connected to the card such as CD-ROMs to be available via the CAM scsi(4) subsystem. Note that not all cards allow this interface to be enabled.

The /dev/aac? device nodes provide access to the management interface of the controller. One node exists per installed card. The aliases /dev/afa? and /dev/hpn? exist for compatibility with the Dell and HP versions of management tools, respectively.

hw.aac.msi.enable
By default, the driver will use MSI if it is supported. This behavior can be turned off by setting this tunable to 0.

Controllers supported by the aac driver include:

/dev/aac?
aac management interface
/dev/aacd?
disk/container interface

Compiling with AAC_DEBUG will enable 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.

kld(4), scsi(4), kldload(8)

The aac driver first appeared in FreeBSD 4.3.

Mike Smith <msmith@FreeBSD.org>
Scott Long <scottl@FreeBSD.org>

This driver is not compatible with Dell controllers that have version 1.x firmware. The firmware version is the same as the kernel version printed in the BIOS POST and driver attach messages.

The controller is not actually paused on suspend/resume.

March 19, 2014 DragonFly-5.6.1