summaryrefslogtreecommitdiff
path: root/sys/dev/advansys/advansys.c
Commit message (Expand)AuthorAgeFilesLines
* - Check if the ccb_infos in the softc is NULL before trying to free it inJohn Baldwin2001-02-081-1/+2
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Fix typo (accessable --> accessible).Alexander Langer2000-06-141-1/+1
* Fixed return value of adv_attach function.Yoshihiro Takahashi2000-05-231-17/+18
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-181-1/+0
* Newbusify adv driver.Yoshihiro Takahashi2000-04-071-25/+7
* Remove a spurious printf left in from debugging.Justin T. Gibbs2000-02-011-1/+0
* adv_pci.c:Justin T. Gibbs2000-01-141-123/+221
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Properly set the alignment argument to bus_dma_tag_create(). If weJustin T. Gibbs1999-08-161-3/+3
* Add a number of interrelated CAM feature enhancements and bug fixes.Kenneth D. Merry1999-05-061-7/+38
* Handle the case when auto sense retrieval fails.Justin T. Gibbs1999-04-191-2/+4
* Beef up the error handling routine to handle more errors.Justin T. Gibbs1999-04-071-25/+67
* Return NULL on resource shortage instead of blindly continuing.Justin T. Gibbs1998-12-221-2/+4
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-041-2/+2
* Correct the reporting of the queue full condition so that the XPT layerJustin T. Gibbs1998-10-291-3/+10
* -Wunused cleanup.Justin T. Gibbs1998-10-151-16/+3
* Don't set the active flag on a transaction resource until it has beenJustin T. Gibbs1998-10-071-24/+22
* Correct compilation with option DIAGNOSTIC set.Justin T. Gibbs1998-09-201-5/+6
* Advance Systems SCSI Host Adapter driver for CAM. Currently only supportJustin T. Gibbs1998-09-151-0/+1281