| Age | Commit message (Expand) | Author |
| 2025-01-02 | Remove now-redundant calls to device_delete_children | 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-11-26 | sys: Automated cleanup of cdefs and other formatting | Warner Losh |
| 2023-08-16 | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh |
| 2023-08-16 | sys: Remove $FreeBSD$: one-line .h pattern | Warner Losh |
| 2023-08-16 | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh |
| 2023-05-12 | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh |
| 2022-05-13 | kerneldump: remove physical argument from d_dumper | Mitchell Horne |
| 2022-05-06 | ida: Remove unused devclass arguments to DRIVER_MODULE. | John Baldwin |
| 2021-12-16 | ida: plug set-but-not-used vars | Mateusz Guzik |
| 2021-12-09 | Create wrapper for Giant taken for newbus | Warner Losh |
| 2021-09-29 | ida: Use ida lock instead of Giant for bus_dma allocation | Warner Losh |
| 2020-02-07 | Ever since the block layer expanded its command syntax beyond just | Scott Long |
| 2019-05-20 | Extract eventfilter declarations to sys/_eventfilter.h | Conrad Meyer |
| 2018-09-26 | Add PNP info to PCI attachments of cbb, cxgb, ida, iwn, ixl, ixlv, | Warner Losh |
| 2017-11-27 | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2017-02-16 | Remove support for EISA in the ida driver. Remove references to | Warner Losh |
| 2016-05-11 | Resolve LINT linking issue by renaming ida_init() to ida_setup(). The | Hans Petter Selasky |
| 2016-05-03 | sys/dev: minor spelling fixes. | Pedro F. Giffuni |
| 2015-03-22 | Remove MAXBSIZE use from drivers where it has nothing to do. | Alexander Motin |
| 2014-11-06 | A dma tag alignment should be 1 (not 0) when a device can dma at any address. | Ian Lepore |
| 2012-08-27 | Rework the DMA handling in ida(4) and add locking to make this driver | John Baldwin |
| 2012-03-12 | Convert a number of drivers to obtaining their parent DMA tag from their | Scott Long |
| 2011-11-22 | - There's no need to overwrite the default device method with the default | Marius Strobl |
| 2007-02-23 | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati |
| 2005-05-29 | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | Yoshihiro Takahashi |
| 2005-04-13 | Test for NULL before use. | Matthew N. Dodd |
| 2005-04-13 | Add KASSERT() to warn against NULL deref. | Matthew N. Dodd |
| 2005-04-13 | Define additional commands. | Matthew N. Dodd |
| 2005-04-13 | Whitespace cleanup. | Matthew N. Dodd |
| 2005-03-05 | Use BUS_PROBE_DEFAULT for pci probe return value | Warner Losh |
| 2005-01-06 | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh |
| 2004-12-14 | Add a callout to dump card status on command queue timeouts. | Matthew N. Dodd |
| 2004-12-14 | Modify ida_v3_done() to treat FIFO status of -1 as FIFO empty (0). | Matthew N. Dodd |
| 2004-12-14 | Reformat arguments bus_dma_tag_create(). | Matthew N. Dodd |
| 2004-06-16 | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp |
| 2004-05-30 | Add missing <sys/module.h> includes | Poul-Henning Kamp |
| 2004-03-17 | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson |
| 2004-02-21 | Device megapatch 4/6: | Poul-Henning Kamp |
| 2004-02-18 | Change the disk(9) API in order to make device removal more robust. | Poul-Henning Kamp |
| 2004-01-15 | Add a per controller IOCTL interface. | Matthew N. Dodd |
| 2004-01-15 | - Add comments. | Matthew N. Dodd |
| 2004-01-15 | Insure values of adapter structure members are in correct byte order. | Matthew N. Dodd |
| 2004-01-13 | Initialize drive device_t in softc. | Matthew N. Dodd |
| 2004-01-13 | style(9): single tab after #define. | Matthew N. Dodd |
| 2004-01-12 | Handle "Bad Command List" errors. | Matthew N. Dodd |
| 2004-01-12 | Remove comments that no longer apply. | Matthew N. Dodd |
| 2004-01-12 | - Initialize qcb flags in ida_construct_qcb() with respect to DMA direction. | Matthew N. Dodd |
| 2003-09-02 | Use PCIR_BAR(x) instead of PCIR_MAPS. | John Baldwin |