aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/esp
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wundef from compiling the amd64 LINT.Ruslan Ermilov2005-12-042-3/+3
* - Try to not leak resources in the attach functions of the esp(4) SBusMarius Strobl2005-05-194-127/+466
* 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-173-60/+56
* Style and minor changes:Marius Strobl2005-04-171-57/+54
* The existing locking in the esp driver appears to be fairly adequate, soScott Long2005-03-022-3/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-063-3/+3
* Remove files repocopied to sys/sparc64/sbus.Tom Rhodes2004-11-104-1044/+3
* Pull the correct clock frequency value out of OFW. Why the helper functionScott Long2004-09-131-2/+6
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and aMarius Strobl2004-08-121-4/+5
* Add some style(9) touch ups; style(9) states that new code should followTom Rhodes2004-08-026-68/+67
* Include module.hScott Long2004-06-211-0/+1
* 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-132-25/+48
* When autosense is retrieved, tell CAM about it instead of juust pretendingScott Long2004-06-121-1/+2
* Correct typo from previous commit.Scott Long2004-06-121-1/+1
* Make the XPT_CALC_GEOMETRY op dependent on the sc_extended_geometry flagScott Long2004-06-113-1/+4
* Port the NetBSD esp(4) driver. This only includes the sbus front-end, soScott Long2004-06-107-0/+5307