summaryrefslogtreecommitdiff
path: root/sys/dev/sym
AgeCommit message (Expand)Author
2025-10-16style(9): white space after ; and around binary operatorsDavid E. O'Brien
2023-08-18sym(4): Add __diagused to nseg of getbaddrcb()Marius Strobl
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2022-05-06sym: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2022-04-09sym(4): Fix a typo in a source code commentGordon Bergling
2021-12-03Fix "set but not used" for the sym driver.Scott Long
2021-01-22sym(4): handle mixed tagged/untagged commands gracefullyMarius Strobl
2021-01-22sym(4): fix nits reported by CoverityMarius Strobl
2021-01-16sym(4): Remove remainder of SYM_SETUP_LP_PROBE_MAP supportMarius Strobl
2020-11-28Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov
2020-09-01sym: clean up empty lines in .c and .h filesMateusz Guzik
2020-02-03Remove sparc64 kernel supportWarner Losh
2018-10-22Remove the long obsolete SYM_SETUP_LP_PROBE_MAP option. It's not beenWarner Losh
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-08-07o Replace __riscv__ with __riscvRuslan Bukin
2017-02-20sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni
2017-02-19Remove dead mentions of CAM target mode APIs from drivers.Alexander Motin
2017-01-04Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers
2016-06-01Add a riscv define.Ruslan Bukin
2016-05-13Fix a bug in r298340: "sim" was referenced after being unset.Mark Johnston
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2016-04-26sys/dev: extend use of the howmany() macro when available.Pedro F. Giffuni
2016-04-21sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni
2016-04-20sym(4): Don't double-free 'sim' in failure caseConrad Meyer
2016-04-10Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni
2015-10-08Add the arm64 define.Konstantin Belousov
2014-11-21Prevent overflow issues in timeout processingSteven Hartland
2014-07-07Remove ia64.Marcel Moolenaar
2014-06-10Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases,John Baldwin
2013-12-25In sys/dev/sym/sym_hipd.c, remove static functions sym_que_first(),Dimitry Andric
2013-08-12Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long
2013-06-05- Flag sym(4) as supporting unmapped I/O; all necessary conversion actuallyMarius Strobl
2013-06-05Handle/mark/nuke unused arguments.Marius Strobl
2013-06-04CAM_DEV_QFREEZE handling should only be done on request submission butMarius Strobl
2013-02-25Don't try and negotiate sync mode if either period or offset are zero.Matt Jacob
2013-02-12Reform the busdma API so that new types may be added without modifyingKonstantin Belousov
2013-01-11Use better arm memory barrierWarner Losh
2013-01-10Clang complains about the comparision of fak < 0 always beingWarner Losh
2012-12-13Add memory barrier macros for ARMOleksandr Tymoshenko
2012-07-19Revert the use of BUS_DMA_ALLOCNOW when creating the DMA tag for userMarius Strobl
2012-06-14Fix a braino in r236469; the number of DMA tags required for handlingMarius Strobl
2012-06-02Take advantage of nitems().Marius Strobl
2012-05-26Remove extraneous empty lines.Marius Strobl
2012-05-26- When creating the DMA tag for user data, don't ask for more segmentsMarius Strobl
2011-10-07Merge from r225950:Marius Strobl
2011-04-22More spelling fixes.Marius Strobl
2011-04-22- Correct spelling. [1]Marius Strobl
2011-02-21Fix typos - remove duplicate "the".Rebecca Cran