| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r280347: Remove MAXBSIZE use from drivers where it has nothing to do. | mav | 2015-04-21 | 3 | -5/+5 |
* | MFC r274188, r274189: | ian | 2014-12-26 | 1 | -1/+1 |
* | Rework the DMA handling in ida(4) and add locking to make this driver | jhb | 2012-08-27 | 5 | -176/+275 |
* | Convert a number of drivers to obtaining their parent DMA tag from their | scottl | 2012-03-12 | 1 | -1/+1 |
* | - There's no need to overwrite the default device method with the default | marius | 2011-11-22 | 1 | -3/+1 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 2 | -2/+2 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 4 | -7/+0 |
* | Test for NULL before use. | mdodd | 2005-04-13 | 1 | -12/+11 |
* | Add KASSERT() to warn against NULL deref. | mdodd | 2005-04-13 | 1 | -0/+1 |
* | Define additional commands. | mdodd | 2005-04-13 | 1 | -0/+15 |
* | Whitespace cleanup. | mdodd | 2005-04-13 | 5 | -33/+33 |
* | Use BUS_PROBE_DEFAULT for pci probe return value | imp | 2005-03-05 | 1 | -1/+1 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 1 | -1/+1 |
* | Add a callout to dump card status on command queue timeouts. | mdodd | 2004-12-14 | 2 | -1/+48 |
* | Modify ida_v3_done() to treat FIFO status of -1 as FIFO empty (0). | mdodd | 2004-12-14 | 1 | -1/+7 |
* | Reformat arguments bus_dma_tag_create(). | mdodd | 2004-12-14 | 2 | -21/+45 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 2 | -2/+2 |
* | Add missing <sys/module.h> includes | phk | 2004-05-30 | 3 | -0/+3 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 2 | -8/+8 |
* | Device megapatch 4/6: | phk | 2004-02-21 | 1 | -0/+2 |
* | Change the disk(9) API in order to make device removal more robust. | phk | 2004-02-18 | 2 | -12/+15 |
* | Add a per controller IOCTL interface. | mdodd | 2004-01-15 | 3 | -1/+142 |
* | - Add comments. | mdodd | 2004-01-15 | 2 | -34/+188 |
* | Insure values of adapter structure members are in correct byte order. | mdodd | 2004-01-15 | 1 | -6/+7 |
* | Initialize drive device_t in softc. | mdodd | 2004-01-13 | 1 | -0/+1 |
* | style(9): single tab after #define. | mdodd | 2004-01-13 | 4 | -67/+67 |
* | Handle "Bad Command List" errors. | mdodd | 2004-01-12 | 1 | -0/+3 |
* | Remove comments that no longer apply. | mdodd | 2004-01-12 | 1 | -4/+0 |
* | - Initialize qcb flags in ida_construct_qcb() with respect to DMA direction. | mdodd | 2004-01-12 | 1 | -4/+16 |
* | Use PCIR_BAR(x) instead of PCIR_MAPS. | jhb | 2003-09-02 | 1 | -2/+2 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 3 | -6/+9 |
* | Prefer new location of pci include files (which have only been in the | imp | 2003-08-22 | 1 | -2/+2 |
* | Initialize bp->bio_driver1 in idad_strategy(). | mdodd | 2003-08-08 | 1 | -0/+1 |
* | Mega busdma API commit. | scottl | 2003-07-01 | 3 | -3/+7 |
* | Bring back bus_dmasync_op_t. It is now a typedef to an int, though the | scottl | 2003-05-27 | 1 | -3/+3 |
* | I deserve a big pointy hat for having missed all those references | mux | 2003-04-10 | 1 | -3/+3 |
* | Use bioq_flush() to drain a bio queue with a specific error code. | phk | 2003-04-01 | 4 | -4/+8 |
* | Including <sys/stdint.h> is (almost?) universally only to be able to use | phk | 2003-03-18 | 1 | -1/+0 |
* | Centralize the devstat handling for all GEOM disk device drivers | phk | 2003-03-08 | 5 | -13/+1 |
* | More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). | des | 2003-03-02 | 1 | -1/+1 |
* | NO_GEOM cleanup: | phk | 2003-02-23 | 4 | -66/+18 |
* | Fix the detach code to actually detach the disk instance created | phk | 2003-02-23 | 1 | -5/+1 |
* | Remove a goto the very next statement. | phk | 2003-02-23 | 1 | -3/+0 |
* | NO_GEOM cleanup: | phk | 2003-02-21 | 1 | -3/+5 |
* | Update to new crashdump API | ps | 2003-02-07 | 1 | -38/+9 |
* | Use [u]intmax_t and %j instead of long long and %ll to better fix warnings | jhb | 2002-11-07 | 1 | -1/+2 |
* | Cast a bus_addr_t to a long long to make printf happy. | jhb | 2002-11-06 | 1 | -1/+1 |
* | use __packed. | alfred | 2002-09-23 | 1 | -3/+3 |
* | (This commit touches about 15 disk device drivers in a very consistent | phk | 2002-09-20 | 1 | -10/+4 |
* | Here follows the new kernel dumping infrastructure. | phk | 2002-03-31 | 1 | -1/+6 |