summaryrefslogtreecommitdiffstats
path: root/share/man/man4/aac.4
Commit message (Collapse)AuthorAgeFilesLines
* Fix a manlint nit with the aac.4 manpage.scottl2001-09-271-1/+1
| | | | Submitted by: Brooks Davis <brooks@one-eyed-alien.net>
* Clarify how to determine the firmware version.scottl2001-09-251-0/+2
| | | | | Submitted by: Anders Andersson <anders@codefactory.se> MFC after: 3 days
* Note in the BUGS section that the driver will not work on controllers thatscottl2001-09-221-3/+3
| | | | | | | have version 1.x firmware. This might also need to go into the release documentation, as many people seem to have been bitten by this. MFC after: 3 days
* Mega update to the aac driver.scottl2001-08-291-13/+3
| | | | | | | | | | | | | | 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
* Spelling police: relabelled -> relabeleddd2001-08-231-1/+1
| | | | | PR: 29985 Submitted by: {aac,amr,mlx}.4
* Capitalize Linux where appropriate.dd2001-08-231-1/+1
| | | | Submitted by: Joseph Mallett <jmallett@xMach.org>
* mdoc(7) police: removed hard sentence breaks and trailing whitespaces.ru2001-08-071-3/+5
|
* blah, fix missing commas in 'SEE ALSO' section.scottl2001-08-061-2/+2
|
* After confering with sheldonh, it was decided that the tuning section shouldscottl2001-08-061-16/+12
| | | | | | | be renamed back to 'Tuning' and should be a subsection under 'Description'. also make a few other minor tweaks. Reviewed by: sheldonh (in principal)
* Clean up previous delta:sheldonh2001-08-051-8/+14
| | | | | | | | * Fix typo (defautls). * Don't use hard sentence breaks in new text. * Don't introduce the use of the second person (you). * Use the standard "IMPLEMENTATION NOTES" section name instead of the non-standard "TUNING".
* Once again throw out the calculation of si_iosize_max and set it to 64K.scottl2001-08-051-0/+12
| | | | | | | | Although it can go higher, it is not safe to so do on arrays with many members. Compromise by adding a tunable, "hw.aac.iosize_max" that can be set at boottime. Also document in the aac(4) manpage. MFC after: 4 weeks
* Add /dev/hpn? as an alias to /dev/aac? so that the HP version of the CLIscottl2001-07-251-2/+7
| | | | | | utility will work, and document it in the manpage. MFC after: 3 days
* Removed whitespace at end-of-line; no content changes. I simply didschweikh2001-07-141-18/+18
| | | | | | | | | | cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//' BTW, what editors are the culprits? I'm using vim and it shows me whitespace at EOL in troff files with a thick blue block... Reviewed by: Silence from cvs diff -b MFC after: 7 days
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
|
* MFS: update HISTORY, synch dates.ru2001-03-071-2/+2
|
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-1/+1
|
* Update @freebsd.org email addresses to @FreeBSD.org as is theasmodai2000-10-261-2/+2
| | | | precedent.
* The aac driver manual pagescottl2000-10-051-0/+140
Reviewed by: sheldonh@freebsd.org
OpenPOWER on IntegriCloud