summaryrefslogtreecommitdiff
path: root/sys/dev/advansys
Commit message (Expand)AuthorAgeFilesLines
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-232-8/+8
* Fixed return value of adv_attach function.Yoshihiro Takahashi2000-05-231-17/+18
* Hide annoying message under boot-verbose.Poul-Henning Kamp2000-04-231-2/+3
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-181-1/+0
* - Release allocated resources on error.Yoshihiro Takahashi2000-04-122-145/+164
* Newbusify adv driver.Yoshihiro Takahashi2000-04-078-157/+166
* adv_pci.c:Justin T. Gibbs2000-03-025-99/+115
* Fix indentation.Justin T. Gibbs2000-02-041-1/+1
* Unbreak LINT (missing curly brace).Nick Hibma2000-02-041-1/+1
* Add support for the AdvanSys ASC38C0800 Ultra2 chipset. PreliminaryJustin T. Gibbs2000-02-037-1010/+2539
* Remove a spurious printf left in from debugging.Justin T. Gibbs2000-02-011-1/+0
* Remove unneeded #include "eisa.h" and #if NEISA > 0Peter Wemm2000-01-291-5/+0
* Remove unnecessary includes.Yoshihiro Takahashi2000-01-171-2/+0
* Pre 4.0 tidy up.Peter Wemm2000-01-141-1/+1
* adv_pci.c:Justin T. Gibbs2000-01-146-434/+614
* Move the declaration of panic() from sys/systm.h to sys/param.h.Eivind Eklund1999-09-261-1/+1
* Fix a compile warning.Justin T. Gibbs1999-09-111-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2816-16/+16
* Properly set the alignment argument to bus_dma_tag_create(). If weJustin T. Gibbs1999-08-166-16/+16
* Move the specification of EDGE/LEVEL triggered interrupts toMatthew N. Dodd1999-08-011-2/+2
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirePeter Wemm1999-07-032-10/+2
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:Peter Wemm1999-05-092-10/+2
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-081-3/+2
* Use haveseen_ioport() which is now connected up to the resource manager.Peter Wemm1999-05-081-3/+3
* Add a number of interrelated CAM feature enhancements and bug fixes.Kenneth D. Merry1999-05-063-19/+57
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tPeter Wemm1999-04-242-2/+10
* staticize.Justin T. Gibbs1999-04-231-2/+2
* Kill a compiler warning.Justin T. Gibbs1999-04-231-1/+2
* Handle the case when auto sense retrieval fails.Justin T. Gibbs1999-04-192-3/+13
* Implement an EISA new-bus framework. The old driver probe mechanismPeter Wemm1999-04-181-96/+95
* Staticize.Eivind Eklund1999-04-111-3/+3
* Staticize.Eivind Eklund1999-04-111-3/+3
* Beef up the error handling routine to handle more errors.Justin T. Gibbs1999-04-071-25/+67
* Unspammed includes in <machine/cpufunc.h> in the !SMP case. PartiallyBruce Evans1999-01-081-2/+3
* Staticize the overrun buffer so that they are not shared betweenJustin T. Gibbs1998-12-223-12/+12
* Return NULL on resource shortage instead of blindly continuing.Justin T. Gibbs1998-12-221-2/+4
* probe function changed from returning char * to const char *.Matthew Dillon1998-12-142-6/+6
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-073-9/+12
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-041-2/+2
* Fix probes when a port address is specified.Justin T. Gibbs1998-11-101-2/+2
* Correct the reporting of the queue full condition so that the XPT layerJustin T. Gibbs1998-10-292-6/+13
* -Wunused cleanup.Justin T. Gibbs1998-10-152-20/+5
* Fix breakage introduced by last patch. bde has added CC_QUIET flag toWarner Losh1998-10-121-18/+3
* Fix conficts in probe:Warner Losh1998-10-101-1/+21
* Only pull 16 bits of residual information from completing queues. ThisJustin T. Gibbs1998-10-091-2/+10
* Don't set the active flag on a transaction resource until it has beenJustin T. Gibbs1998-10-072-37/+37
* Add support for the ASC3550 AdvanSys SCSI Host Controller (aka 940UW).Justin T. Gibbs1998-10-077-0/+3344
* Correct compilation with option DIAGNOSTIC set.Justin T. Gibbs1998-09-203-168/+173
* EISA bus attachment for the AdvanSys driver.Justin T. Gibbs1998-09-151-0/+354
* Advance Systems SCSI Host Adapter driver for CAM. Currently only supportJustin T. Gibbs1998-09-158-1004/+3313