summaryrefslogtreecommitdiffstats
path: root/sys/dev/buslogic/bt_eisa.c
Commit message (Expand)AuthorAgeFilesLines
* Remove #include "eisa.h" and #if NEISA > 0 - this is guaranteed by config.peter2000-01-291-5/+0
* Pre 4.0 tidy up.peter2000-01-141-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Properly set the alignment argument to bus_dma_tag_create(). If wegibbs1999-08-161-2/+2
* Move the specification of EDGE/LEVEL triggered interrupts tomdodd1999-08-011-2/+7
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-2/+1
* Typo, use SYS_RES_IRQ when releasing the irq resource, not SYS_RES_IOPORT.peter1999-04-241-2/+2
* Make bt driver work on eisa again.dfr1999-04-201-2/+2
* Implement an EISA new-bus framework. The old driver probe mechanismpeter1999-04-181-175/+181
* Fix a typo.gibbs1999-03-231-2/+2
* Ask the card where our interrupt is instead of attempting to use the EISAgibbs1999-03-081-85/+31
* Mylex/Buslogic MultiMaster SCSI-Host Adapter Driver for CAM.gibbs1998-09-151-0/+392
OpenPOWER on IntegriCloud