| Commit message (Expand) | Author | Age | Files | Lines |
* | sys: Automated cleanup of cdefs and other formatting | Warner Losh | 2023-11-27 | 1 | -1/+0 |
* | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
* | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 1 | -1/+1 |
* | ida: Remove unused devclass arguments to DRIVER_MODULE. | John Baldwin | 2022-05-06 | 1 | -3/+1 |
* | Extract eventfilter declarations to sys/_eventfilter.h | Conrad Meyer | 2019-05-20 | 1 | -0/+2 |
* | Add PNP info to PCI attachments of cbb, cxgb, ida, iwn, ixl, ixlv, | Warner Losh | 2018-09-26 | 1 | -0/+2 |
* | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
* | Resolve LINT linking issue by renaming ida_init() to ida_setup(). The | Hans Petter Selasky | 2016-05-11 | 1 | -1/+1 |
* | Remove MAXBSIZE use from drivers where it has nothing to do. | Alexander Motin | 2015-03-22 | 1 | -2/+2 |
* | Rework the DMA handling in ida(4) and add locking to make this driver | John Baldwin | 2012-08-27 | 1 | -14/+3 |
* | Convert a number of drivers to obtaining their parent DMA tag from their | Scott Long | 2012-03-12 | 1 | -1/+1 |
* | - There's no need to overwrite the default device method with the default | Marius Strobl | 2011-11-22 | 1 | -3/+1 |
* | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 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 |
* | Whitespace cleanup. | Matthew N. Dodd | 2005-04-13 | 1 | -9/+9 |
* | Use BUS_PROBE_DEFAULT for pci probe return value | Warner Losh | 2005-03-05 | 1 | -1/+1 |
* | Modify ida_v3_done() to treat FIFO status of -1 as FIFO empty (0). | Matthew N. Dodd | 2004-12-14 | 1 | -1/+7 |
* | Reformat arguments bus_dma_tag_create(). | Matthew N. Dodd | 2004-12-14 | 1 | -6/+15 |
* | Add missing <sys/module.h> includes | Poul-Henning Kamp | 2004-05-30 | 1 | -0/+1 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson | 2004-03-17 | 1 | -4/+4 |
* | style(9): single tab after #define. | Matthew N. Dodd | 2004-01-13 | 1 | -6/+6 |
* | Use PCIR_BAR(x) instead of PCIR_MAPS. | John Baldwin | 2003-09-02 | 1 | -2/+2 |
* | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 1 | -2/+3 |
* | Prefer new location of pci include files (which have only been in the | Warner Losh | 2003-08-22 | 1 | -2/+2 |
* | Mega busdma API commit. | Scott Long | 2003-07-01 | 1 | -1/+1 |
* | Use bioq_flush() to drain a bio queue with a specific error code. | Poul-Henning Kamp | 2003-04-01 | 1 | -1/+2 |
* | Centralize the devstat handling for all GEOM disk device drivers | Poul-Henning Kamp | 2003-03-08 | 1 | -1/+0 |
* | NO_GEOM cleanup: | Poul-Henning Kamp | 2003-02-23 | 1 | -0/+1 |
* | Turn on interrupt-entropy harvesting for all/any mass storage devices | Mark Murray | 2001-03-01 | 1 | -1/+1 |
* | Add crashdump support. | Jonathan Lemon | 2001-02-26 | 1 | -1/+9 |
* | Add a flag value to the board identifiers, and use this to enable the | Jonathan Lemon | 2001-01-09 | 1 | -14/+24 |
* | Add PCI id for the RAID LC2 controller. | Jonathan Lemon | 2000-12-01 | 1 | -1/+3 |
* | Look at both the vendor and subvendor information when determining | Jonathan Lemon | 2000-10-13 | 1 | -32/+25 |
* | The DEC version of the Smart controller has its configuration information | Jonathan Lemon | 2000-07-27 | 1 | -4/+8 |
* | Add code which actually checks for the NCR PCI id so it can be used. | Jonathan Lemon | 2000-05-23 | 1 | -1/+2 |
* | Add PCI ID for NEC/Compaq controller. | Jonathan Lemon | 2000-05-22 | 1 | -2/+5 |
* | Add PCI id for Compaq Smart Array 431 card. | Jonathan Lemon | 2000-05-22 | 1 | -0/+1 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | Poul-Henning Kamp | 2000-05-05 | 1 | -1/+1 |
* | Add PCI identification for another SmartArray 4200, which identifies | Jonathan Lemon | 2000-05-04 | 1 | -6/+14 |
* | Remove ~25 unneeded #include <sys/conf.h> | Poul-Henning Kamp | 2000-04-19 | 1 | -1/+0 |
* | Add support for older EISA compaq cards and newer Smart 4200 cards. | Jonathan Lemon | 2000-03-08 | 1 | -31/+119 |
* | Removal of sys/device.h | Nick Hibma | 1999-10-05 | 1 | -1/+0 |
* | $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 | -2/+2 |
* | Alter the behavior of sys/kern/subr_bus.c:device_print_child() | Matthew N. Dodd | 1999-07-29 | 1 | -9/+2 |
* | Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entire | Peter Wemm | 1999-07-03 | 1 | -6/+1 |
* | Compaq Smart RAID driver for -current. Based on the original ida.c | Jonathan Lemon | 1999-06-24 | 1 | -0/+199 |