| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge r254263: | Scott Long | 2013-08-13 | 1 | -12/+7 |
| * | Big MFC of the physbio changes necessary for unmapped I/O. These changes | Scott Long | 2013-06-18 | 1 | -61/+16 |
| * | MFC 241492, 241588, 241589, 241590, 241592, 241593, 241603, 241605 | Scott Long | 2013-05-30 | 6 | -137/+130 |
| * | MFC r240518: | Eitan Adler | 2012-09-17 | 1 | -1/+1 |
| * | MFC 232854,232874,232882,232883,232886 for bus_get_dma_tag() | Scott Long | 2012-03-16 | 1 | -2/+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 |
| * | Back out the previous change to the queue(3) interface. | Jake Burkholder | 2000-05-26 | 1 | -5/+5 |
| * | Change the way that the queue(3) structures are declared; don't assume that | Jake Burkholder | 2000-05-23 | 1 | -5/+5 |
| * | Remove unneeded <sys/buf.h> includes. | Poul-Henning Kamp | 2000-04-18 | 1 | -1/+0 |
| * | Remove #include "eisa.h" and #if NEISA > 0 - this is guaranteed by config. | Peter Wemm | 2000-01-29 | 1 | -5/+0 |
| * | Use rman_get_start instead of bus handle directly. | Yoshihiro Takahashi | 2000-01-17 | 1 | -1/+2 |
| * | Pre 4.0 tidy up. | Peter Wemm | 2000-01-14 | 1 | -1/+1 |
| * | * Add struct resource_list* argument to resource_list_alloc and | Doug Rabson | 1999-10-12 | 1 | -4/+2 |
| * | - Point the right bits at the new location of the bus front ends. | Matthew N. Dodd | 1999-10-09 | 2 | -6/+8 |
| * | - Restore correct operation of bt_mca. | Matthew N. Dodd | 1999-10-09 | 1 | -14/+26 |
| * | Sync with recent changes to the MCA bus code. Resource IVARS went | Matthew N. Dodd | 1999-10-08 | 1 | -17/+9 |
| * | mca_add_{iospace,mspace}() no longer takes a 4th arg. | Matthew N. Dodd | 1999-09-26 | 1 | -1/+1 |
| * | This adds support for the Buslogic/Bustek/Storage Dimensions | Matthew N. Dodd | 1999-09-03 | 1 | -0/+324 |