| Age | Commit message (Expand) | Author |
| 2018-10-22 | Remove aha(4) from the tree. | Warner Losh |
| 2018-01-29 | Tag the current round of deprecated drivers. | Warner Losh |
| 2017-12-23 | Create a new ISA_PNP_INFO macro. Use this macro every where we have | Warner Losh |
| 2017-11-27 | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2017-02-19 | Remove dead mentions of CAM target mode APIs from drivers. | Alexander Motin |
| 2017-02-17 | Remove ahb references as well as 1640 info in aha.4 | Warner Losh |
| 2017-02-17 | Remove residuals of mca support | Warner Losh |
| 2017-02-15 | Remove Micro Channel Architecture support. Of the commonly available | Warner Losh |
| 2017-01-05 | In the same vein as r311350, fix whitespace in handling of XPT_PATH_INQ in | Ravi Pokala |
| 2017-01-04 | Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name) | Alan Somers |
| 2016-05-03 | sys/dev: minor spelling fixes. | Pedro F. Giffuni |
| 2016-04-19 | sys/dev: use our nitems() macro when it is avaliable through param.h. | Pedro F. Giffuni |
| 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-11-21 | Prevent overflow issues in timeout processing | Steven Hartland |
| 2014-06-11 | Fix a few more drivers that were explicitly destroying the bus_dma | John Baldwin |
| 2014-01-19 | Free the dma memory from the dma map before destroying the dma map. | Warner Losh |
| 2013-10-22 | Fix memory and references leak due to unfreed path. | Alexander Motin |
| 2013-02-12 | Reform the busdma API so that new types may be added without modifying | Konstantin Belousov |
| 2012-10-16 | Fix aha(4) build with i386 LINT (which includes 'device mca'). | Sergey Kandaurov |
| 2012-10-16 | Fix build of aha(4). | Gleb Smirnoff |
| 2012-10-15 | Add locking to the aha(4) driver and mark it MPSAFE. | John Baldwin |
| 2008-10-07 | Pass bus_get_dma_tag() into the first argument of bus_dma_create_tag() | Warner Losh |
| 2008-08-10 | Minor typo fix, caught while skimming through the file. | Giorgos Keramidas |
| 2007-06-17 | Prepare for future integration between CAM and newbus. xpt_bus_register | Scott Long |
| 2007-04-15 | Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will | Scott Long |
| 2007-02-23 | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati |
| 2007-02-23 | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati |
| 2006-12-11 | Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed. | Matt Jacob |
| 2006-11-09 | Remove unused structures. | Kevin Lo |
| 2006-11-02 | 2nd and final commit that moves us to CAM_NEW_TRAN_CODE | Matt Jacob |
| 2006-10-31 | The first of 3 major steps to move the CAM layer forward to using | Matt Jacob |
| 2006-03-24 | Add explicit dependency on cam. This is necessary when both aha.ko and | Warner Losh |
| 2005-05-29 | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | Yoshihiro Takahashi |
| 2005-01-19 | Simplify aha resource management, and fix a few bugs in unwinding | Warner Losh |
| 2005-01-11 | Use the standard FreeBSD license | Warner Losh |
| 2005-01-11 | nits | Warner Losh |
| 2005-01-11 | Final attempt to make aha 1542A working. If not, oh well, I don't | Warner Losh |
| 2005-01-06 | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh |
| 2004-11-12 | Various whitespace nits. | Warner Losh |
| 2004-11-12 | Don't use aha after calling aha_free. | Warner Losh |
| 2004-09-15 | #include <isa/isavar.h> instead of <i386/isa/isa_dma.h> | Poul-Henning Kamp |
| 2004-03-17 | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson |
| 2003-11-13 | Save the device so we can do a device_printf. | Warner Losh |
| 2003-11-12 | Minor diff reduction with p4 | Warner Losh |
| 2003-11-10 | Move 'guessing' code from the probe into the identify routine where it more | Warner Losh |
| 2003-11-09 | Tweak the front end driver file list | Warner Losh |
| 2003-11-09 | Add my copyright to aha_isa.c to make it crystal clear its license | Warner Losh |
| 2003-11-09 | Let bus space manage softc. | Warner Losh |
| 2003-11-09 | Minor tweaks to make it behave better: | Warner Losh |