aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ida
Commit message (Expand)AuthorAgeFilesLines
* Remove now-redundant calls to device_delete_childrenJohn Baldwin2025-01-021-3/+0
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-061-1/+1
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-162-4/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-163-6/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-125-5/+5
* kerneldump: remove physical argument from d_dumperMitchell Horne2022-05-131-1/+1
* ida: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-062-6/+2
* ida: plug set-but-not-used varsMateusz Guzik2021-12-161-3/+0
* Create wrapper for Giant taken for newbusWarner Losh2021-12-101-2/+2
* ida: Use ida lock instead of Giant for bus_dma allocationWarner Losh2021-09-301-1/+1
* Ever since the block layer expanded its command syntax beyond justScott Long2020-02-071-0/+5
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-202-0/+4
* Add PNP info to PCI attachments of cbb, cxgb, ida, iwn, ixl, ixlv,Warner Losh2018-09-261-0/+2
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-275-0/+10
* Remove support for EISA in the ida driver. Remove references toWarner Losh2017-02-162-362/+0
* Resolve LINT linking issue by renaming ida_init() to ida_setup(). TheHans Petter Selasky2016-05-114-4/+4
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Remove MAXBSIZE use from drivers where it has nothing to do.Alexander Motin2015-03-223-5/+5
* A dma tag alignment should be 1 (not 0) when a device can dma at any address.Ian Lepore2014-11-061-1/+1
* Rework the DMA handling in ida(4) and add locking to make this driverJohn Baldwin2012-08-275-176/+275
* Convert a number of drivers to obtaining their parent DMA tag from theirScott Long2012-03-121-1/+1
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-3/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-232-2/+2
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-294-7/+0
* Test for NULL before use.Matthew N. Dodd2005-04-131-12/+11
* Add KASSERT() to warn against NULL deref.Matthew N. Dodd2005-04-131-0/+1
* Define additional commands.Matthew N. Dodd2005-04-131-0/+15
* Whitespace cleanup.Matthew N. Dodd2005-04-135-33/+33
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Add a callout to dump card status on command queue timeouts.Matthew N. Dodd2004-12-142-1/+48
* Modify ida_v3_done() to treat FIFO status of -1 as FIFO empty (0).Matthew N. Dodd2004-12-141-1/+7
* Reformat arguments bus_dma_tag_create().Matthew N. Dodd2004-12-142-21/+45
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-162-2/+2
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-303-0/+3
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-172-8/+8
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Change the disk(9) API in order to make device removal more robust.Poul-Henning Kamp2004-02-182-12/+15
* Add a per controller IOCTL interface.Matthew N. Dodd2004-01-153-1/+142
* - Add comments.Matthew N. Dodd2004-01-152-34/+188
* Insure values of adapter structure members are in correct byte order.Matthew N. Dodd2004-01-151-6/+7
* Initialize drive device_t in softc.Matthew N. Dodd2004-01-131-0/+1
* style(9): single tab after #define.Matthew N. Dodd2004-01-134-67/+67
* Handle "Bad Command List" errors.Matthew N. Dodd2004-01-121-0/+3
* Remove comments that no longer apply.Matthew N. Dodd2004-01-121-4/+0
* - Initialize qcb flags in ida_construct_qcb() with respect to DMA direction.Matthew N. Dodd2004-01-121-4/+16
* Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin2003-09-021-2/+2