summaryrefslogtreecommitdiffstats
path: root/sys/dev/esp
Commit message (Expand)AuthorAgeFilesLines
* MFC r262613:dim2014-03-261-1/+1
* MFC r263289: Update NetBSD Foundation copyrights to 2-clause BSDemaste2014-03-241-7/+0
* - Merge from NetBSD:marius2012-08-061-20/+40
* Fix build:delphij2012-05-231-2/+2
* s/timout/timeoutkevlo2011-12-151-1/+1
* s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mentionmarius2011-11-222-3/+3
* Freeze the device queue if a request didn't complete without error andmarius2011-11-061-8/+9
* Add a PCI front-end to esp(4) allowing it to support AMD Am53C974 andmarius2011-11-012-0/+726
* Add multiple inclusion protection.marius2011-10-301-0/+4
* - Use device_t rather than the NetBSDish struct device.marius2011-10-303-113/+149
* Merge from NetBSD:marius2011-10-154-311/+324
* Merge from r225950:marius2011-10-071-2/+10
* Correct spelling in comments.marius2011-04-221-1/+1
* Include <machine/ofw_machdep.h> for OF_getscsinitid().marius2010-05-101-0/+1
* Take advantage of OF_getscsinitid().marius2010-04-271-3/+1
* o Move the MODULE_DEPEND() for cam(4) from the esp_sbus.c front-end tomarius2008-09-084-490/+644
* o Fix style(9) bugs and similar nits.marius2008-07-223-472/+477
* The ESP driver isn't really MPSAFE, so don't mark it that it is.scottl2007-11-111-1/+1
* Prepare for future integration between CAM and newbus. xpt_bus_registerscottl2007-06-171-1/+1
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-151-1/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Change the remainder of the drivers for DMA'ing devices enabled in themarius2007-01-211-1/+1
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.mjacob2006-12-111-0/+4
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEmjacob2006-11-021-67/+0
* The first of 3 major steps to move the CAM layer forward to usingmjacob2006-10-311-6/+89
* Fix -Wundef from compiling the amd64 LINT.ru2005-12-042-3/+3
* - Try to not leak resources in the attach functions of the esp(4) SBusmarius2005-05-194-127/+466
* Apply a torniquet to the problem of the drive unexpectedly disconnectingscottl2005-04-251-1/+9
* If we get interrupted during a data phase and the DMA engine is stillscottl2005-04-221-0/+6
* Merge some style and minor changes from NetBSD:marius2005-04-173-60/+56
* Style and minor changes:marius2005-04-171-57/+54
* The existing locking in the esp driver appears to be fairly adequate, soscottl2005-03-022-3/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-063-3/+3
* Remove files repocopied to sys/sparc64/sbus.trhodes2004-11-104-1044/+3
* Pull the correct clock frequency value out of OFW. Why the helper functionscottl2004-09-131-2/+6
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and amarius2004-08-121-4/+5
* Add some style(9) touch ups; style(9) states that new code should followtrhodes2004-08-026-68/+67
* Include module.hscottl2004-06-211-0/+1
* Pass the correct argument to ncr53c9x_timeout()scottl2004-06-131-5/+5
* Get rid of UMA zones and instead allocate all ecb's up front and track themscottl2004-06-132-25/+48
* When autosense is retrieved, tell CAM about it instead of juust pretendingscottl2004-06-121-1/+2
* Correct typo from previous commit.scottl2004-06-121-1/+1
* Make the XPT_CALC_GEOMETRY op dependent on the sc_extended_geometry flagscottl2004-06-113-1/+4
* Port the NetBSD esp(4) driver. This only includes the sbus front-end, soscottl2004-06-107-0/+5307
OpenPOWER on IntegriCloud