summaryrefslogtreecommitdiffstats
path: root/sys/dev/buslogic/bt.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Fix typo (accessable --> accessible).alex2000-06-141-1/+1
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* - Point the right bits at the new location of the bus front ends.mdodd1999-10-091-3/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Properly set the alignment argument to bus_dma_tag_create(). If wegibbs1999-08-161-5/+5
* Poll for interrupts in bt_cmd in case they are masked. A completinggibbs1999-05-231-4/+14
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-2/+3
* Add a number of interrelated CAM feature enhancements and bug fixes.ken1999-05-061-2/+3
* Remove bt_softcs. It is no longer used.imp1999-05-051-3/+1
* bt.c:gibbs1999-04-231-7/+15
* Check bus_setup_intr() as a seatbelt...peter1999-04-181-2/+7
* Implement an EISA new-bus framework. The old driver probe mechanismpeter1999-04-181-88/+75
* Improve bt_cmd() so that it has a better chance of working when theregibbs1999-04-071-59/+82
* Add bt_port_probe() a routine shared by the EISA and ISA probe code togibbs1999-03-081-3/+66
* Remove unsued variable.gibbs1998-12-111-9/+12
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-5/+5
* Move a diagnostic behind "if (bootverbose)".gibbs1998-11-131-5/+7
* Noop Commit - Change was in last revision.gibbs1998-11-101-1/+1
* Fix probes when a port address is specified.gibbs1998-11-101-23/+98
* Do not disable the ISA compatibility window if it is the same value asgibbs1998-10-301-1/+7
* -Wunused cleanup.gibbs1998-10-151-4/+2
* Honor CAM_TAG_ACTION_NONE.gibbs1998-10-151-3/+4
* Hook up ahapoll so that dumps, synchronize cache commands or any othergibbs1998-10-091-1/+2
* On wide cards with firmware revisions < 5.06L, we have to infer thatgibbs1998-09-201-1/+17
* Use %p with (void *) casts to print pointers with printf.gibbs1998-09-171-6/+6
* Fix printf format bugs.gibbs1998-09-161-7/+9
* Mylex/Buslogic MultiMaster SCSI-Host Adapter Driver for CAM.gibbs1998-09-151-0/+2154
OpenPOWER on IntegriCloud