aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mlx/mlx.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvscvs2svn2005-11-031-1/+1
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-2/+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-261-10/+0
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-4/+4
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-1/+2
* 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
* Prepare for locking mlx(4) by cleaning up the use of busdma. No realScott Long2003-09-021-155/+242
* 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-011-0/+4
* 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
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+5
* 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
* 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-101-1/+1
* KSE Milestone 2Julian Elischer2001-09-121-4/+4
* 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-251-21/+20
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+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-281-2/+1
* Further use of M_ZERO.David Malone2000-11-181-2/+1
* Add support for 2.x/3.x firmware adapters which are too old to have aMike Smith2000-08-041-0/+2
* Change the way that scatter/gather list tables are allocated so that weMike Smith2000-05-061-28/+42
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-051-1/+1
* One minor bugfix:Mike Smith2000-04-201-4/+18
* Complete the bio/buf divorce for all code below devfs::strategyPoul-Henning Kamp2000-04-151-22/+22
* Add features required for basic userland management utility:Mike Smith2000-04-111-102/+187
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.Poul-Henning Kamp2000-04-021-1/+1
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp2000-03-201-1/+1
* Update to the latest development version of the Mylex driver. Changes inMike Smith2000-03-181-124/+438
* Fix the firmware build number output (again).Mike Smith1999-12-251-1/+1
* Cosmetic fix; get the firmware build code and customisation tag theMike Smith1999-12-241-1/+1
* Updates resulting from new documentation from Mylex and some cleaning:Mike Smith1999-12-221-60/+88
* time_t is an int on the Alpha, not long.Peter Wemm1999-12-121-1/+1
* Major update to the Mylex DAC960 driver adding new hardware supportMike Smith1999-12-111-164/+227
* Remove the 'ivars' arguement to device_add_child() andMatthew N. Dodd1999-12-031-1/+2
* Correctly compute the block count. In reality, it seems that theMike Smith1999-11-021-1/+1
* Move some hardware-related items to the hardware-related header.Mike Smith1999-10-261-38/+56
* Use the physical block number, not the logical block number, for I/OMike Smith1999-10-221-5/+5
* Use a much larger buffer for message log retrieval until we are sure thatMike Smith1999-10-161-9/+10