| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge r254263: | Scott Long | 2013-08-13 | 1 | -11/+5 |
| * | Big MFC of the physbio changes necessary for unmapped I/O. These changes | Scott Long | 2013-06-18 | 1 | -48/+14 |
| * | MFC 241492, 241588, 241589, 241590, 241592, 241593, 241603, 241605 | Scott Long | 2013-05-30 | 5 | -286/+233 |
| * | MFC r234540: | Dimitry Andric | 2012-04-28 | 1 | -1/+1 |
| * | MFC 232854,232874,232882,232883,232886 for bus_get_dma_tag() | Scott Long | 2012-03-16 | 1 | -2/+1 |
| * | Get rid of #ident, GCC 4.4 warns about it being deprecated. | Edward Tomasz Napierala | 2010-01-08 | 2 | -4/+1 |
| * | Prepare for future integration between CAM and newbus. xpt_bus_register | Scott Long | 2007-06-17 | 5 | -2/+5 |
| * | Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will | Scott Long | 2007-04-15 | 1 | -1/+2 |
| * | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 2 | -2/+2 |
| * | Wrap the EISA-specific parts of the dpt(4) and si(4) back-ends in | Marius Strobl | 2007-01-18 | 3 | -0/+12 |
| * | Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed. | Matt Jacob | 2006-12-11 | 3 | -0/+6 |
| * | 2nd and final commit that moves us to CAM_NEW_TRAN_CODE | Matt Jacob | 2006-11-02 | 1 | -24/+0 |
| * | The first of 3 major steps to move the CAM layer forward to using | Matt Jacob | 2006-10-31 | 1 | -4/+39 |
| * | Commit the results of the typo hunt by Darren Pilgrim. | Yaroslav Tykhiy | 2006-08-04 | 1 | -1/+1 |
| * | Since DELAY() was moved, most <machine/clock.h> #includes have been | Poul-Henning Kamp | 2006-05-16 | 1 | -1/+0 |
| * | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | Yoshihiro Takahashi | 2005-05-29 | 4 | -6/+0 |
| * | Remove unnecessary dpt_free(). | Matthew N. Dodd | 2005-04-13 | 1 | -1/+0 |
| * | Use BUS_PROBE_DEFAULT for pci probe return value | Warner Losh | 2005-03-05 | 1 | -1/+1 |
| * | remove gratuitous null ptr check | Sam Leffler | 2005-02-24 | 1 | -2/+1 |
| * | o nuke duplicate call of dpt_free when dpt_init fails | Sam Leffler | 2005-02-24 | 1 | -3/+1 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 2 | -2/+2 |
| * | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson | 2004-03-17 | 3 | -14/+12 |
| * | Adjust $FreeBSD$'s. | David E. O'Brien | 2004-03-17 | 1 | -2/+1 |
| * | Device megapatch 1/6: | Poul-Henning Kamp | 2004-02-21 | 1 | -1/+0 |
| * | - Handle failure of cam_sim_alloc(). | Matthew N. Dodd | 2004-01-17 | 1 | -0/+12 |
| * | Use PCIR_BAR(x) instead of PCIR_MAPS. | John Baldwin | 2003-09-02 | 1 | -2/+2 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 4 | -4/+12 |
| * | Prefer new location of pci include files (which have only been in the | Warner Losh | 2003-08-22 | 1 | -2/+2 |
| * | Mega busdma API commit. | Scott Long | 2003-07-01 | 4 | -1/+17 |
| * | Merge common XPT_CALC_GEOMETRY functions into a single convenience function. | Nate Lawson | 2003-06-14 | 1 | -20/+1 |
| * | 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 |
| * | Remove useless code. | Matthew N. Dodd | 2003-03-29 | 1 | -6/+0 |
| * | Don't compile the identify method yet. | Matthew N. Dodd | 2003-03-29 | 1 | -0/+4 |
| * | Clean up argument comments for bus_dma_tag_create() calls. | Matthew N. Dodd | 2003-03-29 | 1 | -24/+38 |
| * | - Track resources in our softc. | Matthew N. Dodd | 2003-03-29 | 5 | -127/+278 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -2/+2 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -2/+2 |
| * | Correct typo. | Greg Lehey | 2003-01-16 | 1 | -1/+1 |
| * | Use bus_addr_t instead of u_int32_t in functions to convert between | John Baldwin | 2002-11-06 | 1 | -3/+3 |
| * | Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in the | Peter Wemm | 2002-10-09 | 3 | -3/+3 |
| * | Fix a couple of bogus enums. | Mike Smith | 2002-01-08 | 1 | -4/+4 |
| * | This file is a 2.2 vintage pre-CAM file of no current value. | Poul-Henning Kamp | 2001-11-06 | 1 | -861/+0 |
| * | o dpt_control.c is not compiled into the system (commented out in | Robert Watson | 2001-11-05 | 1 | -6/+6 |
| * | Send the remains (such as I have located) of "block major numbers" to | Poul-Henning Kamp | 2001-03-26 | 1 | -1/+0 |
| * | Turn on interrupt-entropy harvesting for all/any mass storage devices | Mark Murray | 2001-03-01 | 3 | -3/+6 |
| * | Fix typo: compatability -> compatibility. | Jeroen Ruigrok van der Werven | 2001-02-06 | 1 | -1/+1 |
| * | Convert all users of fldoff() to offsetof(). fldoff() is bad | Poul-Henning Kamp | 2000-10-27 | 1 | -2/+0 |
| * | Remove unneeded #include <machine/clock.h> | Poul-Henning Kamp | 2000-10-15 | 1 | -1/+0 |
| * | Allow the DPT pci attachment to share IRQ's | Peter Wemm | 2000-08-26 | 1 | -1/+2 |