summaryrefslogtreecommitdiff
path: root/sys/dev/dpt/dpt_pci.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.0.0_cvscvs2svn2000-03-201-1/+1
* Switch over to the new location in sys/dev/dpt.Matthew N. Dodd1999-10-091-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-231-2/+1
* Properly set the alignment argument to bus_dma_tag_create(). If weJustin T. Gibbs1999-08-161-2/+2
* 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
* 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-4/+3
* ahc_pci.c:Justin T. Gibbs1998-10-071-2/+2
* Conver the DPT driver to CAM. The dpt_control interface is not yetJustin T. Gibbs1998-09-151-404/+85
* Update DPT driver from 1.4.3 to 1.4.5Eivind Eklund1998-08-051-24/+9
* o Return error when the controller can't accept commands.Eivind Eklund1998-06-021-2/+2
* Add EISA support for DPT driversJulian Elischer1998-03-111-3/+1
* Removed unused #includes.Bruce Evans1998-02-201-9/+1
* Staticize. (Diffs by me & and Simon in cooperation.)Eivind Eklund1998-02-101-7/+7
* Add #include "opt_devfs.h".Eivind Eklund1998-02-091-1/+2
* Add Simon Shapiro's DPT driverJulian Elischer1998-01-261-0/+531