aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/amr/amr_pci.c
Commit message (Expand)AuthorAgeFilesLines
* amr: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-5/+1
* Add deprecation notice to amr(4)Warner Losh2020-04-181-0/+2
* Reapply, with minor tweaks, r338025, from the original commit:Warner Losh2018-09-261-1/+1
* Back out r338035 until Warner is finished churning GSoC PNP patchesConrad Meyer2018-08-191-1/+1
* Remove unused and easy to misuse PNP macro parameterConrad Meyer2018-08-191-1/+1
* Add PNP info to PCI attachment of amr driverWarner Losh2018-06-131-7/+9
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove MAXBSIZE use from drivers where it has nothing to do.Alexander Motin2015-03-221-5/+8
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-1/+0
* Revert r267961, r267973:Glen Barber2014-06-271-0/+1
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-1/+0
* Add missing calls to bus_dmamap_unload() when freeing static DMAJohn Baldwin2014-06-131-2/+7
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-22/+1
* Essentially revert r239912. The amr_periodic function hadn't been armed inScott Long2012-08-311-1/+0
* Use callout(9) rather than timeout(9). Note that the periodic timer inJohn Baldwin2012-08-301-0/+1
* Convert a number of drivers to obtaining their parent DMA tag from theirScott Long2012-03-121-1/+1
* Fix checks for error return from amr_sglist_map() and amr_ccb_map()Kevin Lo2012-02-281-2/+2
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-3/+1
* Rewrite the DMA code paths from being an impenitrable maze of special casesScott Long2007-12-121-26/+67
* Fix a typo that was hidden by AMR_DEBUG.Scott Long2007-12-021-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