summaryrefslogtreecommitdiff
path: root/sys/dev/esp
AgeCommit message (Expand)Author
2021-11-25esp: RemoveWarner Losh
2020-04-18Add deprecation notice for esp(4).Warner Losh
2020-02-03Remove sparc64 kernel supportWarner Losh
2018-01-21Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni
2018-01-13dev: make some use of mallocarray(9).Pedro F. Giffuni
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-01-04Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers
2016-05-04s/struct device */device_t/gAdrian Chadd
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2014-08-07target is unsigned, so don't compare it < 0 for range test.Warner Losh
2014-03-18Update NetBSD Foundation copyrights to 2-clause BSDEd Maste
2014-02-23Remove more superfluous const specifiers.Dimitry Andric
2012-08-06- Merge from NetBSD:Marius Strobl
2012-05-23Fix build:Xin LI
2011-12-15s/timout/timeoutKevin Lo
2011-11-22s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mentionMarius Strobl
2011-11-06Freeze the device queue if a request didn't complete without error andMarius Strobl
2011-11-01Add a PCI front-end to esp(4) allowing it to support AMD Am53C974 andMarius Strobl
2011-10-30Add multiple inclusion protection.Marius Strobl
2011-10-30- Use device_t rather than the NetBSDish struct device.Marius Strobl
2011-10-15Merge from NetBSD:Marius Strobl
2011-10-07Merge from r225950:Marius Strobl
2011-04-22Correct spelling in comments.Marius Strobl
2010-05-10Include <machine/ofw_machdep.h> for OF_getscsinitid().Marius Strobl
2010-04-27Take advantage of OF_getscsinitid().Marius Strobl
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