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