| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove adv(4) and adw(4) | Warner Losh | 2018-10-22 | 1 | -1507/+0 |
* | Fix kernel build after r328523, correct variable names | Li-Wen Hsu | 2018-01-29 | 1 | -1/+1 |
* | Tag the current round of deprecated drivers. | Warner Losh | 2018-01-29 | 1 | -0/+1 |
* | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
* | Fix whitespace in handling of XPT_PATH_INQ in adw(4). | Ravi Pokala | 2017-01-05 | 1 | -4/+4 |
* | Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name) | Alan Somers | 2017-01-04 | 1 | -3/+3 |
* | Remove MAXBSIZE use from drivers where it has nothing to do. | Alexander Motin | 2015-03-22 | 1 | -1/+1 |
* | Prevent overflow issues in timeout processing | Steven Hartland | 2014-11-21 | 1 | -2/+2 |
* | Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases, | John Baldwin | 2014-06-10 | 1 | -2/+0 |
* | Remove instances of variables that were set, but never used. gcc 4.9 | Warner Losh | 2014-03-30 | 1 | -2/+0 |
* | Remove unused static function adwccbstatus() from adw(4). | Dimitry Andric | 2013-12-24 | 1 | -7/+0 |
* | Reform the busdma API so that new types may be added without modifying | Konstantin Belousov | 2013-02-12 | 1 | -60/+13 |
* | Add locking to the adw(4) driver and mark it MPSAFE. | John Baldwin | 2012-10-15 | 1 | -100/+77 |
* | Fix typos - remove duplicate "the". | Rebecca Cran | 2011-02-21 | 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 | -2/+2 |
* | Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed. | Matt Jacob | 2006-12-11 | 1 | -0/+3 |
* | 2nd and final commit that moves us to CAM_NEW_TRAN_CODE | Matt Jacob | 2006-11-02 | 1 | -185/+0 |
* | The first of 3 major steps to move the CAM layer forward to using | Matt Jacob | 2006-10-31 | 1 | -1/+199 |
* | Fix -Wundef. | Ruslan Ermilov | 2005-12-04 | 1 | -1/+1 |
* | 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 |
* | Properly release allocated resources if adw(4) device fails to fully attach, | Scott Mitchell | 2004-12-06 | 1 | -0/+20 |
* | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 1 | -2/+3 |
* | Mega busdma API commit. | Scott Long | 2003-07-01 | 1 | -0/+10 |
* | 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 |
* | Clean up argument comments for bus_dma_tag_create() calls. | Matthew N. Dodd | 2003-03-29 | 1 | -33/+54 |
* | Consolidate MIN/MAX macros into one place (param.h). | Alfred Perlstein | 2003-02-02 | 1 | -2/+0 |
* | Turn on interrupt-entropy harvesting for all/any mass storage devices | Mark Murray | 2001-03-01 | 1 | -2/+3 |
* | 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 | -1/+0 |
* | Remove unneeded #include <machine/clock.h> | Poul-Henning Kamp | 2000-10-15 | 1 | -1/+0 |
* | adv_pci.c: | Justin T. Gibbs | 2000-03-02 | 1 | -58/+49 |
* | Add support for the AdvanSys ASC38C0800 Ultra2 chipset. Preliminary | Justin T. Gibbs | 2000-02-03 | 1 | -192/+373 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | 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 | -10/+16 |
* | -Wunused cleanup. | Justin T. Gibbs | 1998-10-15 | 1 | -4/+2 |
* | Add support for the ASC3550 AdvanSys SCSI Host Controller (aka 940UW). | Justin T. Gibbs | 1998-10-07 | 1 | -0/+1366 |