|
NAMEips —
IBM/Adaptec ServeRAID controller driver
SYNOPSISTo compile this driver into the kernel, place the following lines in your kernel configuration file:device pci
device scbus
device ips Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): ips_load="YES" DESCRIPTIONTheips driver claims to support the IBM (now Adaptec)
ServeRAID series SCSI controller cards.
These cards come with a built in configuration utility stored in the firmware known as the ISPR. This utility is accessed with the ⟨Ctrl+I⟩ key combination during the initial card POST. It is highly recommended that this utility be used to configure the card before attempting to diagnose the below error messages. In some cases, the HARDWAREControllers supported by theips driver include:
Newer ServeRAID controllers are supported by the aac(4) or mfi(4) driver. DIAGNOSTICSSeveral error codes may be shown when the card initializes the IBM ISPR utility and are independent of FreeBSD.
General adapter errors:
Error messages due to DMA:
Cache, buffer, and command errors:
COMPATIBILITYUnlike many of the other SCSI devices in FreeBSD, theips driver does not use the
cam(4) SCSI
subsystem.
SEE ALSOaac(4), ch(4), da(4), mfi(4), sysctl(8)AUTHORSTheips driver was written by David
Jefferys and Scott Long
<scottl@FreeBSD.org>.
This manual page was written by Tom Rhodes <trhodes@FreeBSD.org>.
Visit the GSP FreeBSD Man Page Interface. |