summaryrefslogtreecommitdiffstats
path: root/share/man/man4/aac.4
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 /share/man/man4/aac.4
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 'share/man/man4/aac.4')
-rw-r--r--share/man/man4/aac.416
1 files changed, 3 insertions, 13 deletions
diff --git a/share/man/man4/aac.4 b/share/man/man4/aac.4
index 4857721..630b2df 100644
--- a/share/man/man4/aac.4
+++ b/share/man/man4/aac.4
@@ -48,7 +48,7 @@ Supported controllers include:
.It
AAC-364
.It
-AAC-3642
+Adaptec SCSI RAID 5400S
.It
HP NetRAID 4M
.It
@@ -86,12 +86,6 @@ Compiling the driver with the
option enables the Linux-compatible
.Xr ioctl 2
interface for the management device.
-The
-.Xr ioctl 2
-command set is heavily tailored to existing Linux applications.
-Native
-.Xr ioctl 2
-support is not present at this time.
.Ss Tuning
The read-only sysctl
.Va hw.aac.iosize_max
@@ -148,13 +142,9 @@ and is
.An Scott Long
.Aq scottl@FreeBSD.org
.Sh BUGS
-This driver has not been tested on Alpha, though it should work.
+This driver will not work on systems with more than 4GB of memory.
.Pp
The controller is not actually paused on suspend/resume.
.Pp
-Adapter-initiated messages are not returned back to the controller,
-possibly causing a resource leak on the controller.
-.Pp
-Unloading and reloading the driver as a kernel loadable module
-without rebooting the system is strongly discouraged.
+Unloading driver is not supported at this time.
.Pp
OpenPOWER on IntegriCloud