freebsd-dev/sys/dev/aac
Marius Strobl 4b7ec27007 - There's no need to overwrite the default device method with the default
one. Interestingly, these are actually the default for quite some time
  (bus_generic_driver_added(9) since r52045 and bus_generic_print_child(9)
  since r52045) but even recently added device drivers do this unnecessarily.
  Discussed with: jhb, marcel
- While at it, use DEVMETHOD_END.
  Discussed with: jhb
- Also while at it, use __FBSDID.
2011-11-22 21:28:20 +00:00
..
aac_cam.c Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. 2011-11-07 06:44:47 +00:00
aac_debug.c Whitespace cleanup, in advance of next sync with Adaptec's driver. No 2010-04-13 00:33:07 +00:00
aac_disk.c Use device_printf where possible, and otherwise at least include the 2010-09-16 23:33:24 +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 - There's no need to overwrite the default device method with the default 2011-11-22 21:28:20 +00:00
aac_tables.h Use enums in the aac_command_status_table rather than duplicating the same 2010-04-13 12:10:55 +00:00
aac.c Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. 2011-11-07 15:43:11 +00:00
aacreg.h Previously, the aac driver did not handle enclosure management AIFs, 2010-09-29 14:22:00 +00:00
aacvar.h - Fix races on detach handling of AAC_IFFLAGS_* mask 2011-06-10 20:23:56 +00:00