summaryrefslogtreecommitdiff
path: root/sys/dev/buslogic/bt.c
Commit message (Expand)AuthorAgeFilesLines
* Remove bt(4) driverWarner Losh2018-10-221-2376/+0
* Tag the current round of deprecated drivers.Warner Losh2018-01-291-0/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove dead mentions of CAM target mode APIs from drivers.Alexander Motin2017-02-191-4/+0
* Remove EISA support from Buslogic (bt) cards. Remove known models formWarner Losh2017-02-161-17/+1
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-041-3/+3
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-4/+4
* Remove MAXBSIZE use from drivers where it has nothing to do.Alexander Motin2015-03-221-1/+1
* Prevent overflow issues in timeout processingSteven Hartland2014-11-211-5/+5
* Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases,John Baldwin2014-06-101-2/+0
* Fix memory and references leak due to unfreed path.Alexander Motin2013-10-221-1/+3
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-121-61/+16
* Add locking to the bt(4) driver and mark it MPSAFE.John Baldwin2012-10-151-93/+102
* Correct double "the the"Eitan Adler2012-09-141-1/+1
* Remove some always-true comparisons.John Baldwin2011-01-181-1/+1
* Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long2007-06-171-1/+1
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long2007-04-151-1/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.Matt Jacob2006-12-111-0/+3
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEMatt Jacob2006-11-021-59/+0
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-8/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Remove merge conflict that I didn't notice as it was in the middle of aDavid E. O'Brien2003-08-251-5/+0
* Use __FBSDID().David E. O'Brien2003-08-241-0/+6
* Fixed wrong function names in the error message that was translated toBruce Evans2003-07-261-3/+3
* Mega busdma API commit.Scott Long2003-07-011-0/+10
* Add /* FALLTHROUGH */Poul-Henning Kamp2003-05-311-0/+7
* Bring back bus_dmasync_op_t. It is now a typedef to an int, though theScott Long2003-05-271-2/+2
* I deserve a big pointy hat for having missed all those referencesMaxime Henrion2003-04-101-2/+2
* Clean up argument comments for bus_dma_tag_create() calls.Matthew N. Dodd2003-03-291-32/+51
* Consolidate MIN/MAX macros into one place (param.h).Alfred Perlstein2003-02-021-4/+0
* Add some band-aid casts to quiet warnings. This driver still assumesJohn Baldwin2002-11-061-1/+1
* Remove #if 0'ed abuse of NPCIPeter Wemm2002-07-211-3/+0
* Use ANSI C string contatenation instead of a multi-line string literal.John Baldwin2001-12-131-4/+4
* Add code, imperfect though it may be, for CAM_NEW_TRAN_CODE compilation.Matt Jacob2001-07-041-11/+115
* Turn on interrupt-entropy harvesting for all/any mass storage devicesMark Murray2001-03-011-1/+1
* Classify all EISA cards with major firmware revions '2' as 742As.Justin T. Gibbs2000-11-131-3/+9
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Fix typo (accessable --> accessible).Alexander Langer2000-06-141-1/+1
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-181-1/+0
* - Point the right bits at the new location of the bus front ends.Matthew N. Dodd1999-10-091-3/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Properly set the alignment argument to bus_dma_tag_create(). If weJustin T. Gibbs1999-08-161-5/+5
* Poll for interrupts in bt_cmd in case they are masked. A completingJustin T. Gibbs1999-05-231-4/+14
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-081-2/+3
* Add a number of interrelated CAM feature enhancements and bug fixes.Kenneth D. Merry1999-05-061-2/+3
* Remove bt_softcs. It is no longer used.Warner Losh1999-05-051-3/+1
* bt.c:Justin T. Gibbs1999-04-231-7/+15
* Check bus_setup_intr() as a seatbelt...Peter Wemm1999-04-181-2/+7
* Implement an EISA new-bus framework. The old driver probe mechanismPeter Wemm1999-04-181-88/+75