| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 | 1 | -240/+211 |
| * | Get rid of #ident, GCC 4.4 warns about it being deprecated. | Edward Tomasz Napierala | 2010-01-08 | 1 | -1/+0 |
| * | 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/+2 |
| * | Wrap the EISA-specific parts of the dpt(4) and si(4) back-ends in | Marius Strobl | 2007-01-18 | 1 | -0/+8 |
| * | 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 | 1 | -2/+0 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 1 | -1/+1 |
| * | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson | 2004-03-17 | 1 | -4/+4 |
| * | Adjust $FreeBSD$'s. | David E. O'Brien | 2004-03-17 | 1 | -2/+1 |
| * | - Handle failure of cam_sim_alloc(). | Matthew N. Dodd | 2004-01-17 | 1 | -0/+12 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 1 | -0/+3 |
| * | Mega busdma API commit. | Scott Long | 2003-07-01 | 1 | -0/+6 |
| * | 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 |
| * | 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 | 1 | -11/+90 |
| * | 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 |
| * | 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 |
| * | Fix some warnings. Here are more part-time volatiles - ie: data that | Peter Wemm | 2000-08-07 | 1 | -3/+3 |
| * | Remove unneeded <sys/buf.h> includes. | Poul-Henning Kamp | 2000-04-18 | 1 | -1/+0 |
| * | - Convert dpt_pci.c to newbus. | Matthew N. Dodd | 2000-04-07 | 1 | -13/+20 |
| * | - Implement a simple PIO driven function for retreiving the onboard | Matthew N. Dodd | 1999-10-09 | 1 | -0/+106 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Clean up after removing sys/eventhandler.h from sys/systm.h at the last | Mike Smith | 1999-08-21 | 1 | -1/+2 |
| * | Implement a new generic mechanism for attaching handler functions to | Mike Smith | 1999-08-21 | 1 | -5/+6 |
| * | Properly set the alignment argument to bus_dma_tag_create(). If we | Justin T. Gibbs | 1999-08-16 | 1 | -4/+4 |
| * | Add a number of interrelated CAM feature enhancements and bug fixes. | Kenneth D. Merry | 1999-05-06 | 1 | -1/+2 |
| * | Error check is not necessary - this function cannot fail in this | Eivind Eklund | 1998-12-22 | 1 | -8/+4 |
| * | Better error checking and more complete struct initialization. | Eivind Eklund | 1998-12-22 | 1 | -5/+13 |
| * | -Wunused cleanup. | Justin T. Gibbs | 1998-10-15 | 1 | -9/+3 |
| * | Honor CAM_TAG_ACTION_NONE. | Justin T. Gibbs | 1998-10-15 | 1 | -2/+3 |
| * | Call dpt_intr from our timeout routine to clear any pending commands before | Justin T. Gibbs | 1998-10-09 | 1 | -3/+11 |
| * | Remove a spurious, but benign statement. | Justin T. Gibbs | 1998-10-02 | 1 | -6/+4 |
| * | dpt.h: | Justin T. Gibbs | 1998-09-22 | 1 | -12/+14 |
| * | Drop the maximum SG count to 32 from 1024. We can't make use of all of | Justin T. Gibbs | 1998-09-20 | 1 | -18/+23 |
| * | Correct printf format bugs. | Justin T. Gibbs | 1998-09-15 | 1 | -4/+5 |
| * | Conver the DPT driver to CAM. The dpt_control interface is not yet | Justin T. Gibbs | 1998-09-15 | 1 | -2948/+1627 |
| * | Fix an spl protection botch. | Justin T. Gibbs | 1998-08-26 | 1 | -3/+3 |
| * | Fixed printf format and spelling errors. Didn't fix related | Bruce Evans | 1998-08-16 | 1 | -3/+3 |