summaryrefslogtreecommitdiffstats
path: root/sys/dev/advansys/advansys.c
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-2/+2
* Use __FBSDID().obrien2003-08-241-2/+3
* Mega busdma API commit.scottl2003-07-011-0/+6
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.njl2003-06-141-17/+1
* Bring back bus_dmasync_op_t. It is now a typedef to an int, though thescottl2003-05-271-2/+2
* I deserve a big pointy hat for having missed all those referencesmux2003-04-101-2/+2
* Clean up argument comments for bus_dma_tag_create() calls.mdodd2003-03-291-17/+27
* Be consistent about "static" functions: if the function is markedphk2002-09-281-1/+1
* - Check if the ccb_infos in the softc is NULL before trying to free it injhb2001-02-081-1/+2
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Fix typo (accessable --> accessible).alex2000-06-141-1/+1
* Fixed return value of adv_attach function.nyan2000-05-231-17/+18
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* Newbusify adv driver.nyan2000-04-071-25/+7
* Remove a spurious printf left in from debugging.gibbs2000-02-011-1/+0
* adv_pci.c:gibbs2000-01-141-123/+221
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Properly set the alignment argument to bus_dma_tag_create(). If wegibbs1999-08-161-3/+3
* Add a number of interrelated CAM feature enhancements and bug fixes.ken1999-05-061-7/+38
* Handle the case when auto sense retrieval fails.gibbs1999-04-191-2/+4
* Beef up the error handling routine to handle more errors.gibbs1999-04-071-25/+67
* Return NULL on resource shortage instead of blindly continuing.gibbs1998-12-221-2/+4
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-2/+2
* Correct the reporting of the queue full condition so that the XPT layergibbs1998-10-291-3/+10
* -Wunused cleanup.gibbs1998-10-151-16/+3
* Don't set the active flag on a transaction resource until it has beengibbs1998-10-071-24/+22
* Correct compilation with option DIAGNOSTIC set.gibbs1998-09-201-5/+6
* Advance Systems SCSI Host Adapter driver for CAM. Currently only supportgibbs1998-09-151-0/+1281
OpenPOWER on IntegriCloud