| Age | Commit message (Expand) | Author |
| 2025-06-21 | newbus: replace leftover device unit wildcards | Ahmad Khalifa |
| 2025-01-02 | Use bus_generic_detach to detach and delete child devices during detach | John Baldwin |
| 2024-12-06 | Replace calls to bus_generic_attach with bus_attach_children | John Baldwin |
| 2024-07-24 | newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANY | Warner Losh |
| 2023-08-16 | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh |
| 2023-05-12 | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh |
| 2022-04-08 | aac: Move sge64 declaration into the #ifdef __amd64__ block. | John Baldwin |
| 2021-12-09 | Create wrapper for Giant taken for newbus | Warner Losh |
| 2020-09-01 | aac: clean up empty lines in .c and .h files | Mateusz Guzik |
| 2020-02-26 | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) | Pawel Biernacki |
| 2019-11-24 | Don't need giant for these drivers dev nodes. | Warner Losh |
| 2018-04-06 | Move most of the contents of opt_compat.h to opt_global.h. | Brooks Davis |
| 2018-03-14 | Fix FSACTL_GET_NEXT_ADAPTER_FIB under 32-bit compat. | Brooks Davis |
| 2017-11-27 | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2017-09-08 | Move the intrhook release to later in the function so that GEOM knows to wait... | Scott Long |
| 2017-07-01 | Clean up MD pollution of bus_dma.h: | Jason A. Harmening |
| 2016-04-19 | aacraid(4): Sanely copyin userland pointers and ensure that we don't get | Sean Bruno |
| 2016-04-10 | Cleanup unnecessary semicolons from the kernel. | Pedro F. Giffuni |
| 2016-03-01 | Remove taskqueue_enqueue_fast(). | John Baldwin |
| 2016-02-27 | Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere(). | Justin Hibbits |
| 2015-03-22 | Remove MAXBSIZE use from drivers where it has nothing to do. | Alexander Motin |
| 2014-05-17 | Clear the data buffer length field when freeing a command structure so that | John Baldwin |
| 2013-12-29 | Free the MSI again on detach if allocated. Arguably, this code would be | Marius Strobl |
| 2013-05-30 | Allow unmapped I/O via aacd(4). It shouldn't be too hard to add the | Marius Strobl |
| 2013-05-30 | - Remove pointless returns. | Marius Strobl |
| 2013-03-01 | - Make tables, device ID strings etc const. This includes #ifdef'ing 0 | Marius Strobl |
| 2012-02-13 | Add a sysctl to report the firmware build number. | Ed Maste |
| 2011-11-07 | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | Ed Schouten |
| 2011-11-07 | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | Ed Schouten |
| 2011-06-10 | - Fix races on detach handling of AAC_IFFLAGS_* mask | Attilio Rao |
| 2011-02-03 | Revert part of r173264. Both aac_ioctl_sendfib and aac_ioctl_send_raw_srb | Ed Maste |
| 2010-09-29 | Previously, the aac driver did not handle enclosure management AIFs, | Ed Maste |
| 2010-09-16 | Use device_printf where possible, and otherwise at least include the | Ed Maste |
| 2010-09-16 | Implement device unbusying via a cdevpriv destructor. | Attilio Rao |
| 2010-09-15 | Fix bogus busying mechanism from cdevsw callbacks: | Attilio Rao |
| 2010-09-14 | Avoid repeatedly spamming the console while a timed out command is waiting | Ed Maste |
| 2010-04-13 | Sync some minor items with the upstream driver. Should have no functional | Ed Maste |
| 2010-04-13 | Whitespace cleanup, in advance of next sync with Adaptec's driver. No | Ed Maste |
| 2010-03-15 | Make the code more readable and compiling on 64-bits arch different | Attilio Rao |
| 2010-03-14 | Checkin a facility for specifying a passthrough FIB from userland. | Attilio Rao |
| 2010-02-23 | Minor diff reduction with Adaptec's driver: in aac_release_command() set | Ed Maste |
| 2010-02-17 | Include command type in COMMAND TIMEOUT messages to aid in debugging. | Ed Maste |
| 2010-02-14 | Diff reduction with Adaptec's vendor driver. | Ed Maste |
| 2010-02-12 | Garbage collect Falcon/PPC support that has not been used in released | Ed Maste |
| 2010-01-07 | Remove extraneous semicolons, no functional changes. | Martin Blapp |
| 2009-12-08 | - Try pre-allocating all FIBs upfront. Previously we tried pre-allocating | Jung-uk Kim |
| 2009-10-29 | Rename aac_fast_intr to aac_filter to reflect its current use. Eliminate | Ed Maste |
| 2009-10-28 | Do first controller time sync after 1 minute, as in Adaptec's vendor | Ed Maste |
| 2009-10-27 | Whitespace fixup: 8 spaces -> tab | Ed Maste |
| 2009-09-09 | Whitespace tweak. | Ed Maste |