summaryrefslogtreecommitdiff
path: root/sys/dev/mly
AgeCommit message (Expand)Author
2021-11-25mly: Remove.Warner Losh
2020-09-01mly: clean up empty lines in .c and .h filesMateusz Guzik
2020-04-18Add deprecation notice to mlyWarner Losh
2018-08-21De-spl mly(4).John Baldwin
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-08-08Fix a NULL pointer dereference in mly_user_command().John Baldwin
2017-01-05In the same vein as r311350, fix whitespace in handling of XPT_PATH_INQ inRavi Pokala
2017-01-04Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2015-03-22Remove MAXBSIZE use from drivers where it has nothing to do.Alexander Motin
2014-11-18Add locking to mly(4) and mark MPSAFE.John Baldwin
2013-08-12Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long
2013-04-14MFprojects/camlock r248982:Alexander Motin
2013-02-12Reform the busdma API so that new types may be added without modifyingKonstantin Belousov
2012-09-18Remove bogus break statements.Kevin Lo
2012-03-12Convert a number of drivers to obtaining their parent DMA tag from theirScott Long
2011-10-03Add descriptor sense support to CAM, and honor sense residuals properly inKenneth D. Merry
2010-01-28MFp4: Large set of CAM inprovements.Alexander Motin
2010-01-12Spell "Hz" correctly wherever it is user-visible.Gavin Atkinson
2010-01-08Put mly_timeout() under MLY_DEBUG, so that newer GCC versions don'tEdward Tomasz Napierala
2009-04-18Convert mlx(4) and mly(4) to si_drv1 instead of dev2unit().Ed Schouten
2008-09-27Replace all calls to minor() with dev2unit().Ed Schouten
2007-06-17Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long
2007-04-15Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2006-12-11Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.Matt Jacob
2006-11-022nd and final commit that moves us to CAM_NEW_TRAN_CODEMatt Jacob
2006-10-31The first of 3 major steps to move the CAM layer forward to usingMatt Jacob
2005-08-08Retire the last of the FreeBSD 4.x compat code from the mly driver.Scott Long
2005-05-29Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi
2005-03-05Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh
2004-06-16Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp
2004-03-17Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson
2004-02-21Device megapatch 4/6:Poul-Henning Kamp
2004-02-21Device megapatch 1/6:Poul-Henning Kamp
2004-01-18Fixed a memory leak.Ruslan Ermilov
2003-09-02Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin
2003-08-22Prefer new location of pci include files (which have only been in theWarner Losh
2003-08-11Don't provide mutexes for static busdma allocations.Scott Long
2003-07-01Mega busdma API commit.Scott Long
2003-03-08Centralize the devstat handling for all GEOM disk device driversPoul-Henning Kamp
2003-03-03Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp
2003-03-02Use canonical name for cdevsw initialization.Poul-Henning Kamp
2003-02-26Introduce a new taskqueue that runs completely free of Giant, and inScott Long
2003-02-19Back out M_* changes, per decision of the TRB.Warner Losh
2003-02-11Fixup printf format.Alfred Perlstein
2003-02-11Terminate 'e' event messages with a newline.Scott Long
2003-02-06Fix the mly driver! If card resources became unavailable, the driver wouldScott Long
2003-01-21Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein
2003-01-08Destroy the management device when detaching the driver.Scott Long