HP IO Accelerator Driver and Management Software Version 2.2.2 Release Notes

Errata 16
Modinfo module parameters not reported under RHEL4
The IO Accelerator driver does not properly report the load-time parameters when the modinfo command
is run. Obtain the list of supported parameters from the User Guide that came with your IO Accelerator or by
running the modinfo command on a newer system. The module parameters are identical between Linux
distributions when using the same driver version.
Source rpm build fails in Chaos 4.3 with ccache enabled
By default, Chaos has the ccache package installed. If an attempt is made to build the RPM from source with
ccache enabled, the result is an error message.
Remove or disable ccache before building the driver.
Kernels 2.6.34/35 don't handle switching interrupt types
Linux kernels around 2.6.34/35 might have problems processing interrupts if the driver is loaded using one
interrupt type, unloaded, and then loaded again using a different interrupt type. The primary symptom is that
the IO Accelerator device is unusable and the kernel logs have errors containing doIRQ. For example, the
following sequence on an affected system would likely result in errors:
1. Load the driver with a default of disable_msi=1 which selects APIC interrupts:
$ modprobe iomemory-vsl
$ modprobe -r iomemory-vsl
2. Load the driver and enable MSI interrupts:
$ modprobe iomemory-vsl disable_msi=0
To work around this issue, if you see the error, reboot the system. Also, always load with the same interrupt
type selected. To change between interrupt types, reboot the system first.
RHEL6 udevd warning
When using an IO Accelerator under RHEL6 (or any Linux distribution with udev script version 147 or later),
udevd might emit the following messages:
udevd[154]: worker [19174] unexpectedly returned with status 0x0100
udevd[154]: worker [19174] failed while handling
'/devices/virtual/block/fioa'
These messages are innocuous, and you can ignore them.
RHEL6 gives a warn_slowpath message during device attach
When attaching an IO Accelerator device under RHEL6, you might see log messages similar to the following:
kernel: ------------[ cut here ]------------
kernel: WARNING: at fs/fs-writeback.c:967 __mark_inode_dirty+0x108/0x160()
(Tainted: P ---------------- )
.
.