aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dpt
Commit message (Expand)AuthorAgeFilesLines
* Get rid of #ident, GCC 4.4 warns about it being deprecated.Edward Tomasz Napierala2010-01-082-4/+1
* Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long2007-06-175-2/+5
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long2007-04-151-1/+2
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-232-2/+2
* Wrap the EISA-specific parts of the dpt(4) and si(4) back-ends inMarius Strobl2007-01-183-0/+12
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.Matt Jacob2006-12-113-0/+6
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEMatt Jacob2006-11-021-24/+0
* The first of 3 major steps to move the CAM layer forward to usingMatt Jacob2006-10-311-4/+39
* Commit the results of the typo hunt by Darren Pilgrim.Yaroslav Tykhiy2006-08-041-1/+1
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-294-6/+0
* Remove unnecessary dpt_free().Matthew N. Dodd2005-04-131-1/+0
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-1/+1
* remove gratuitous null ptr checkSam Leffler2005-02-241-2/+1
* o nuke duplicate call of dpt_free when dpt_init failsSam Leffler2005-02-241-3/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-062-2/+2
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-173-14/+12
* Adjust $FreeBSD$'s.David E. O'Brien2004-03-171-2/+1
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-1/+0
* - Handle failure of cam_sim_alloc().Matthew N. Dodd2004-01-171-0/+12
* Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin2003-09-021-2/+2
* Use __FBSDID().David E. O'Brien2003-08-244-4/+12
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Mega busdma API commit.Scott Long2003-07-014-1/+17
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.Nate Lawson2003-06-141-20/+1
* Bring back bus_dmasync_op_t. It is now a typedef to an int, though theScott Long2003-05-271-2/+2
* I deserve a big pointy hat for having missed all those referencesMaxime Henrion2003-04-101-2/+2
* Remove useless code.Matthew N. Dodd2003-03-291-6/+0
* Don't compile the identify method yet.Matthew N. Dodd2003-03-291-0/+4
* Clean up argument comments for bus_dma_tag_create() calls.Matthew N. Dodd2003-03-291-24/+38
* - Track resources in our softc.Matthew N. Dodd2003-03-295-127/+278
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* Correct typo.Greg Lehey2003-01-161-1/+1
* Use bus_addr_t instead of u_int32_t in functions to convert betweenJohn Baldwin2002-11-061-3/+3
* Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in thePeter Wemm2002-10-093-3/+3
* Fix a couple of bogus enums.Mike Smith2002-01-081-4/+4
* This file is a 2.2 vintage pre-CAM file of no current value.Poul-Henning Kamp2001-11-061-861/+0
* o dpt_control.c is not compiled into the system (commented out inRobert Watson2001-11-051-6/+6
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* Turn on interrupt-entropy harvesting for all/any mass storage devicesMark Murray2001-03-013-3/+6
* Fix typo: compatability -> compatibility.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* Convert all users of fldoff() to offsetof(). fldoff() is badPoul-Henning Kamp2000-10-271-2/+0
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Allow the DPT pci attachment to share IRQ'sPeter Wemm2000-08-261-1/+2
* Fix some warnings. Here are more part-time volatiles - ie: data thatPeter Wemm2000-08-071-3/+3
* Use correct register values. This one was in aic7xxx and advansys too.Peter Wemm2000-05-281-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
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-051-0/+1