| Commit message (Expand) | Author | Age | Files | Lines |
* | s/timout/timeout | kevlo | 2011-12-15 | 1 | -1/+1 |
* | s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mention | marius | 2011-11-22 | 2 | -3/+3 |
* | Freeze the device queue if a request didn't complete without error and | marius | 2011-11-06 | 1 | -8/+9 |
* | Add a PCI front-end to esp(4) allowing it to support AMD Am53C974 and | marius | 2011-11-01 | 2 | -0/+726 |
* | Add multiple inclusion protection. | marius | 2011-10-30 | 1 | -0/+4 |
* | - Use device_t rather than the NetBSDish struct device. | marius | 2011-10-30 | 3 | -113/+149 |
* | Merge from NetBSD: | marius | 2011-10-15 | 4 | -311/+324 |
* | Merge from r225950: | marius | 2011-10-07 | 1 | -2/+10 |
* | Correct spelling in comments. | marius | 2011-04-22 | 1 | -1/+1 |
* | Include <machine/ofw_machdep.h> for OF_getscsinitid(). | marius | 2010-05-10 | 1 | -0/+1 |
* | Take advantage of OF_getscsinitid(). | marius | 2010-04-27 | 1 | -3/+1 |
* | o Move the MODULE_DEPEND() for cam(4) from the esp_sbus.c front-end to | marius | 2008-09-08 | 4 | -490/+644 |
* | o Fix style(9) bugs and similar nits. | marius | 2008-07-22 | 3 | -472/+477 |
* | The ESP driver isn't really MPSAFE, so don't mark it that it is. | scottl | 2007-11-11 | 1 | -1/+1 |
* | Prepare for future integration between CAM and newbus. xpt_bus_register | scottl | 2007-06-17 | 1 | -1/+1 |
* | Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will | scottl | 2007-04-15 | 1 | -1/+1 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -1/+1 |
* | Change the remainder of the drivers for DMA'ing devices enabled in the | marius | 2007-01-21 | 1 | -1/+1 |
* | Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed. | mjacob | 2006-12-11 | 1 | -0/+4 |
* | 2nd and final commit that moves us to CAM_NEW_TRAN_CODE | mjacob | 2006-11-02 | 1 | -67/+0 |
* | The first of 3 major steps to move the CAM layer forward to using | mjacob | 2006-10-31 | 1 | -6/+89 |
* | Fix -Wundef from compiling the amd64 LINT. | ru | 2005-12-04 | 2 | -3/+3 |
* | - Try to not leak resources in the attach functions of the esp(4) SBus | marius | 2005-05-19 | 4 | -127/+466 |
* | Apply a torniquet to the problem of the drive unexpectedly disconnecting | scottl | 2005-04-25 | 1 | -1/+9 |
* | If we get interrupted during a data phase and the DMA engine is still | scottl | 2005-04-22 | 1 | -0/+6 |
* | Merge some style and minor changes from NetBSD: | marius | 2005-04-17 | 3 | -60/+56 |
* | Style and minor changes: | marius | 2005-04-17 | 1 | -57/+54 |
* | The existing locking in the esp driver appears to be fairly adequate, so | scottl | 2005-03-02 | 2 | -3/+1 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 3 | -3/+3 |
* | Remove files repocopied to sys/sparc64/sbus. | trhodes | 2004-11-10 | 4 | -1044/+3 |
* | Pull the correct clock frequency value out of OFW. Why the helper function | scottl | 2004-09-13 | 1 | -2/+6 |
* | - Introduce an ofw_bus kobj-interface for retrieving the OFW node and a | marius | 2004-08-12 | 1 | -4/+5 |
* | Add some style(9) touch ups; style(9) states that new code should follow | trhodes | 2004-08-02 | 6 | -68/+67 |
* | Include module.h | scottl | 2004-06-21 | 1 | -0/+1 |
* | Pass the correct argument to ncr53c9x_timeout() | scottl | 2004-06-13 | 1 | -5/+5 |
* | Get rid of UMA zones and instead allocate all ecb's up front and track them | scottl | 2004-06-13 | 2 | -25/+48 |
* | When autosense is retrieved, tell CAM about it instead of juust pretending | scottl | 2004-06-12 | 1 | -1/+2 |
* | Correct typo from previous commit. | scottl | 2004-06-12 | 1 | -1/+1 |
* | Make the XPT_CALC_GEOMETRY op dependent on the sc_extended_geometry flag | scottl | 2004-06-11 | 3 | -1/+4 |
* | Port the NetBSD esp(4) driver. This only includes the sbus front-end, so | scottl | 2004-06-10 | 7 | -0/+5307 |