aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/advansys/adv_eisa.c
Commit message (Expand)AuthorAgeFilesLines
* 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-94/+93
* 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