summaryrefslogtreecommitdiffstats
path: root/sys/i386/scsi/bt.c
Commit message (Expand)AuthorAgeFilesLines
* Obsoleted by CAM.gibbs1998-09-151-1583/+0
* Fixed printf format errors. Only one left in LINT on i386's.bde1998-08-241-2/+3
* Don't depend on "implicit int".bde1998-02-201-2/+2
* Update for changes in the callout interface.gibbs1997-09-211-6/+9
* Removed unused #includes.bde1997-07-201-4/+1
* Removed nested #includes of <scsi/scsi_debug.h> and <scsi/scsi_driver.h>bde1997-03-231-1/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* oops somehow this dissppeared along the way..julian1996-08-191-1/+3
* Convert to use stdarg in bt_cmd. Use XS_SELTIMEOUT for selection timeouts.gibbs1996-03-311-29/+37
* bt.c, aic7xxx.c:gibbs1996-03-101-6/+6
* Return immediately in our interrupt handler if there is nothing to do.gibbs1996-02-181-1/+7
* Allow I/O port ranges above the standard ISA one so the PCI probe will succeed.gibbs1996-02-161-5/+1
* Correctly initialize the `btprobing' variable. It's always been 0,joerg1996-01-251-2/+2
* Use the new adapter_softc field in the scsi_link structure so thatgibbs1996-01-071-6/+6
* Change the generic "btintr" function's name to "bt_intr" - the same aspeter1995-12-141-5/+5
* Completed function declarations and added prototypes.bde1995-12-131-14/+32
* The core of the Buslogic SCSI driver that is shared for all models ongibbs1995-12-121-0/+1551
OpenPOWER on IntegriCloud