summaryrefslogtreecommitdiff
path: root/sys/dev/buslogic/bt_eisa.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.8.0_cvscvs2svn2003-04-031-1/+1
* Remove #include "eisa.h" and #if NEISA > 0 - this is guaranteed by config.Peter 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-2/+2
* Move the specification of EDGE/LEVEL triggered interrupts toMatthew N. Dodd1999-08-011-2/+7
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-081-2/+1
* Typo, use SYS_RES_IRQ when releasing the irq resource, not SYS_RES_IOPORT.Peter Wemm1999-04-241-2/+2
* Make bt driver work on eisa again.Doug Rabson1999-04-201-2/+2
* Implement an EISA new-bus framework. The old driver probe mechanismPeter Wemm1999-04-181-168/+174
* Fix a typo.Justin T. Gibbs1999-03-231-2/+2
* Ask the card where our interrupt is instead of attempting to use the EISAJustin T. Gibbs1999-03-081-85/+31
* Mylex/Buslogic MultiMaster SCSI-Host Adapter Driver for CAM.Justin T. Gibbs1998-09-151-0/+392