aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/amr/amr_pci.c
Commit message (Expand)AuthorAgeFilesLines
* MFC 232854,232874,232882,232883,232886 for bus_get_dma_tag()Sean Bruno2012-05-181-1/+1
* Merge rev 1.84, 1.27, 1.40, 1.34: Rewrite DMA codepathsScott Long2008-08-031-26/+67
* Merge rev 1.39: Fix typo hidden by AMR_DEBUGScott Long2008-08-031-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
* After further review and discussion, partially revert the previous commit.Scott Long2006-04-081-1/+0
* Close a pesky race where after checking the BUSY flag in amr_wait_command,Paul Saab2006-04-081-0/+1
* Use void * for pointer rather than u_int8_t *, since it doesn'tWarner Losh2006-02-041-5/+4
* Enable 64bit SGL's on PERC 4/DCPaul Saab2006-02-021-1/+1
* Mega update to the LSI MegaRAID driver:Scott Long2005-12-141-61/+121
* Remove spl markers from AMR.Scott Long2005-11-061-3/+1
* Complete the removal of __FreeBSD_version checks from the amr driver. TheScott Long2005-08-081-1/+1
* 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-1/+1
* Add support for the LSI 320-2E PCI-Express controller. Fix a couple of bugsScott Long2005-01-231-2/+5
* Lock the AMR driver:Scott Long2005-01-161-2/+5
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Fix a number of bugs and significantly alter the command execution path toScott Long2004-12-051-6/+6
* Add new PCI device ID for PERC4/DI.Doug Ambrisko2004-08-141-1/+3
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-2/+3
* Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin2003-09-021-2/+2
* Use __FBSDID().David E. O'Brien2003-08-241-4/+5
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Mega busdma API commit.Scott Long2003-07-011-0/+6
* Use bioq_flush() to drain a bio queue with a specific error code.Poul-Henning Kamp2003-04-011-1/+0
* Centralize the devstat handling for all GEOM disk device driversPoul-Henning Kamp2003-03-081-1/+0
* (1) Problem: PANIC when loading/unloading driverEric Moore2002-12-111-2/+17
* Added support for DELL Perc4/DI.Eric Moore2002-11-211-1/+4
* amr.c,Eric Moore2002-10-301-8/+30
* (1) added LSI Logic copyright, and legal line 3 in license, and stringEric Moore2002-10-181-5/+12
* Add IDs for upcoming LSI U320 products that use the MegaRAID interface.Justin T. Gibbs2002-08-301-1/+3
* Staticise the amr devclass.Mike Smith2002-01-081-1/+1
* Turn on interrupt-entropy harvesting for all/any mass storage devicesMark Murray2001-03-011-1/+1
* Probe generic i960 devices for the old AMI signature as well as the currentMike Smith2000-12-221-4/+6
* Return -10 from the PCI probe to allow room for an updated driver toMike Smith2000-10-281-1/+1
* Major update to the AMI MegaRAID driver.Mike Smith2000-08-301-44/+385
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-051-1/+1
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* Update to latest working version.Mike Smith2000-04-011-0/+7
* This is a driver for the AMI MegaRAID family of controllers. It all ofMike Smith1999-10-071-0/+208