summaryrefslogtreecommitdiffstats
path: root/sys/dev/buslogic/bt_isa.c
Commit message (Expand)AuthorAgeFilesLines
* Add locking to the bt(4) driver and mark it MPSAFE.jhb2012-10-151-8/+8
* 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/+2
* Use __FBSDID().obrien2003-08-241-1/+3
* Mega busdma API commit.scottl2003-07-011-0/+6
* Clean up argument comments for bus_dma_tag_create() calls.mdodd2003-03-291-17/+26
* Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in thepeter2002-10-091-1/+1
* * Add struct resource_list* argument to resource_list_alloc anddfr1999-10-121-4/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Properly set the alignment argument to bus_dma_tag_create(). If wegibbs1999-08-161-3/+3
* Don't #include i386/isa/isa_dma.h - it's in isa/isavar.h now. Thispeter1999-06-281-2/+1
* Quieten the bt_isa_probe() messages since they get a bit much whenpeter1999-06-031-3/+4
* No support for pnp devices yet.dfr1999-05-301-1/+5
* Don't use BUS_WRITE_IVAR to manipulate resources.dfr1999-05-221-9/+10
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-2/+1
* Revert part of 1.9; we don't need to reset the port after release now thatpeter1999-04-241-2/+1
* Make the bt isa driver work..peter1999-04-181-5/+11
* Implement an EISA new-bus framework. The old driver probe mechanismpeter1999-04-181-68/+127
* failled spell-checkphk1999-04-061-2/+2
* Pull 'ISA style' probe where interrupt information is determined throughgibbs1999-03-081-43/+7
* Fix probes when a port address is specified.gibbs1998-11-101-21/+8
* Fix breakage introduced by last patch. bde has added CC_QUIET flag toimp1998-10-121-27/+4
* Fix conficts in probe:imp1998-10-101-1/+28
* Removed unused include of "ioconf.h" again. The CAM changes made ioconf.hbde1998-09-241-3/+1
* Mylex/Buslogic MultiMaster SCSI-Host Adapter Driver for CAM.gibbs1998-09-151-0/+322
OpenPOWER on IntegriCloud