summaryrefslogtreecommitdiff
path: root/sys/dev/esp
AgeCommit message (Expand)Author
2008-09-08o Move the MODULE_DEPEND() for cam(4) from the esp_sbus.c front-end toMarius Strobl
2008-07-22o Fix style(9) bugs and similar nits.Marius Strobl
2007-11-11The ESP driver isn't really MPSAFE, so don't mark it that it is.Scott Long
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-21Change the remainder of the drivers for DMA'ing devices enabled in theMarius 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
2005-12-04Fix -Wundef from compiling the amd64 LINT.Ruslan Ermilov
2005-05-19- Try to not leak resources in the attach functions of the esp(4) SBusMarius Strobl
2005-04-25Apply a torniquet to the problem of the drive unexpectedly disconnectingScott Long
2005-04-22If we get interrupted during a data phase and the DMA engine is stillScott Long
2005-04-17Merge some style and minor changes from NetBSD:Marius Strobl
2005-04-17Style and minor changes:Marius Strobl
2005-03-02The existing locking in the esp driver appears to be fairly adequate, soScott Long
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-11-10Remove files repocopied to sys/sparc64/sbus.Tom Rhodes
2004-09-13Pull the correct clock frequency value out of OFW. Why the helper functionScott Long
2004-08-12- Introduce an ofw_bus kobj-interface for retrieving the OFW node and aMarius Strobl
2004-08-02Add some style(9) touch ups; style(9) states that new code should followTom Rhodes
2004-06-21Include module.hScott Long
2004-06-13Pass the correct argument to ncr53c9x_timeout()Scott Long
2004-06-13Get rid of UMA zones and instead allocate all ecb's up front and track themScott Long
2004-06-12When autosense is retrieved, tell CAM about it instead of juust pretendingScott Long
2004-06-12Correct typo from previous commit.Scott Long
2004-06-11Make the XPT_CALC_GEOMETRY op dependent on the sc_extended_geometry flagScott Long
2004-06-10Port the NetBSD esp(4) driver. This only includes the sbus front-end, soScott Long