summaryrefslogtreecommitdiffstats
path: root/sys/dev/dpt/dpt_eisa.c
Commit message (Expand)AuthorAgeFilesLines
* Prepare for future integration between CAM and newbus. xpt_bus_registerscottl2007-06-171-0/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Wrap the EISA-specific parts of the dpt(4) and si(4) back-ends inmarius2007-01-181-0/+2
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.mjacob2006-12-111-0/+2
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-1/+0
* remove gratuitous null ptr checksam2005-02-241-2/+1
* Use __FBSDID().obrien2003-08-241-1/+3
* Mega busdma API commit.scottl2003-07-011-1/+5
* - Track resources in our softc.mdodd2003-03-291-37/+22
* Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in thepeter2002-10-091-1/+1
* Turn on interrupt-entropy harvesting for all/any mass storage devicesmarkm2001-03-011-1/+2
* - Convert dpt_pci.c to newbus.mdodd2000-04-071-113/+86
* Remove #include "eisa.h" and #if NEISA > 0 as it's only ever compiledpeter2000-01-291-4/+0
* Pre 4.0 tidy up.peter2000-01-141-1/+1
* - Implement a simple PIO driven function for retreiving the onboardmdodd1999-10-091-35/+29
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Properly set the alignment argument to bus_dma_tag_create(). If wegibbs1999-08-161-2/+2
* Move the specification of EDGE/LEVEL triggered interrupts tomdodd1999-08-011-10/+11
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-3/+2
* Implement an EISA new-bus framework. The old driver probe mechanismpeter1999-04-181-99/+93
* Conver the DPT driver to CAM. The dpt_control interface is not yetgibbs1998-09-151-321/+85
* MF22: Shut this thing up by default.jkh1998-08-091-2/+2
* Include "eisa.h" and only provide code if NEISA > 0.gibbs1998-05-171-1/+4
* Add EISA support for DPT driversjulian1998-03-111-0/+500
OpenPOWER on IntegriCloud