aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mlx/mlx_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Remove MAXBSIZE use from drivers where it has nothing to do.Alexander Motin2015-03-221-1/+2
* Remove FreeBSD 4.x compat shims. Verified by md5.John Baldwin2012-09-261-1/+1
* Add locking to mlx(4) to make it MPSAFE along with some other fixes:John Baldwin2012-09-171-38/+33
* Convert a number of drivers to obtaining their parent DMA tag from theirScott Long2012-03-121-1/+1
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-3/+1
* Add missing parenthesis around error handling code upon attachingChristian S.J. Peron2005-07-301-1/+2
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-2/+0
* Don't call mlx_free() i mlx_attach() in case of failure. Doing soPoul-Henning Kamp2005-03-261-0/+1
* If mlx_attach() returns an error, don't free sc again.David Schultz2005-03-181-3/+1
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-1/+1
* 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-3/+6
* Use __FBSDID().David E. O'Brien2003-08-241-2/+3
* 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/+2
* Use bioq_flush() to drain a bio queue with a specific error code.Poul-Henning Kamp2003-04-011-1/+2
* Centralize the devstat handling for all GEOM disk device driversPoul-Henning Kamp2003-03-081-1/+0
* Driver modifications consistent with my other drivers to facilitateMike Smith2001-06-251-1/+1
* Avoid hardcoding the 'rid' and 'type' of the MEM/IOPORT resource.Matthew N. Dodd2000-11-281-7/+10
* Return -10 from the PCI probe to allow room for an updated driver toMike Smith2000-10-281-1/+1
* Add support for 2.x/3.x firmware adapters which are too old to have aMike Smith2000-08-041-2/+7
* Change the way that scatter/gather list tables are allocated so that weMike Smith2000-05-061-1/+1
* 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 the latest development version of the Mylex driver. Changes inMike Smith2000-03-181-13/+19
* Major update to the Mylex DAC960 driver adding new hardware supportMike Smith1999-12-111-9/+15
* Move some hardware-related items to the hardware-related header.Mike Smith1999-10-261-0/+1
* Add support for the version 4 firmware interface and the DAC960 PG andMike Smith1999-10-141-0/+1
* This is a driver for the Mylex DAC960 family of integrated RAIDMike Smith1999-10-071-0/+199