| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r280347: Remove MAXBSIZE use from drivers where it has nothing to do. | mav | 2015-04-21 | 1 | -1/+1 |
* | MFC r274819: | smh | 2014-12-21 | 1 | -2/+2 |
* | MFC r259825: | dim | 2013-12-28 | 1 | -7/+0 |
* | Reform the busdma API so that new types may be added without modifying | kib | 2013-02-12 | 1 | -60/+13 |
* | Add locking to the adw(4) driver and mark it MPSAFE. | jhb | 2012-10-15 | 1 | -100/+77 |
* | Fix typos - remove duplicate "the". | brucec | 2011-02-21 | 1 | -1/+1 |
* | Prepare for future integration between CAM and newbus. xpt_bus_register | scottl | 2007-06-17 | 1 | -1/+1 |
* | Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will | scottl | 2007-04-15 | 1 | -1/+1 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -2/+2 |
* | Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed. | mjacob | 2006-12-11 | 1 | -0/+3 |
* | 2nd and final commit that moves us to CAM_NEW_TRAN_CODE | mjacob | 2006-11-02 | 1 | -185/+0 |
* | The first of 3 major steps to move the CAM layer forward to using | mjacob | 2006-10-31 | 1 | -1/+199 |
* | Fix -Wundef. | ru | 2005-12-04 | 1 | -1/+1 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 1 | -2/+0 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 1 | -1/+1 |
* | Properly release allocated resources if adw(4) device fails to fully attach, | rsm | 2004-12-06 | 1 | -0/+20 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 1 | -2/+3 |
* | Mega busdma API commit. | scottl | 2003-07-01 | 1 | -0/+10 |
* | Merge common XPT_CALC_GEOMETRY functions into a single convenience function. | njl | 2003-06-14 | 1 | -20/+1 |
* | Bring back bus_dmasync_op_t. It is now a typedef to an int, though the | scottl | 2003-05-27 | 1 | -2/+2 |
* | I deserve a big pointy hat for having missed all those references | mux | 2003-04-10 | 1 | -2/+2 |
* | Clean up argument comments for bus_dma_tag_create() calls. | mdodd | 2003-03-29 | 1 | -33/+54 |
* | Consolidate MIN/MAX macros into one place (param.h). | alfred | 2003-02-02 | 1 | -2/+0 |
* | Turn on interrupt-entropy harvesting for all/any mass storage devices | markm | 2001-03-01 | 1 | -2/+3 |
* | Add the use of M_ZERO to some malloc calls. | dwmalone | 2000-10-29 | 1 | -2/+1 |
* | Convert all users of fldoff() to offsetof(). fldoff() is bad | phk | 2000-10-27 | 1 | -1/+0 |
* | Remove unneeded #include <machine/clock.h> | phk | 2000-10-15 | 1 | -1/+0 |
* | adv_pci.c: | gibbs | 2000-03-02 | 1 | -58/+49 |
* | Add support for the AdvanSys ASC38C0800 Ultra2 chipset. Preliminary | gibbs | 2000-02-03 | 1 | -192/+373 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Properly set the alignment argument to bus_dma_tag_create(). If we | gibbs | 1999-08-16 | 1 | -4/+4 |
* | Add a number of interrelated CAM feature enhancements and bug fixes. | ken | 1999-05-06 | 1 | -10/+16 |
* | -Wunused cleanup. | gibbs | 1998-10-15 | 1 | -4/+2 |
* | Add support for the ASC3550 AdvanSys SCSI Host Controller (aka 940UW). | gibbs | 1998-10-07 | 1 | -0/+1366 |