summaryrefslogtreecommitdiff
path: root/sys/dev/dpt
AgeCommit message (Expand)Author
2007-06-17Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long
2007-04-15Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2007-01-18Wrap the EISA-specific parts of the dpt(4) and si(4) back-ends inMarius Strobl
2006-12-11Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.Matt Jacob
2006-11-022nd and final commit that moves us to CAM_NEW_TRAN_CODEMatt Jacob
2006-10-31The first of 3 major steps to move the CAM layer forward to usingMatt Jacob
2006-08-04Commit the results of the typo hunt by Darren Pilgrim.Yaroslav Tykhiy
2006-05-16Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp
2005-05-29Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi
2005-04-13Remove unnecessary dpt_free().Matthew N. Dodd
2005-03-05Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh
2005-02-24remove gratuitous null ptr checkSam Leffler
2005-02-24o nuke duplicate call of dpt_free when dpt_init failsSam Leffler
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-03-17Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson
2004-03-17Adjust $FreeBSD$'s.David E. O'Brien
2004-02-21Device megapatch 1/6:Poul-Henning Kamp
2004-01-17- Handle failure of cam_sim_alloc().Matthew N. Dodd
2003-09-02Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin
2003-08-24Use __FBSDID().David E. O'Brien
2003-08-22Prefer new location of pci include files (which have only been in theWarner Losh
2003-07-01Mega busdma API commit.Scott Long
2003-06-14Merge common XPT_CALC_GEOMETRY functions into a single convenience function.Nate Lawson
2003-05-27Bring back bus_dmasync_op_t. It is now a typedef to an int, though theScott Long
2003-04-10I deserve a big pointy hat for having missed all those referencesMaxime Henrion
2003-03-29Remove useless code.Matthew N. Dodd
2003-03-29Don't compile the identify method yet.Matthew N. Dodd
2003-03-29Clean up argument comments for bus_dma_tag_create() calls.Matthew N. Dodd
2003-03-29- Track resources in our softc.Matthew N. Dodd
2003-02-19Back out M_* changes, per decision of the TRB.Warner Losh
2003-01-21Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein
2003-01-16Correct typo.Greg Lehey
2002-11-06Use bus_addr_t instead of u_int32_t in functions to convert betweenJohn Baldwin
2002-10-09Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in thePeter Wemm
2002-01-08Fix a couple of bogus enums.Mike Smith
2001-11-06This file is a 2.2 vintage pre-CAM file of no current value.Poul-Henning Kamp
2001-11-05o dpt_control.c is not compiled into the system (commented out inRobert Watson
2001-03-26Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp
2001-03-01Turn on interrupt-entropy harvesting for all/any mass storage devicesMark Murray
2001-02-06Fix typo: compatability -> compatibility.Jeroen Ruigrok van der Werven
2000-10-27Convert all users of fldoff() to offsetof(). fldoff() is badPoul-Henning Kamp
2000-10-15Remove unneeded #include <machine/clock.h>Poul-Henning Kamp
2000-08-26Allow the DPT pci attachment to share IRQ'sPeter Wemm
2000-08-07Fix some warnings. Here are more part-time volatiles - ie: data thatPeter Wemm
2000-05-28Use correct register values. This one was in aic7xxx and advansys too.Peter Wemm
2000-05-26Back out the previous change to the queue(3) interface.Jake Burkholder
2000-05-23Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder
2000-05-05Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp
2000-04-18Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp