freebsd-dev/sys/dev/aac
Marius Strobl 0cfcfc1918 - Fix a bug in the MSI allocation logic so an MSI is also employed if a
controller supports only a single message. I haven't seen such an adapter
  out in the wild, though, so this change likely is a NOP.
  While at it, further simplify the MSI allocation logic; there's no need
  to check the number of available messages on our own as pci_alloc_msi(9)
  will just fail if it can't provide us with the single message we want.
- Nuke the unused softc of aacch(4).

MFC after:	1 month
2013-08-06 19:14:02 +00:00
..
aac_cam.c - Remove pointless returns. 2013-05-30 00:11:22 +00:00
aac_debug.c Give panic format string to pacify clang warning. 2012-11-09 13:58:52 +00:00
aac_disk.c Allow unmapped I/O via aacd(4). It shouldn't be too hard to add the 2013-05-30 00:22:07 +00:00
aac_linux.c Second-to-last commit implementing Capsicum capabilities in the FreeBSD 2011-08-11 12:30:23 +00:00
aac_pci.c - Fix a bug in the MSI allocation logic so an MSI is also employed if a 2013-08-06 19:14:02 +00:00
aac_tables.h - Make tables, device ID strings etc const. This includes #ifdef'ing 0 2013-03-01 19:55:10 +00:00
aac.c Allow unmapped I/O via aacd(4). It shouldn't be too hard to add the 2013-05-30 00:22:07 +00:00
aacreg.h Previously, the aac driver did not handle enclosure management AIFs, 2010-09-29 14:22:00 +00:00
aacvar.h As it turns out, MSIs are broken with 2820SA so introduce an AAC_FLAGS_NOMSI 2013-08-06 18:55:59 +00:00