summaryrefslogtreecommitdiffstats
path: root/sys/dev/buslogic/bt_eisa.c
Commit message (Expand)AuthorAgeFilesLines
* Add locking to the bt(4) driver and mark it MPSAFE.jhb2012-10-151-6/+6
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.mjacob2006-12-111-0/+1
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-1/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-4/+3
* Use __FBSDID().obrien2003-08-241-1/+3
* Mega busdma API commit.scottl2003-07-011-0/+4
* Add /* FALLTHROUGH */phk2003-05-311-7/+0
* Clean up argument comments for bus_dma_tag_create() calls.mdodd2003-03-291-8/+12
* Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in thepeter2002-10-091-1/+1
* Classify all EISA cards with major firmware revions '2' as 742As.gibbs2000-11-131-0/+12
* 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