| 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 | -59/+14 |
| * | MFC 241492, 241588, 241589, 241590, 241592, 241593, 241603, 241605 | Scott Long | 2013-05-30 | 2 | -105/+93 |
| * | MFC 232854,232874,232882,232883,232886 for bus_get_dma_tag() | Scott Long | 2012-03-16 | 1 | -3/+2 |
| * | Fix a compile error from the last change. | Scott Long | 2007-06-17 | 1 | -1/+1 |
| * | Prepare for future integration between CAM and newbus. xpt_bus_register | Scott Long | 2007-06-17 | 2 | -5/+7 |
| * | Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will | Scott Long | 2007-04-15 | 1 | -1/+1 |
| * | Handle errors from bus_setup_intr(). | Alexander Leidinger | 2007-04-01 | 1 | -2/+4 |
| * | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 1 | -1/+2 |
| * | Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed. | Matt Jacob | 2006-12-11 | 1 | -0/+2 |
| * | 2nd and final commit that moves us to CAM_NEW_TRAN_CODE | Matt Jacob | 2006-11-02 | 1 | -33/+0 |
| * | The first of 3 major steps to move the CAM layer forward to using | Matt Jacob | 2006-10-31 | 1 | -4/+54 |
| * | Fix missing update to reflect change in scsi_inquiry data structure. | Matt Jacob | 2006-05-31 | 1 | -1/+1 |
| * | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | Yoshihiro Takahashi | 2005-05-29 | 1 | -1/+0 |
| * | 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 | 1 | -4/+2 |
| * | Make this at least compile on 64 bit platforms. Its been breaking | Andrew Gallatin | 2003-07-30 | 1 | -1/+2 |
| * | 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 | -18/+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 |
| * | Clean up argument comments for bus_dma_tag_create() calls. | Matthew N. Dodd | 2003-03-29 | 1 | -17/+26 |
| * | Consolidate MIN/MAX macros into one place (param.h). | Alfred Perlstein | 2003-02-02 | 1 | -2/+0 |
| * | Fix new gcc-3.1 warnings. I think this gets GENERIC compiling cleanly | Peter Wemm | 2002-05-24 | 1 | -0/+1 |
| * | Turn on interrupt-entropy harvesting for all/any mass storage devices | Mark Murray | 2001-03-01 | 1 | -1/+1 |
| * | Add the use of M_ZERO to some malloc calls. | David Malone | 2000-10-29 | 1 | -2/+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 |
| * | Fix typo (accessable --> accessible). | Alexander Langer | 2000-06-14 | 1 | -1/+1 |
| * | Back out the previous change to the queue(3) interface. | Jake Burkholder | 2000-05-26 | 1 | -3/+3 |
| * | Change the way that the queue(3) structures are declared; don't assume that | Jake Burkholder | 2000-05-23 | 1 | -3/+3 |
| * | Remove #include "eisa.h" and #if NEISA > 0 | Peter Wemm | 2000-01-29 | 1 | -4/+0 |
| * | Use rman_get_bustag and rman_get_bushandle to initialize bus tag and | Yoshihiro Takahashi | 2000-01-17 | 1 | -5/+5 |
| * | Pre 4.0 tidy up. | Peter Wemm | 2000-01-14 | 1 | -2/+2 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 2 | -2/+2 |
| * | Properly set the alignment argument to bus_dma_tag_create(). If we | Justin T. Gibbs | 1999-08-16 | 1 | -3/+3 |
| * | Move the specification of EDGE/LEVEL triggered interrupts to | Matthew N. Dodd | 1999-08-01 | 1 | -6/+13 |
| * | Move the declaration of the interrupt type from the driver structure | Doug Rabson | 1999-05-08 | 1 | -3/+2 |
| * | Add a number of interrelated CAM feature enhancements and bug fixes. | Kenneth D. Merry | 1999-05-06 | 1 | -1/+2 |
| * | ahb.c: | Justin T. Gibbs | 1999-04-23 | 1 | -3/+3 |
| * | Implement an EISA new-bus framework. The old driver probe mechanism | Peter Wemm | 1999-04-18 | 1 | -90/+96 |
| * | Staticize. | Eivind Eklund | 1999-04-11 | 1 | -2/+2 |
| * | Poll for bus reset completion instead of assuming that our interrupt | Justin T. Gibbs | 1999-03-05 | 1 | -2/+7 |
| * | Correct test in poll loop for determining that the mailbox is free to | Justin T. Gibbs | 1999-01-28 | 1 | -7/+2 |
| * | Fix parenthesization, but the code still looks wrong. | Matthew Dillon | 1999-01-28 | 1 | -2/+7 |
| * | Hook up ahapoll so that dumps, synchronize cache commands or any other | Justin T. Gibbs | 1998-10-09 | 1 | -1/+2 |
| * | Use %p with (void *) casts to print pointers with printf. | Justin T. Gibbs | 1998-09-17 | 1 | -4/+4 |
| * | Fix printf format bugs. | Justin T. Gibbs | 1998-09-16 | 1 | -17/+18 |
| * | Adaptec 174x EISA SCSI Host Adapter driver for CAM. | Justin T. Gibbs | 1998-09-15 | 2 | -0/+1627 |