aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dpt/dpt.h
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove EISA support from dpt. Remove known EISA models fromWarner Losh2017-02-161-25/+2
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-2/+2
* options DPT_HANDLE_TIMEOUTS hasn't worked since dpt(4) was converted to CAMSean Bruno2013-04-101-10/+0
* Add locking to the dpt(4) driver and mark it MPSAFE.John Baldwin2012-10-151-6/+2
* Fix the following clang warning in dpt(4):Dimitry Andric2012-04-211-1/+1
* Get rid of #ident, GCC 4.4 warns about it being deprecated.Edward Tomasz Napierala2010-01-081-3/+1
* Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long2007-06-171-0/+1
* Wrap the EISA-specific parts of the dpt(4) and si(4) back-ends inMarius Strobl2007-01-181-0/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-1/+0
* - Track resources in our softc.Matthew N. Dodd2003-03-291-3/+18
* Fix a couple of bogus enums.Mike Smith2002-01-081-4/+4
* Fix typo: compatability -> compatibility.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-7/+7
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-7/+7
* - Convert dpt_pci.c to newbus.Matthew N. Dodd2000-04-071-2/+3
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* - Implement a simple PIO driven function for retreiving the onboardMatthew N. Dodd1999-10-091-0/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-231-9/+1
* dpt.h:Justin T. Gibbs1998-09-221-6/+2
* Drop the maximum SG count to 32 from 1024. We can't make use of all ofJustin T. Gibbs1998-09-201-4/+5
* Conver the DPT driver to CAM. The dpt_control interface is not yetJustin T. Gibbs1998-09-151-0/+1326