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