summaryrefslogtreecommitdiffstats
path: root/sys/dev/iir/iir_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Get rid of #ident.trasz2010-01-081-1/+0
* Compare the correct variable against NULL.brueffer2009-05-141-1/+1
* Prepare for future integration between CAM and newbus. xpt_bus_registerscottl2007-06-171-1/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.mjacob2006-12-111-0/+2
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* Big update to the iir driver:scottl2006-03-011-7/+8
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-2/+0
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-2/+2
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-3/+3
* Update email addresses, copyrights, and tweak the management interface.scottl2003-09-261-2/+5
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-1/+1
* Use __FBSDID().obrien2003-08-241-5/+5
* Prefer new location of pci include files (which have only been in theimp2003-08-221-3/+3
* Mega busdma API commit.scottl2003-07-011-1/+4
* Import latest changes from the vendor. This also is reported to fix thescottl2003-04-251-1/+2
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-181-1/+0
* Use [u]intmax_t and %j instead of long long and %ll to better fix warningsjhb2002-11-071-2/+3
* Use long long to print out a bus_addr_t again.jhb2002-11-061-2/+2
* Move the new byte order function prototypes from <sys/param.h> tomike2002-04-261-0/+1
* Remove __P.alfred2002-03-201-9/+9
* Add the 'iir' driver, for the Intel Integrated RAID controllers andmsmith2002-01-201-0/+476
OpenPOWER on IntegriCloud