summaryrefslogtreecommitdiffstats
path: root/sys/dev/amr/amr_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Rewrite the DMA code paths from being an impenitrable maze of special casesscottl2007-12-121-26/+67
* Fix a typo that was hidden by AMR_DEBUG.scottl2007-12-021-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
* After further review and discussion, partially revert the previous commit.scottl2006-04-081-1/+0
* Close a pesky race where after checking the BUSY flag in amr_wait_command,ps2006-04-081-0/+1
* Use void * for pointer rather than u_int8_t *, since it doesn'timp2006-02-041-5/+4
* Enable 64bit SGL's on PERC 4/DCps2006-02-021-1/+1
* Mega update to the LSI MegaRAID driver:scottl2005-12-141-61/+121
* Remove spl markers from AMR.scottl2005-11-061-3/+1
* Complete the removal of __FreeBSD_version checks from the amr driver. Thescottl2005-08-081-1/+1
* 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-1/+1
* Add support for the LSI 320-2E PCI-Express controller. Fix a couple of bugsscottl2005-01-231-2/+5
* Lock the AMR driver:scottl2005-01-161-2/+5
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Fix a number of bugs and significantly alter the command execution path toscottl2004-12-051-6/+6
* Add new PCI device ID for PERC4/DI.ambrisko2004-08-141-1/+3
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+3
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-2/+2
* Use __FBSDID().obrien2003-08-241-4/+5
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Mega busdma API commit.scottl2003-07-011-0/+6
* Use bioq_flush() to drain a bio queue with a specific error code.phk2003-04-011-1/+0
* Centralize the devstat handling for all GEOM disk device driversphk2003-03-081-1/+0
* (1) Problem: PANIC when loading/unloading driveremoore2002-12-111-2/+17
* Added support for DELL Perc4/DI.emoore2002-11-211-1/+4
* amr.c,emoore2002-10-301-8/+30
* (1) added LSI Logic copyright, and legal line 3 in license, and stringemoore2002-10-181-5/+12
* Add IDs for upcoming LSI U320 products that use the MegaRAID interface.gibbs2002-08-301-1/+3
* Staticise the amr devclass.msmith2002-01-081-1/+1
* Turn on interrupt-entropy harvesting for all/any mass storage devicesmarkm2001-03-011-1/+1
* Probe generic i960 devices for the old AMI signature as well as the currentmsmith2000-12-221-4/+6
* Return -10 from the PCI probe to allow room for an updated driver tomsmith2000-10-281-1/+1
* Major update to the AMI MegaRAID driver.msmith2000-08-301-44/+385
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-1/+1
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Update to latest working version.msmith2000-04-011-0/+7
* This is a driver for the AMI MegaRAID family of controllers. It all ofmsmith1999-10-071-0/+208
OpenPOWER on IntegriCloud