summaryrefslogtreecommitdiffstats
path: root/sys/dev/mlx/mlx.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r280347: Remove MAXBSIZE use from drivers where it has nothing to do.mav2015-04-211-1/+2
* Remove FreeBSD 4.x compat shims. Verified by md5.jhb2012-09-261-21/+22
* Add locking to mlx(4) to make it MPSAFE along with some other fixes:jhb2012-09-171-140/+201
* Remove unused variable count.kevlo2012-02-271-2/+1
* Temporarily revert the new-bus locking for 8.0 release. It will bejhb2009-08-201-2/+0
* Make the newbus subsystem Giant free by adding the new newbus sxlock.attilio2009-08-021-0/+2
* Separate the parallel scsi knowledge out of the core of the XPT, andscottl2009-07-101-1/+1
* Convert mlx(4) and mly(4) to si_drv1 instead of dev2unit().ed2009-04-181-7/+5
* Replace all calls to minor() with dev2unit().ed2008-09-271-3/+3
* Make mlxcontrol work with more than one system drive:sepotvin2008-09-121-1/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-2/+0
* plug resource leaksam2005-03-311-2/+4
* fix potential null ptr derefsam2005-03-311-1/+1
* avoid null ptr derefsam2005-03-311-1/+1
* Don't call mlx_free() i mlx_attach() in case of failure. Doing sophk2005-03-261-10/+0
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-4/+4
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-1/+2
* Change another pointer name that was missed in the previous commit.scottl2004-03-011-1/+1
* Check and free the actual pointer the was used in a malloc instead ofscottl2004-03-011-2/+2
* Don't free meo until we're finished using it.cperciva2004-02-221-1/+1
* Device megapatch 4/6:phk2004-02-211-1/+2
* Device megapatch 1/6:phk2004-02-211-2/+0
* Prepare for locking mlx(4) by cleaning up the use of busdma. No realscottl2003-09-021-155/+242
* Don't provide a mutex in the S/G list dma tag since it will never be defered.scottl2003-08-091-7/+9
* Mega busdma API commit.scottl2003-07-011-0/+4
* Use bioq_flush() to drain a bio queue with a specific error code.phk2003-04-011-1/+2
* Centralize the devstat handling for all GEOM disk device driversphk2003-03-081-1/+0
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+5
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Fixed printf format errors in previous commit. %llu is no more suitablebde2002-03-181-2/+4
* Formats that print the block number need to be changed from %u toimp2002-03-181-2/+2
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-1/+1
* KSE Milestone 2julian2001-09-121-4/+4
* Fix some signed/unsigned integer confusion, and add bounds checking ofkris2001-09-101-0/+2
* Driver modifications consistent with my other drivers to facilitatemsmith2001-06-251-21/+20
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Turn on interrupt-entropy harvesting for all/any mass storage devicesmarkm2001-03-011-1/+1
* Avoid hardcoding the 'rid' and 'type' of the MEM/IOPORT resource.mdodd2000-11-281-2/+1
* Further use of M_ZERO.dwmalone2000-11-181-2/+1
* Add support for 2.x/3.x firmware adapters which are too old to have amsmith2000-08-041-0/+2
* Change the way that scatter/gather list tables are allocated so that wemsmith2000-05-061-28/+42
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-1/+1
* One minor bugfix:msmith2000-04-201-4/+18
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-22/+22
* Add features required for basic userland management utility:msmith2000-04-111-102/+187
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-1/+1
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-1/+1
* Update to the latest development version of the Mylex driver. Changes inmsmith2000-03-181-124/+438
OpenPOWER on IntegriCloud