aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/buslogic
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.5.0_cvscvs2svn2000-06-252-2/+2
* MFC: Almost everyone using the bus-dma interface copied a bug from my code.Justin T. Gibbs1999-09-141-4/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-292-2/+2
* MFC: Fix for PR 11799.Justin T. Gibbs1999-05-231-4/+14
* MFC: Add a number of interrelated CAM feature enhancements andKenneth D. Merry1999-05-071-2/+3
* MFC: Improve bt_cmd().Justin T. Gibbs1999-04-072-61/+84
* MFC: Add a routine for asking the card for IRQ/DRQ info. Fix comparision bugJustin T. Gibbs1999-03-082-15/+87
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-01-213-913/+0
* probe function changed from returning char * to const char *.Matthew Dillon1998-12-141-3/+3
* Remove unsued variable.Justin T. Gibbs1998-12-111-9/+12
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-041-5/+5
* Move a diagnostic behind "if (bootverbose)".Justin T. Gibbs1998-11-131-5/+7
* Noop Commit - Change was in last revision.Justin T. Gibbs1998-11-101-1/+1
* Convert to change in ISA compatiblity port handling in the base bt driver.Justin T. Gibbs1998-11-101-3/+3
* Fix probes when a port address is specified.Justin T. Gibbs1998-11-103-47/+115
* Do not disable the ISA compatibility window if it is the same value asJustin T. Gibbs1998-10-303-10/+22
* -Wunused cleanup.Justin T. Gibbs1998-10-151-4/+2
* Honor CAM_TAG_ACTION_NONE.Justin T. Gibbs1998-10-151-3/+4
* Fix breakage introduced by last patch. bde has added CC_QUIET flag toWarner Losh1998-10-121-27/+4
* Fix conficts in probe:Warner Losh1998-10-101-1/+28
* Hook up ahapoll so that dumps, synchronize cache commands or any otherJustin T. Gibbs1998-10-091-1/+2
* Removed unused include of "ioconf.h" again. The CAM changes made ioconf.hBruce Evans1998-09-241-3/+1
* On wide cards with firmware revisions < 5.06L, we have to infer thatJustin T. Gibbs1998-09-201-1/+17
* Use %p with (void *) casts to print pointers with printf.Justin T. Gibbs1998-09-171-6/+6
* Fix printf format bugs.Justin T. Gibbs1998-09-161-7/+9
* Mylex/Buslogic MultiMaster SCSI-Host Adapter Driver for CAM.Justin T. Gibbs1998-09-155-0/+3755