aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/esp/ncr53c9x.c
Commit message (Expand)AuthorAgeFilesLines
* Add deprecation notice for esp(4).Warner Losh2020-04-181-0/+1
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-211-1/+1
* dev: make some use of mallocarray(9).Pedro F. Giffuni2018-01-131-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-041-3/+3
* target is unsigned, so don't compare it < 0 for range test.Warner Losh2014-08-071-2/+1
* - Merge from NetBSD:Marius Strobl2012-08-061-20/+40
* Fix build:Xin LI2012-05-231-2/+2
* s/timout/timeoutKevin Lo2011-12-151-1/+1
* Freeze the device queue if a request didn't complete without error andMarius Strobl2011-11-061-8/+9
* - Use device_t rather than the NetBSDish struct device.Marius Strobl2011-10-301-61/+97
* Merge from NetBSD:Marius Strobl2011-10-151-97/+90
* Merge from r225950:Marius Strobl2011-10-071-2/+10
* Correct spelling in comments.Marius Strobl2011-04-221-1/+1
* o Move the MODULE_DEPEND() for cam(4) from the esp_sbus.c front-end toMarius Strobl2008-09-081-341/+492
* o Fix style(9) bugs and similar nits.Marius Strobl2008-07-221-340/+349
* Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long2007-06-171-1/+1
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long2007-04-151-1/+1
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEMatt Jacob2006-11-021-67/+0
* The first of 3 major steps to move the CAM layer forward to usingMatt Jacob2006-10-311-4/+87
* Fix -Wundef from compiling the amd64 LINT.Ruslan Ermilov2005-12-041-1/+1
* - Try to not leak resources in the attach functions of the esp(4) SBusMarius Strobl2005-05-191-30/+95
* Apply a torniquet to the problem of the drive unexpectedly disconnectingScott Long2005-04-251-1/+9
* If we get interrupted during a data phase and the DMA engine is stillScott Long2005-04-221-0/+6
* Merge some style and minor changes from NetBSD:Marius Strobl2005-04-171-16/+12
* The existing locking in the esp driver appears to be fairly adequate, soScott Long2005-03-021-2/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Add some style(9) touch ups; style(9) states that new code should followTom Rhodes2004-08-021-10/+9
* Pass the correct argument to ncr53c9x_timeout()Scott Long2004-06-131-5/+5
* Get rid of UMA zones and instead allocate all ecb's up front and track themScott Long2004-06-131-22/+35
* When autosense is retrieved, tell CAM about it instead of juust pretendingScott Long2004-06-121-1/+2
* Make the XPT_CALC_GEOMETRY op dependent on the sc_extended_geometry flagScott Long2004-06-111-1/+1
* Port the NetBSD esp(4) driver. This only includes the sbus front-end, soScott Long2004-06-101-0/+2938