aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ida
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use __FBSDID().David E. O'Brien2003-08-243-6/+9
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Initialize bp->bio_driver1 in idad_strategy().Matthew N. Dodd2003-08-081-0/+1
* Mega busdma API commit.Scott Long2003-07-013-3/+7
* Bring back bus_dmasync_op_t. It is now a typedef to an int, though theScott Long2003-05-271-3/+3
* I deserve a big pointy hat for having missed all those referencesMaxime Henrion2003-04-101-3/+3
* Use bioq_flush() to drain a bio queue with a specific error code.Poul-Henning Kamp2003-04-014-4/+8
* Including <sys/stdint.h> is (almost?) universally only to be able to usePoul-Henning Kamp2003-03-181-1/+0
* Centralize the devstat handling for all GEOM disk device driversPoul-Henning Kamp2003-03-085-13/+1
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).Dag-Erling Smørgrav2003-03-021-1/+1
* NO_GEOM cleanup:Poul-Henning Kamp2003-02-234-66/+18
* Fix the detach code to actually detach the disk instance createdPoul-Henning Kamp2003-02-231-5/+1
* Remove a goto the very next statement.Poul-Henning Kamp2003-02-231-3/+0
* NO_GEOM cleanup:Poul-Henning Kamp2003-02-211-3/+5
* Update to new crashdump APIPaul Saab2003-02-071-38/+9
* Use [u]intmax_t and %j instead of long long and %ll to better fix warningsJohn Baldwin2002-11-071-1/+2
* Cast a bus_addr_t to a long long to make printf happy.John Baldwin2002-11-061-1/+1
* use __packed.Alfred Perlstein2002-09-231-3/+3