| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert a number of drivers to obtaining their parent DMA tag from their | scottl | 2012-03-12 | 1 | -1/+1 |
* | Add descriptor sense support to CAM, and honor sense residuals properly in | ken | 2011-10-03 | 1 | -3/+5 |
* | MFp4: Large set of CAM inprovements. | mav | 2010-01-28 | 1 | -17/+5 |
* | Spell "Hz" correctly wherever it is user-visible. | gavin | 2010-01-12 | 1 | -1/+1 |
* | Put mly_timeout() under MLY_DEBUG, so that newer GCC versions don't | trasz | 2010-01-08 | 1 | -1/+3 |
* | Convert mlx(4) and mly(4) to si_drv1 instead of dev2unit(). | ed | 2009-04-18 | 1 | -5/+3 |
* | Replace all calls to minor() with dev2unit(). | ed | 2008-09-27 | 1 | -2/+2 |
* | Prepare for future integration between CAM and newbus. xpt_bus_register | scottl | 2007-06-17 | 1 | -2/+2 |
* | Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will | scottl | 2007-04-15 | 1 | -0/+2 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -1/+1 |
* | Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed. | mjacob | 2006-12-11 | 1 | -0/+2 |
* | 2nd and final commit that moves us to CAM_NEW_TRAN_CODE | mjacob | 2006-11-02 | 1 | -54/+0 |
* | The first of 3 major steps to move the CAM layer forward to using | mjacob | 2006-10-31 | 1 | -1/+66 |
* | Retire the last of the FreeBSD 4.x compat code from the mly driver. | scottl | 2005-08-08 | 2 | -15/+1 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 1 | -1/+0 |
* | Use BUS_PROBE_DEFAULT for pci probe return value | imp | 2005-03-05 | 1 | -5/+1 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 2 | -4/+4 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 1 | -4/+4 |
* | Device megapatch 4/6: | phk | 2004-02-21 | 1 | -1/+2 |
* | Device megapatch 1/6: | phk | 2004-02-21 | 1 | -2/+0 |
* | Fixed a memory leak. | ru | 2004-01-18 | 1 | -0/+1 |
* | Use PCIR_BAR(x) instead of PCIR_MAPS. | jhb | 2003-09-02 | 1 | -1/+1 |
* | Prefer new location of pci include files (which have only been in the | imp | 2003-08-22 | 1 | -2/+2 |
* | Don't provide mutexes for static busdma allocations. | scottl | 2003-08-11 | 1 | -19/+22 |
* | Mega busdma API commit. | scottl | 2003-07-01 | 1 | -0/+10 |
* | Centralize the devstat handling for all GEOM disk device drivers | phk | 2003-03-08 | 1 | -1/+0 |
* | Gigacommit to improve device-driver source compatibility between | phk | 2003-03-03 | 1 | -13/+5 |
* | Use canonical name for cdevsw initialization. | phk | 2003-03-02 | 1 | -13/+13 |
* | Introduce a new taskqueue that runs completely free of Giant, and in | scottl | 2003-02-26 | 1 | -1/+1 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Fixup printf format. | alfred | 2003-02-11 | 1 | -1/+1 |
* | Terminate 'e' event messages with a newline. | scottl | 2003-02-11 | 1 | -0/+1 |
* | Fix the mly driver! If card resources became unavailable, the driver would | scottl | 2003-02-06 | 2 | -0/+48 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | Destroy the management device when detaching the driver. | scottl | 2003-01-08 | 1 | -0/+3 |
* | Pass correct parameters to bus_space_barrier() instead of 0 | mux | 2002-11-14 | 1 | -2/+4 |
* | Be consistent about functions being static. | phk | 2002-10-16 | 1 | -8/+8 |
* | use __packed. | alfred | 2002-09-23 | 1 | -43/+43 |
* | Replace (ab)uses of "NULL" where "0" is really meant. | archie | 2002-08-22 | 1 | -2/+2 |
* | Rework the kernel environment subsystem. We now convert the static | mux | 2002-04-17 | 1 | -1/+1 |
* | Fix warnings (comment out unused tables that are taking space in the | peter | 2002-02-27 | 1 | -0/+4 |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 1 | -2/+2 |
* | - Change the taskqueue locking to protect the necessary parts of a task | jhb | 2001-10-26 | 1 | -4/+0 |
* | Add locking to taskqueues. There is one mutex per task, one mutex per | jhb | 2001-10-26 | 1 | -0/+4 |
* | Fix reversed virtual/physical bus check, whoops! | msmith | 2001-10-22 | 1 | -1/+1 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -3/+4 |
* | Fix typo (* -> &) | msmith | 2001-07-26 | 1 | -1/+1 |
* | Merge with latest version of the Mylex 6+ driver. | msmith | 2001-07-14 | 6 | -1420/+1318 |
* | Fix warning: 110: initialization makes pointer from integer without a cast | peter | 2001-06-15 | 1 | -2/+1 |
* | Avoid divide-by-zero for devices that the adapter has not negotiated a | msmith | 2001-04-21 | 1 | -1/+5 |