summaryrefslogtreecommitdiffstats
path: root/sys/dev/ida
Commit message (Expand)AuthorAgeFilesLines
* MFC r280347: Remove MAXBSIZE use from drivers where it has nothing to do.mav2015-04-213-5/+5
* MFC r274188, r274189:ian2014-12-261-1/+1
* Rework the DMA handling in ida(4) and add locking to make this driverjhb2012-08-275-176/+275
* Convert a number of drivers to obtaining their parent DMA tag from theirscottl2012-03-121-1/+1
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-3/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-232-2/+2
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-294-7/+0
* Test for NULL before use.mdodd2005-04-131-12/+11
* Add KASSERT() to warn against NULL deref.mdodd2005-04-131-0/+1
* Define additional commands.mdodd2005-04-131-0/+15
* Whitespace cleanup.mdodd2005-04-135-33/+33
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Add a callout to dump card status on command queue timeouts.mdodd2004-12-142-1/+48
* Modify ida_v3_done() to treat FIFO status of -1 as FIFO empty (0).mdodd2004-12-141-1/+7
* Reformat arguments bus_dma_tag_create().mdodd2004-12-142-21/+45
* Do the dreaded s/dev_t/struct cdev */phk2004-06-162-2/+2
* Add missing <sys/module.h> includesphk2004-05-303-0/+3
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-172-8/+8
* Device megapatch 4/6:phk2004-02-211-0/+2
* Change the disk(9) API in order to make device removal more robust.phk2004-02-182-12/+15
* Add a per controller IOCTL interface.mdodd2004-01-153-1/+142
* - Add comments.mdodd2004-01-152-34/+188
* Insure values of adapter structure members are in correct byte order.mdodd2004-01-151-6/+7
* Initialize drive device_t in softc.mdodd2004-01-131-0/+1
* style(9): single tab after #define.mdodd2004-01-134-67/+67
* Handle "Bad Command List" errors.mdodd2004-01-121-0/+3
* Remove comments that no longer apply.mdodd2004-01-121-4/+0
* - Initialize qcb flags in ida_construct_qcb() with respect to DMA direction.mdodd2004-01-121-4/+16
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-2/+2
* Use __FBSDID().obrien2003-08-243-6/+9
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Initialize bp->bio_driver1 in idad_strategy().mdodd2003-08-081-0/+1
* Mega busdma API commit.scottl2003-07-013-3/+7
* Bring back bus_dmasync_op_t. It is now a typedef to an int, though thescottl2003-05-271-3/+3
* I deserve a big pointy hat for having missed all those referencesmux2003-04-101-3/+3
* Use bioq_flush() to drain a bio queue with a specific error code.phk2003-04-014-4/+8
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-181-1/+0
* Centralize the devstat handling for all GEOM disk device driversphk2003-03-085-13/+1
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-021-1/+1
* NO_GEOM cleanup:phk2003-02-234-66/+18
* Fix the detach code to actually detach the disk instance createdphk2003-02-231-5/+1
* Remove a goto the very next statement.phk2003-02-231-3/+0
* NO_GEOM cleanup:phk2003-02-211-3/+5
* Update to new crashdump APIps2003-02-071-38/+9
* Use [u]intmax_t and %j instead of long long and %ll to better fix warningsjhb2002-11-071-1/+2
* Cast a bus_addr_t to a long long to make printf happy.jhb2002-11-061-1/+1
* use __packed.alfred2002-09-231-3/+3
* (This commit touches about 15 disk device drivers in a very consistentphk2002-09-201-10/+4
* Here follows the new kernel dumping infrastructure.phk2002-03-311-1/+6
OpenPOWER on IntegriCloud