aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mlx
Commit message (Expand)AuthorAgeFilesLines
* 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-292-4/+0
* plug resource leakSam Leffler2005-03-311-2/+4
* fix potential null ptr derefSam Leffler2005-03-311-1/+1
* avoid null ptr derefSam Leffler2005-03-311-1/+1
* Don't call mlx_free() i mlx_attach() in case of failure. Doing soPoul-Henning Kamp2005-03-262-10/+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
* Don't use PAGE_SIZE to calculate controller-specific attributes.Scott Long2004-11-252-2/+3
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-162-5/+5
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-302-0/+2
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-172-4/+8
* Change another pointer name that was missed in the previous commit.Scott Long2004-03-011-1/+1
* Check and free the actual pointer the was used in a malloc instead ofScott Long2004-03-011-2/+2
* Don't free meo until we're finished using it.Colin Percival2004-02-221-1/+1
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-1/+2
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-2/+0
* Change the disk(9) API in order to make device removal more robust.Poul-Henning Kamp2004-02-182-15/+18
* Prepare for locking mlx(4) by cleaning up the use of busdma. No realScott Long2003-09-022-155/+243
* Use __FBSDID().David E. O'Brien2003-08-242-3/+6
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Don't provide a mutex in the S/G list dma tag since it will never be defered.Scott Long2003-08-091-7/+9
* Mega busdma API commit.Scott Long2003-07-012-0/+6
* Use bioq_flush() to drain a bio queue with a specific error code.Poul-Henning Kamp2003-04-013-3/+6
* Centralize the devstat handling for all GEOM disk device driversPoul-Henning Kamp2003-03-085-12/+2
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+5
* Chase the musical variable names.John Baldwin2003-02-251-2/+2
* Limit the maximum I/O size to 8 pages for version 2 controllers. ThisJohn Baldwin2003-02-251-4/+8
* Fix a small fat-finger: s/mlxd/mxld/.John Baldwin2003-02-251-1/+1
* NO_GEOM cleanup:Poul-Henning Kamp2003-02-253-43/+21
* NO_GEOM cleanup:Poul-Henning Kamp2003-02-211-1/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* use __packed.Alfred Perlstein2002-09-231-16/+16
* (This commit touches about 15 disk device drivers in a very consistentPoul-Henning Kamp2002-09-201-10/+4
* Make FreeBSD "struct disklabel" agnostic, step 311 of 723:Poul-Henning Kamp2002-09-201-1/+0
* Fixed printf format errors in previous commit. %llu is no more suitableBruce Evans2002-03-181-2/+4
* Formats that print the block number need to be changed from %u toWarner Losh2002-03-181-2/+2
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-102-3/+3
* KSE Milestone 2Julian Elischer2001-09-123-10/+11
* Fix some signed/unsigned integer confusion, and add bounds checking ofKris Kennaway2001-09-101-0/+2
* Driver modifications consistent with my other drivers to facilitateMike Smith2001-06-255-41/+115
* Fix warning: 193: warning: label `done' defined but not usedPeter Wemm2001-06-151-1/+0
* Make the disk mini-layer check for and handle zero-length transfersPoul-Henning Kamp2001-05-061-4/+0
* Actually biofinish(struct bio *, struct devstat *, int error) is more generalPoul-Henning Kamp2001-05-061-2/+1
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-262-3/+0
* Turn on interrupt-entropy harvesting for all/any mass storage devicesMark Murray2001-03-011-1/+1
* Avoid hardcoding the 'rid' and 'type' of the MEM/IOPORT resource.Matthew N. Dodd2000-11-283-9/+13
* Further use of M_ZERO.David Malone2000-11-181-2/+1
* Return -10 from the PCI probe to allow room for an updated driver toMike Smith2000-10-281-1/+1