| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r311305 (by asomers): | Alexander Motin | 2017-03-23 | 2 | -6/+6 |
| * | MFC r313949: Remove dead mentions of CAM target mode APIs from drivers. | Alexander Motin | 2017-02-28 | 1 | -4/+0 |
| * | sys/dev: minor spelling fixes. | Pedro F. Giffuni | 2016-05-03 | 4 | -8/+8 |
| * | sys: use our nitems() macro when param.h is available. | Pedro F. Giffuni | 2016-04-21 | 2 | -2/+2 |
| * | Remove slightly used const values that can be replaced with nitems(). | Pedro F. Giffuni | 2016-04-21 | 2 | -8/+3 |
| * | Use uintmax_t (typedef'd to rman_res_t type) for rman ranges. | Justin Hibbits | 2016-03-18 | 1 | -1/+1 |
| * | Convert rman to use rman_res_t instead of u_long | Justin Hibbits | 2016-01-27 | 1 | -1/+1 |
| * | Remove MAXBSIZE use from drivers where it has nothing to do. | Alexander Motin | 2015-03-22 | 1 | -1/+1 |
| * | Prevent overflow issues in timeout processing | Steven Hartland | 2014-11-21 | 2 | -7/+7 |
| * | Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases, | John Baldwin | 2014-06-10 | 1 | -2/+0 |
| * | Remove instances of variables that were set, but never used. gcc 4.9 | Warner Losh | 2014-03-30 | 3 | -12/+1 |
| * | Remove unused static function adwccbstatus() from adw(4). | Dimitry Andric | 2013-12-24 | 1 | -7/+0 |
| * | Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI | Scott Long | 2013-08-12 | 1 | -9/+6 |
| * | Reform the busdma API so that new types may be added without modifying | Konstantin Belousov | 2013-02-12 | 2 | -112/+25 |
| * | Add locking to the adw(4) driver and mark it MPSAFE. | John Baldwin | 2012-10-15 | 5 | -145/+119 |
| * | Add locking to adv(4) driver and mark it MPSAFE. | John Baldwin | 2012-10-12 | 7 | -172/+207 |
| * | Final pass at having devices use their bus parent for dma tags. The | Scott Long | 2012-03-12 | 2 | -6/+3 |
| * | Remove comments about creating DMA tags as children of the DMA tags of their | Juli Mallett | 2012-03-12 | 2 | -2/+0 |
| * | Convert a number of drivers to obtaining their parent DMA tag from their | Scott Long | 2012-03-12 | 2 | -2/+2 |
| * | Fix typos - remove duplicate "the". | Rebecca Cran | 2011-02-21 | 1 | -1/+1 |
| * | Separate the parallel scsi knowledge out of the core of the XPT, and | Scott Long | 2009-07-10 | 2 | -1/+3 |
| * | Prepare for future integration between CAM and newbus. xpt_bus_register | Scott Long | 2007-06-17 | 3 | -3/+3 |
| * | Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will | Scott Long | 2007-04-15 | 2 | -2/+2 |
| * | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 4 | -5/+7 |
| * | Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed. | Matt Jacob | 2006-12-11 | 6 | -0/+9 |
| * | 2nd and final commit that moves us to CAM_NEW_TRAN_CODE | Matt Jacob | 2006-11-02 | 3 | -298/+0 |
| * | The first of 3 major steps to move the CAM layer forward to using | Matt Jacob | 2006-10-31 | 3 | -7/+342 |
| * | Remove some header polution. | Scott Long | 2006-04-30 | 1 | -1/+0 |
| * | Type of overrun_buf doesn't matter to this code, but does to gcc. | Warner Losh | 2006-02-04 | 2 | -4/+4 |
| * | Fix -Wundef. | Ruslan Ermilov | 2005-12-04 | 4 | -8/+8 |
| * | Don't try to probe ISA PnP devices for now until this driver can grow a | John Baldwin | 2005-07-13 | 1 | -0/+6 |
| * | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | Yoshihiro Takahashi | 2005-05-29 | 8 | -10/+0 |
| * | Use BUS_PROBE_DEFAULT for pci probe return value | Warner Losh | 2005-03-05 | 2 | -6/+6 |
| * | Check for BIOS version 3.0 as well as 3.1. | Scott Long | 2005-02-21 | 1 | -1/+1 |
| * | Fix a missing /*- | David E. O'Brien | 2005-02-14 | 1 | -1/+1 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 16 | -20/+20 |
| * | Properly release allocated resources if adw(4) device fails to fully attach, | Scott Mitchell | 2004-12-06 | 1 | -0/+20 |
| * | Add missing <sys/module.h> includes | Poul-Henning Kamp | 2004-05-30 | 2 | -0/+2 |
| * | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson | 2004-03-17 | 4 | -18/+17 |
| * | Make the extern for adv_mcode match the reality: it's u_int8_t, but | Poul-Henning Kamp | 2004-03-10 | 1 | -1/+1 |
| * | Use PCIR_BAR(x) instead of PCIR_MAPS. | John Baldwin | 2003-09-02 | 2 | -4/+4 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 10 | -20/+30 |
| * | Prefer new location of pci include files (which have only been in the | Warner Losh | 2003-08-22 | 2 | -4/+4 |
| * | Mega busdma API commit. | Scott Long | 2003-07-01 | 6 | -0/+40 |
| * | Merge common XPT_CALC_GEOMETRY functions into a single convenience function. | Nate Lawson | 2003-06-14 | 2 | -37/+2 |
| * | Bring back bus_dmasync_op_t. It is now a typedef to an int, though the | Scott Long | 2003-05-27 | 2 | -4/+4 |
| * | I deserve a big pointy hat for having missed all those references | Maxime Henrion | 2003-04-10 | 2 | -4/+4 |
| * | Clean up argument comments for bus_dma_tag_create() calls. | Matthew N. Dodd | 2003-03-29 | 6 | -133/+185 |
| * | Wrap the static endian functions to shutup GCC. | David E. O'Brien | 2003-02-24 | 1 | -0/+2 |
| * | Add adv_adj_endian_qdone_info() & adv_adj_scsiq_endian() | David E. O'Brien | 2003-02-23 | 1 | -0/+18 |