summaryrefslogtreecommitdiffstats
path: root/sys/dev/advansys
Commit message (Expand)AuthorAgeFilesLines
* Restore I/O port resources to the condition before adv_isa_probe() isnyan2001-05-061-10/+17
* Use correct resource id for bus_release_resource().nyan2001-05-061-10/+10
* Turn on interrupt-entropy harvesting for all/any mass storage devicesmarkm2001-03-014-5/+6
* - Check if the ccb_infos in the softc is NULL before trying to free it injhb2001-02-082-2/+11
* Remove unneeded <stddef.h> #includes.phk2000-10-291-2/+0
* Add the use of M_ZERO to some malloc calls.dwmalone2000-10-291-2/+1
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-271-1/+0
* Remove unneeded #include <machine/clock.h>phk2000-10-154-4/+0
* Fix typo (accessable --> accessible).alex2000-06-141-1/+1
* Unused include: #include "adw.h"peter2000-06-101-1/+0
* Use the correct register names, not the FreeBSD 2.2 compatability ones.peter2000-05-282-6/+6
* Back out the previous change to the queue(3) interface.jake2000-05-262-8/+8
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-232-8/+8
* Fixed return value of adv_attach function.nyan2000-05-231-17/+18
* Hide annoying message under boot-verbose.phk2000-04-231-2/+3
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* - Release allocated resources on error.nyan2000-04-122-145/+164
* Newbusify adv driver.nyan2000-04-078-157/+166
* adv_pci.c:gibbs2000-03-025-99/+115
* Fix indentation.gibbs2000-02-041-1/+1
* Unbreak LINT (missing curly brace).n_hibma2000-02-041-1/+1
* Add support for the AdvanSys ASC38C0800 Ultra2 chipset. Preliminarygibbs2000-02-037-1010/+2539
* Remove a spurious printf left in from debugging.gibbs2000-02-011-1/+0
* Remove unneeded #include "eisa.h" and #if NEISA > 0peter2000-01-291-5/+0
* Remove unnecessary includes.nyan2000-01-171-2/+0
* Pre 4.0 tidy up.peter2000-01-141-1/+1
* adv_pci.c:gibbs2000-01-146-434/+614
* Move the declaration of panic() from sys/systm.h to sys/param.h.eivind1999-09-261-1/+1
* Fix a compile warning.gibbs1999-09-111-0/+1
* $Id$ -> $FreeBSD$peter1999-08-2816-16/+16
* Properly set the alignment argument to bus_dma_tag_create(). If wegibbs1999-08-166-16/+16
* Move the specification of EDGE/LEVEL triggered interrupts tomdodd1999-08-011-2/+2
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirepeter1999-07-032-10/+2
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:peter1999-05-092-10/+2
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-3/+2
* Use haveseen_ioport() which is now connected up to the resource manager.peter1999-05-081-3/+3
* Add a number of interrelated CAM feature enhancements and bug fixes.ken1999-05-063-19/+57
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-242-2/+10
* staticize.gibbs1999-04-231-2/+2
* Kill a compiler warning.gibbs1999-04-231-1/+2
* Handle the case when auto sense retrieval fails.gibbs1999-04-192-3/+13
* Implement an EISA new-bus framework. The old driver probe mechanismpeter1999-04-181-96/+95
* Staticize.eivind1999-04-111-3/+3
* Staticize.eivind1999-04-111-3/+3
* Beef up the error handling routine to handle more errors.gibbs1999-04-071-25/+67
* Unspammed includes in <machine/cpufunc.h> in the !SMP case. Partiallybde1999-01-081-2/+3
* Staticize the overrun buffer so that they are not shared betweengibbs1998-12-223-12/+12
* Return NULL on resource shortage instead of blindly continuing.gibbs1998-12-221-2/+4
* probe function changed from returning char * to const char *.dillon1998-12-142-6/+6
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-073-9/+12
OpenPOWER on IntegriCloud