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