opnsense-src/sys/dev/aac
Scott Long 7cb209f5d0 Mega Update to the aac driver to support a whole new family of cards and
the modified interface that they use.  Changes include:

- Register a different interrupt handler for the new interface.  This one is
  INTR_MPSAFE, not INTR_FAST, and directly processes completions and AIFs.
- Add an event registration and callback mechanism for the ioctl and CAM
  modules can know when a resource shortage clears.  This condition was
  previously fatal in CAM due to programming oversights.
- Fix locking to play better with newbus.
- Provide access methods for talking to cards with the NEWCOMM interface.
- Fix up the CAM module to be better suited for dealing with newer firmware
  on the PERC Si/Di series that requires talking to plain SCSI via aac.
- Add a whole slew of new PCI Id's.

Thanks to Adaptec for providing an initial version of this work and for
answering countless questions about it.  There are still some rough edges in
this, but it works well enough to commit and test for now.

Obtained from: Adaptec, Inc.
2005-10-08 15:55:09 +00:00
..
aac.c Mega Update to the aac driver to support a whole new family of cards and 2005-10-08 15:55:09 +00:00
aac_cam.c Mega Update to the aac driver to support a whole new family of cards and 2005-10-08 15:55:09 +00:00
aac_debug.c Retire the FreeBSD 4.x compat code and __FreeBSD_version checks from the aac 2005-08-08 12:19:19 +00:00
aac_disk.c Fix some busdma API violations in the dumpsys handler. 2005-05-02 22:56:52 +00:00
aac_linux.c Add missing <sys/module.h> includes 2004-05-30 20:08:47 +00:00
aac_pci.c Mega Update to the aac driver to support a whole new family of cards and 2005-10-08 15:55:09 +00:00
aac_tables.h Mega Update to the aac driver to support a whole new family of cards and 2005-10-08 15:55:09 +00:00
aacreg.h Mega Update to the aac driver to support a whole new family of cards and 2005-10-08 15:55:09 +00:00
aacvar.h Mega Update to the aac driver to support a whole new family of cards and 2005-10-08 15:55:09 +00:00