aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mly
Commit message (Expand)AuthorAgeFilesLines
* Remove MAXBSIZE use from drivers where it has nothing to do.Alexander Motin2015-03-221-2/+4
* Add locking to mly(4) and mark MPSAFE.John Baldwin2014-11-182-101/+131
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-15/+1
* MFprojects/camlock r248982:Alexander Motin2013-04-141-1/+1
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-122-16/+11
* Remove bogus break statements.Kevin Lo2012-09-181-1/+0
* Convert a number of drivers to obtaining their parent DMA tag from theirScott Long2012-03-121-1/+1
* Add descriptor sense support to CAM, and honor sense residuals properly inKenneth D. Merry2011-10-031-3/+5
* MFp4: Large set of CAM inprovements.Alexander Motin2010-01-281-17/+5
* Spell "Hz" correctly wherever it is user-visible.Gavin Atkinson2010-01-121-1/+1
* Put mly_timeout() under MLY_DEBUG, so that newer GCC versions don'tEdward Tomasz Napierala2010-01-081-1/+3
* Convert mlx(4) and mly(4) to si_drv1 instead of dev2unit().Ed Schouten2009-04-181-5/+3
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-2/+2
* Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long2007-06-171-2/+2
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long2007-04-151-0/+2
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.Matt Jacob2006-12-111-0/+2
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEMatt Jacob2006-11-021-54/+0
* The first of 3 major steps to move the CAM layer forward to usingMatt Jacob2006-10-311-1/+66
* Retire the last of the FreeBSD 4.x compat code from the mly driver.Scott Long2005-08-082-15/+1
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-1/+0
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-5/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-162-4/+4
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-4/+4
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-1/+2
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-2/+0
* Fixed a memory leak.Ruslan Ermilov2004-01-181-0/+1
* Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin2003-09-021-1/+1
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Don't provide mutexes for static busdma allocations.Scott Long2003-08-111-19/+22
* Mega busdma API commit.Scott Long2003-07-011-0/+10
* 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
* Use canonical name for cdevsw initialization.Poul-Henning Kamp2003-03-021-13/+13
* Introduce a new taskqueue that runs completely free of Giant, and inScott Long2003-02-261-1/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Fixup printf format.Alfred Perlstein2003-02-111-1/+1
* Terminate 'e' event messages with a newline.Scott Long2003-02-111-0/+1
* Fix the mly driver! If card resources became unavailable, the driver wouldScott Long2003-02-062-0/+48
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* Destroy the management device when detaching the driver.Scott Long2003-01-081-0/+3
* Pass correct parameters to bus_space_barrier() instead of 0Maxime Henrion2002-11-141-2/+4
* Be consistent about functions being static.Poul-Henning Kamp2002-10-161-8/+8
* use __packed.Alfred Perlstein2002-09-231-43/+43
* Replace (ab)uses of "NULL" where "0" is really meant.Archie Cobbs2002-08-221-2/+2
* Rework the kernel environment subsystem. We now convert the staticMaxime Henrion2002-04-171-1/+1
* Fix warnings (comment out unused tables that are taking space in thePeter Wemm2002-02-271-0/+4
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-2/+2
* - Change the taskqueue locking to protect the necessary parts of a taskJohn Baldwin2001-10-261-4/+0
* Add locking to taskqueues. There is one mutex per task, one mutex perJohn Baldwin2001-10-261-0/+4