aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ida/ida_eisa.c
Commit message (Expand)AuthorAgeFilesLines
* Rework the DMA handling in ida(4) and add locking to make this driverJohn Baldwin2012-08-271-5/+4
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-1/+0
* Whitespace cleanup.Matthew N. Dodd2005-04-131-2/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-4/+4
* style(9): single tab after #define.Matthew N. Dodd2004-01-131-9/+9
* Use __FBSDID().David E. O'Brien2003-08-241-2/+3
* Mega busdma API commit.Scott Long2003-07-011-0/+2
* Use bioq_flush() to drain a bio queue with a specific error code.Poul-Henning Kamp2003-04-011-1/+2
* Centralize the devstat handling for all GEOM disk device driversPoul-Henning Kamp2003-03-081-1/+0
* NO_GEOM cleanup:Poul-Henning Kamp2003-02-231-0/+1
* Turn on interrupt-entropy harvesting for all/any mass storage devicesMark Murray2001-03-011-1/+1
* Add crashdump support.Jonathan Lemon2001-02-261-1/+7
* Add a flag value to the board identifiers, and use this to enable theJonathan Lemon2001-01-091-8/+13
* The DEC version of the Smart controller has its configuration informationJonathan Lemon2000-07-271-1/+2
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-051-1/+1
* - Define registers as offsets from register base rather than offsets fromMatthew N. Dodd2000-04-161-1/+0
* - Add an additional call to eisa_add_iospace() so we get the right IOPORTMatthew N. Dodd2000-04-131-1/+2
* Add support for older EISA compaq cards and newer Smart 4200 cards.Jonathan Lemon2000-03-081-0/+330