summaryrefslogtreecommitdiffstats
path: root/sys/dev/dpt/dpt_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Allow the DPT pci attachment to share IRQ'speter2000-08-261-1/+2
* Use correct register values. This one was in aic7xxx and advansys too.peter2000-05-281-1/+1
* Use correct offset into register window.mdodd2000-04-071-1/+2
* - Convert dpt_pci.c to newbus.mdodd2000-04-071-122/+136
* Switch over to the new location in sys/dev/dpt.mdodd1999-10-091-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-2/+1
* Properly set the alignment argument to bus_dma_tag_create(). If wegibbs1999-08-161-2/+2
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:peter1999-05-091-5/+1
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-241-1/+5
* probe function changed from returning char * to const char *.dillon1998-12-141-3/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-4/+3
* ahc_pci.c:gibbs1998-10-071-2/+2
* Conver the DPT driver to CAM. The dpt_control interface is not yetgibbs1998-09-151-407/+88
* Update DPT driver from 1.4.3 to 1.4.5eivind1998-08-051-24/+9
* o Return error when the controller can't accept commands.eivind1998-06-021-2/+2
* Add EISA support for DPT driversjulian1998-03-111-3/+1
* Removed unused #includes.bde1998-02-201-9/+1
* Staticize. (Diffs by me & and Simon in cooperation.)eivind1998-02-101-7/+7
* Add #include "opt_devfs.h".eivind1998-02-091-1/+2
* Add Simon Shapiro's DPT driverjulian1998-01-261-0/+531
OpenPOWER on IntegriCloud