| Age | Commit message (Expand) | Author |
| 2021-11-25 | esp: Remove | Warner Losh |
| 2020-04-18 | Add deprecation notice for esp(4). | Warner Losh |
| 2020-02-03 | Remove sparc64 kernel support | Warner Losh |
| 2018-01-21 | Revert r327828, r327949, r327953, r328016-r328026, r328041: | Pedro F. Giffuni |
| 2018-01-13 | dev: make some use of mallocarray(9). | Pedro F. Giffuni |
| 2017-11-27 | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2017-01-04 | Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name) | Alan Somers |
| 2016-05-04 | s/struct device */device_t/g | Adrian Chadd |
| 2016-05-03 | sys/dev: minor spelling fixes. | Pedro F. Giffuni |
| 2014-08-07 | target is unsigned, so don't compare it < 0 for range test. | Warner Losh |
| 2014-03-18 | Update NetBSD Foundation copyrights to 2-clause BSD | Ed Maste |
| 2014-02-23 | Remove more superfluous const specifiers. | Dimitry Andric |
| 2012-08-06 | - Merge from NetBSD: | Marius Strobl |
| 2012-05-23 | Fix build: | Xin LI |
| 2011-12-15 | s/timout/timeout | Kevin Lo |
| 2011-11-22 | s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mention | Marius Strobl |
| 2011-11-06 | Freeze the device queue if a request didn't complete without error and | Marius Strobl |
| 2011-11-01 | Add a PCI front-end to esp(4) allowing it to support AMD Am53C974 and | Marius Strobl |
| 2011-10-30 | Add multiple inclusion protection. | Marius Strobl |
| 2011-10-30 | - Use device_t rather than the NetBSDish struct device. | Marius Strobl |
| 2011-10-15 | Merge from NetBSD: | Marius Strobl |
| 2011-10-07 | Merge from r225950: | Marius Strobl |
| 2011-04-22 | Correct spelling in comments. | Marius Strobl |
| 2010-05-10 | Include <machine/ofw_machdep.h> for OF_getscsinitid(). | Marius Strobl |
| 2010-04-27 | Take advantage of OF_getscsinitid(). | Marius Strobl |
| 2008-09-08 | o Move the MODULE_DEPEND() for cam(4) from the esp_sbus.c front-end to | Marius Strobl |
| 2008-07-22 | o Fix style(9) bugs and similar nits. | Marius Strobl |
| 2007-11-11 | The ESP driver isn't really MPSAFE, so don't mark it that it is. | Scott Long |
| 2007-06-17 | Prepare for future integration between CAM and newbus. xpt_bus_register | Scott Long |
| 2007-04-15 | Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will | Scott Long |
| 2007-02-23 | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati |
| 2007-01-21 | Change the remainder of the drivers for DMA'ing devices enabled in the | Marius Strobl |
| 2006-12-11 | Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed. | Matt Jacob |
| 2006-11-02 | 2nd and final commit that moves us to CAM_NEW_TRAN_CODE | Matt Jacob |
| 2006-10-31 | The first of 3 major steps to move the CAM layer forward to using | Matt Jacob |
| 2005-12-04 | Fix -Wundef from compiling the amd64 LINT. | Ruslan Ermilov |
| 2005-05-19 | - Try to not leak resources in the attach functions of the esp(4) SBus | Marius Strobl |
| 2005-04-25 | Apply a torniquet to the problem of the drive unexpectedly disconnecting | Scott Long |
| 2005-04-22 | If we get interrupted during a data phase and the DMA engine is still | Scott Long |
| 2005-04-17 | Merge some style and minor changes from NetBSD: | Marius Strobl |
| 2005-04-17 | Style and minor changes: | Marius Strobl |
| 2005-03-02 | The existing locking in the esp driver appears to be fairly adequate, so | Scott Long |
| 2005-01-06 | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh |
| 2004-11-10 | Remove files repocopied to sys/sparc64/sbus. | Tom Rhodes |
| 2004-09-13 | Pull the correct clock frequency value out of OFW. Why the helper function | Scott Long |
| 2004-08-12 | - Introduce an ofw_bus kobj-interface for retrieving the OFW node and a | Marius Strobl |
| 2004-08-02 | Add some style(9) touch ups; style(9) states that new code should follow | Tom Rhodes |
| 2004-06-21 | Include module.h | Scott Long |
| 2004-06-13 | Pass the correct argument to ncr53c9x_timeout() | Scott Long |
| 2004-06-13 | Get rid of UMA zones and instead allocate all ecb's up front and track them | Scott Long |