Marius Strobl da4882c200 - Make tables, device ID strings etc const. This includes #ifdef'ing 0
aac_command_status_table, which is actually unused since r111532.
  While at it, make aac_if a pointer to the now const interface tables
  instead of copying them over to the softc (this alone already reduces the
  size of aac.ko on amd64 by ~1 KiB).
- Remove redundant softc members.
- Use DEVMETHOD_END.
- Use NULL instead of 0 for pointers.
- Remove redundant bzero(9)'ing of the softc.
- Use pci_enable_busmaster(9) instead of duplicating it.
- Remove redundant checking for PCIM_CMD_MEMEN (resource allocation will
  just fail).
- Canonicalize the error messages in case of resource allocation failures.
- Add support for using MSI instead of INTx, controllable via the tunable
  hw.aac.enable_msi (defaulting to on).

MFC after:	1 month
2013-03-01 19:55:10 +00:00
..
2013-02-28 13:46:03 +00:00
2012-06-06 09:07:50 +00:00
2013-01-22 18:51:14 +00:00
2013-02-28 23:39:38 +00:00
2012-07-28 21:56:24 +00:00
2013-02-19 18:22:25 +00:00
2012-08-06 08:58:54 +00:00
2012-10-26 20:24:13 +00:00
2012-11-23 19:20:38 +00:00
2013-03-01 01:42:31 +00:00
2012-10-10 08:36:38 +00:00
2012-07-26 13:58:43 +00:00
2013-02-20 21:16:50 +00:00
2013-02-19 19:25:50 +00:00
2013-01-21 23:24:16 +00:00
2013-02-25 16:22:40 +00:00
2013-01-07 21:35:25 +00:00
2013-02-21 12:40:52 +00:00
2012-10-10 08:36:38 +00:00
2013-02-19 10:25:51 +00:00
2012-10-10 08:36:38 +00:00
2012-10-10 08:36:38 +00:00
2013-03-01 15:48:31 +00:00
2013-03-01 01:42:31 +00:00
2013-02-25 10:57:35 +00:00
2012-10-10 08:36:38 +00:00