freebsd-nq/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
aac_debug.c
aac_disk.c
aac_linux.c
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
aac.c
aacreg.h
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