summaryrefslogtreecommitdiff
path: root/sys/dev/advansys/adv_eisa.c
Commit message (Expand)AuthorAgeFilesLines
* Remove EISA support from adv driver. Remove references to it from manWarner Losh2017-02-161-377/+0
* Add locking to adv(4) driver and mark it MPSAFE.John Baldwin2012-10-121-21/+45
* Final pass at having devices use their bus parent for dma tags. TheScott Long2012-03-121-4/+2
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+2
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.Matt Jacob2006-12-111-0/+1
* Type of overrun_buf doesn't matter to this code, but does to gcc.Warner Losh2006-02-041-2/+2
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-1/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-4/+3
* Use __FBSDID().David E. O'Brien2003-08-241-2/+3
* Mega busdma API commit.Scott Long2003-07-011-0/+8
* Clean up argument comments for bus_dma_tag_create() calls.Matthew N. Dodd2003-03-291-32/+39
* Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in thePeter Wemm2002-10-091-2/+2
* Turn on interrupt-entropy harvesting for all/any mass storage devicesMark Murray2001-03-011-1/+1
* Newbusify adv driver.Yoshihiro Takahashi2000-04-071-20/+12
* Remove unneeded #include "eisa.h" and #if NEISA > 0Peter Wemm2000-01-291-5/+0
* Pre 4.0 tidy up.Peter Wemm2000-01-141-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Properly set the alignment argument to bus_dma_tag_create(). If weJustin T. Gibbs1999-08-161-3/+3
* Move the specification of EDGE/LEVEL triggered interrupts toMatthew N. Dodd1999-08-011-2/+2
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-081-3/+2
* Implement an EISA new-bus framework. The old driver probe mechanismPeter Wemm1999-04-181-96/+95
* Staticize the overrun buffer so that they are not shared betweenJustin T. Gibbs1998-12-221-4/+4
* EISA bus attachment for the AdvanSys driver.Justin T. Gibbs1998-09-151-0/+354