summaryrefslogtreecommitdiff
path: root/sys/dev/dpt/dpt_isa.c
Commit message (Expand)AuthorAgeFilesLines
* Add locking to the dpt(4) driver and mark it MPSAFE.John Baldwin2012-10-151-13/+8
* Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long2007-06-171-1/+1
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.Matt Jacob2006-12-111-0/+2
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-1/+0
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-2/+2
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Mega busdma API commit.Scott Long2003-07-011-0/+2
* Don't compile the identify method yet.Matthew N. Dodd2003-03-291-0/+4
* - Track resources in our softc.Matthew N. Dodd2003-03-291-44/+120
* Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in thePeter Wemm2002-10-091-1/+1
* Turn on interrupt-entropy harvesting for all/any mass storage devicesMark Murray2001-03-011-1/+2
* - Convert dpt_pci.c to newbus.Matthew N. Dodd2000-04-071-0/+186