History log of /freebsd-9.3-release/share/man/man4/aac.4
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 195614 11-Jul-2009 jkim

Get correct maxio from the controller and drop the tunable.
The default (64K) is too pessimistic for "new comm" hardware.
Also, this is bad because multiple controllers get limited by
the global tunable.

Reviewed by: scottl
Approved by: re (kensmith)


# 180072 27-Jun-2008 emaste

Add explicit PCI IDs for the following Adaptec RAID Series 2 adapters:

Adaptec RAID 2045
Adaptec RAID 2405
Adaptec RAID 2445
Adaptec RAID 2805

Without this change these devices are supported by the driver's family
support, but they then appear as "Adaptec RAID Controller" in boot
messages and the dev.aac.0.%desc sysctl.


# 174369 06-Dec-2007 emaste

Add new controllers supported by rev 1.64 and 1.65 of aac_pci.c


# 174085 29-Nov-2007 emaste

Bump .Dd for my last commit adding PCI IDs.


# 174080 29-Nov-2007 emaste

Document PCI IDs of controllers added in aac_pci.c v1.63


# 171940 23-Aug-2007 emaste

Add PCI IDs for two cards:
- Adaptec RAID 3405
- Adaptec RAID 3805

Approved by: re (bmah)
Submitted by: John Marra jmarra at nmu dot edu
MFC After: 1 week


# 165204 14-Dec-2006 mpp

Spelling fix.


# 163934 03-Nov-2006 brueffer

Document IBM ServeRAID 8k support.


# 159718 18-Jun-2006 brueffer

Correct date for the previous commit.


# 159703 17-Jun-2006 brueffer

- Bring the hardware list up to date
- Convert to our standard SYNOPSIS layout
- Remove the kld from FILES, it's now mentioned in the SYNOPSIS
- Remove useless .Pp call at eof

MFC after: 3 days


# 143346 10-Mar-2005 brueffer

s/cdrom/CD-ROM/

MFC after: 3 days


# 139675 04-Jan-2005 brueffer

- some SATA controllers were erroneously marked as SCSI, correct that
- move those controllers into the right place
- bump .Dd

Thanks to: Justin Bennett <justin@z-axis.com>
MFC after: 3 days


# 139230 23-Dec-2004 scottl

Document the 2130SLP


# 138887 15-Dec-2004 brueffer

Bump .Dd before anyone notices.


# 138886 15-Dec-2004 brueffer

List the Adaptec SCSI RAID 2230SLP.


# 136761 22-Oct-2004 scottl

Document the 21610SA card.


# 133608 13-Aug-2004 scottl

Re-write some poorly written paragraphs. Document the 2130.


# 131570 04-Jul-2004 simon

Add a HARDWARE section which lists supported devices. The actual
device listings has been moved (and in some cases more or less
rewritten) from the DESCRIPTION section.

This will be used later for automatically generating device listings
in the Hardware Notes, by parsing the manual pages.

Reviewed in principle by: ru, hrs, trhodes
No objections: -doc, re
Section name inspired by: NetBSD


# 127273 21-Mar-2004 hrs

Update the supported hardware.

Approved by: scottl


# 122477 11-Nov-2003 scottl

Note support for the Adaptec 2410SA in the aac.4 manpage.


# 117011 28-Jun-2003 ru

Hiten's patchset for section four manpages, slightly edited by me.


# 111447 24-Feb-2003 ru

mdoc(7) police: Scheduled sweep.


# 111166 20-Feb-2003 scottl

Update teh aac(4) manpage to note new controllers, the scsi passthru
interface, changes to linux compatibilty, and fewer bugs.


# 84052 27-Sep-2001 scottl

Fix a manlint nit with the aac.4 manpage.

Submitted by: Brooks Davis <brooks@one-eyed-alien.net>


# 83943 25-Sep-2001 scottl

Clarify how to determine the firmware version.

Submitted by: Anders Andersson <anders@codefactory.se>
MFC after: 3 days


# 83810 22-Sep-2001 scottl

Note in the BUGS section that the driver will not work on controllers that
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


# 82527 29-Aug-2001 scottl

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


# 82234 23-Aug-2001 dd

Spelling police: relabelled -> relabeled

PR: 29985
Submitted by: {aac,amr,mlx}.4


# 82233 23-Aug-2001 dd

Capitalize Linux where appropriate.

Submitted by: Joseph Mallett <jmallett@xMach.org>


# 81238 07-Aug-2001 ru

mdoc(7) police: removed hard sentence breaks and trailing whitespaces.


# 81211 06-Aug-2001 scottl

blah, fix missing commas in 'SEE ALSO' section.


# 81210 06-Aug-2001 scottl

After confering with sheldonh, it was decided that the tuning section should
be renamed back to 'Tuning' and should be a subsection under 'Description'.
also make a few other minor tweaks.

Reviewed by: sheldonh (in principal)


# 81157 05-Aug-2001 sheldonh

Clean up previous delta:

* 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".


# 81154 05-Aug-2001 scottl

Once again throw out the calculation of si_iosize_max and set it to 64K.
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


# 80359 25-Jul-2001 scottl

Add /dev/hpn? as an alias to /dev/aac? so that the HP version of the CLI
utility will work, and document it in the manpage.

MFC after: 3 days


# 79727 14-Jul-2001 schweikh

Removed whitespace at end-of-line; no content changes. I simply did
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


# 79454 09-Jul-2001 dd

mdoc(7) police: remove extraneous .Pp before and/or after .Sh.


# 73957 07-Mar-2001 ru

MFS: update HISTORY, synch dates.


# 71895 01-Feb-2001 ru

mdoc(7) police: split punctuation characters + misc fixes.


# 67627 26-Oct-2000 asmodai

Update @freebsd.org email addresses to @FreeBSD.org as is the
precedent.


# 66694 05-Oct-2000 scottl

The aac driver manual page

Reviewed by: sheldonh@freebsd.org