summaryrefslogtreecommitdiff
path: root/sys/dev/advansys/adv_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Turn on interrupt-entropy harvesting for all/any mass storage devicesMark Murray2001-03-011-1/+1
* Use the correct register names, not the FreeBSD 2.2 compatability ones.Peter Wemm2000-05-281-3/+3
* - Release allocated resources on error.Yoshihiro Takahashi2000-04-121-4/+14
* Newbusify adv driver.Yoshihiro Takahashi2000-04-071-48/+70
* adv_pci.c:Justin T. Gibbs2000-03-021-8/+9
* adv_pci.c:Justin T. Gibbs2000-01-141-16/+27
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Properly set the alignment argument to bus_dma_tag_create(). If weJustin T. Gibbs1999-08-161-2/+2
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirePeter Wemm1999-07-031-5/+1
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:Peter Wemm1999-05-091-5/+1
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tPeter Wemm1999-04-241-1/+5
* Staticize the overrun buffer so that they are not shared betweenJustin T. Gibbs1998-12-221-4/+4
* probe function changed from returning char * to const char *.Matthew Dillon1998-12-141-3/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-5/+8
* Advance Systems SCSI Host Adapter driver for CAM. Currently only supportJustin T. Gibbs1998-09-151-0/+275