aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iir/iir_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-181-1/+1
* Remove MAXBSIZE use from drivers where it has nothing to do.Alexander Motin2015-03-221-1/+1
* Lock iir(4) and mark it MPSAFE.John Baldwin2014-11-131-98/+72
* Avoid potential redefinition of the macro.Jung-uk Kim2013-08-151-1/+1
* Remove comments about creating DMA tags as children of the DMA tags of theirJuli Mallett2012-03-121-1/+0
* Convert a number of drivers to obtaining their parent DMA tag from theirScott Long2012-03-121-1/+2
* Get rid of #ident.Edward Tomasz Napierala2010-01-081-1/+0
* Compare the correct variable against NULL.Christian Brueffer2009-05-141-1/+1
* Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long2007-06-171-1/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.Matt Jacob2006-12-111-0/+2
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* Big update to the iir driver:Scott Long2006-03-011-7/+8
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-2/+0
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-2/+2
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-3/+3
* Update email addresses, copyrights, and tweak the management interface.Scott Long2003-09-261-2/+5
* Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin2003-09-021-1/+1
* Use __FBSDID().David E. O'Brien2003-08-241-5/+5
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-3/+3
* Mega busdma API commit.Scott Long2003-07-011-1/+4
* Import latest changes from the vendor. This also is reported to fix theScott Long2003-04-251-1/+2
* Including <sys/stdint.h> is (almost?) universally only to be able to usePoul-Henning Kamp2003-03-181-1/+0
* Use [u]intmax_t and %j instead of long long and %ll to better fix warningsJohn Baldwin2002-11-071-2/+3
* Use long long to print out a bus_addr_t again.John Baldwin2002-11-061-2/+2
* Move the new byte order function prototypes from <sys/param.h> toMike Barcroft2002-04-261-0/+1
* Remove __P.Alfred Perlstein2002-03-201-9/+9
* Add the 'iir' driver, for the Intel Integrated RAID controllers andMike Smith2002-01-201-0/+476