| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert r330897: | Eitan Adler | 2018-03-29 | 4 | -8/+0 |
| * | Partial merge of the SPDX changes | Eitan Adler | 2018-03-14 | 4 | -0/+8 |
| * | MFC r311305 (by asomers): | Alexander Motin | 2017-03-23 | 1 | -3/+3 |
| * | MFC r313982, r314068: | Pedro F. Giffuni | 2017-03-14 | 1 | -2/+2 |
| * | MFC r313949: Remove dead mentions of CAM target mode APIs from drivers. | Alexander Motin | 2017-02-28 | 1 | -4/+0 |
| * | 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 | -5/+5 |
| * | 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 | 1 | -5/+5 |
| * | Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases, | John Baldwin | 2014-06-10 | 1 | -2/+0 |
| * | Fix memory and references leak due to unfreed path. | Alexander Motin | 2013-10-22 | 1 | -1/+3 |
| * | Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI | Scott Long | 2013-08-12 | 1 | -12/+7 |
| * | Reform the busdma API so that new types may be added without modifying | Konstantin Belousov | 2013-02-12 | 1 | -61/+16 |
| * | Add locking to the bt(4) driver and mark it MPSAFE. | John Baldwin | 2012-10-15 | 6 | -137/+130 |
| * | Correct double "the the" | Eitan Adler | 2012-09-14 | 1 | -1/+1 |
| * | Remove comments about creating DMA tags as children of the DMA tags of their | Juli Mallett | 2012-03-12 | 1 | -1/+0 |
| * | Convert a number of drivers to obtaining their parent DMA tag from their | Scott Long | 2012-03-12 | 1 | -1/+1 |
| * | Remove some always-true comparisons. | John Baldwin | 2011-01-18 | 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 |
| * | Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed. | Matt Jacob | 2006-12-11 | 5 | -0/+7 |
| * | 2nd and final commit that moves us to CAM_NEW_TRAN_CODE | Matt Jacob | 2006-11-02 | 1 | -59/+0 |
| * | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | Yoshihiro Takahashi | 2005-05-29 | 4 | -12/+0 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 4 | -4/+4 |
| * | #include <isa/isavar.h> instead of <i386/isa/isa_dma.h> | Poul-Henning Kamp | 2004-09-15 | 1 | -1/+1 |
| * | Add missing <sys/module.h> includes | Poul-Henning Kamp | 2004-05-30 | 1 | -0/+1 |
| * | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson | 2004-03-17 | 4 | -20/+12 |
| * | Use PCIR_BAR(x) instead of PCIR_MAPS. | John Baldwin | 2003-09-02 | 1 | -2/+2 |
| * | Remove merge conflict that I didn't notice as it was in the middle of a | David E. O'Brien | 2003-08-25 | 1 | -5/+0 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 5 | -6/+19 |
| * | Prefer new location of pci include files (which have only been in the | Warner Losh | 2003-08-22 | 1 | -2/+2 |
| * | Fixed wrong function names in the error message that was translated to | Bruce Evans | 2003-07-26 | 1 | -3/+3 |
| * | Mega busdma API commit. | Scott Long | 2003-07-01 | 5 | -0/+30 |
| * | Add /* FALLTHROUGH */ | Poul-Henning Kamp | 2003-05-31 | 2 | -7/+7 |
| * | Bring back bus_dmasync_op_t. It is now a typedef to an int, though the | Scott Long | 2003-05-27 | 1 | -2/+2 |
| * | I deserve a big pointy hat for having missed all those references | Maxime Henrion | 2003-04-10 | 1 | -2/+2 |
| * | Clean up argument comments for bus_dma_tag_create() calls. | Matthew N. Dodd | 2003-03-29 | 5 | -83/+126 |
| * | Consolidate MIN/MAX macros into one place (param.h). | Alfred Perlstein | 2003-02-02 | 1 | -4/+0 |
| * | Add some band-aid casts to quiet warnings. This driver still assumes | John Baldwin | 2002-11-06 | 1 | -1/+1 |
| * | Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in the | Peter Wemm | 2002-10-09 | 4 | -4/+4 |
| * | Remove #if 0'ed abuse of NPCI | Peter Wemm | 2002-07-21 | 1 | -3/+0 |
| * | Use ANSI C string contatenation instead of a multi-line string literal. | John Baldwin | 2001-12-13 | 1 | -4/+4 |
| * | The EXTENDED_GEOMETRY flag is really bit 7. This affects >2GB drives. | Peter Wemm | 2001-08-26 | 1 | -1/+1 |
| * | Add code, imperfect though it may be, for CAM_NEW_TRAN_CODE compilation. | Matt Jacob | 2001-07-04 | 1 | -11/+115 |
| * | Turn on interrupt-entropy harvesting for all/any mass storage devices | Mark Murray | 2001-03-01 | 1 | -1/+1 |
| * | Classify all EISA cards with major firmware revions '2' as 742As. | Justin T. Gibbs | 2000-11-13 | 3 | -3/+22 |
| * | Remove unneeded #include <machine/clock.h> | Poul-Henning Kamp | 2000-10-15 | 1 | -1/+0 |
| * | Fix typo (accessable --> accessible). | Alexander Langer | 2000-06-14 | 1 | -1/+1 |
| * | Unused include: #include "bt.h" | Peter Wemm | 2000-06-10 | 1 | -2/+0 |