aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sym
Commit message (Expand)AuthorAgeFilesLines
* sym(4): Add __diagused to nseg of getbaddrcb()Marius Strobl2023-08-181-1/+2
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-165-5/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* sym: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* sym(4): Fix a typo in a source code commentGordon Bergling2022-04-091-1/+1
* Fix "set but not used" for the sym driver.Scott Long2021-12-031-2/+1
* sym(4): handle mixed tagged/untagged commands gracefullyMarius Strobl2021-01-211-18/+12
* sym(4): fix nits reported by CoverityMarius Strobl2021-01-211-4/+6
* sym(4): Remove remainder of SYM_SETUP_LP_PROBE_MAP supportMarius Strobl2021-01-161-26/+0
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-281-2/+2
* sym: clean up empty lines in .c and .h filesMateusz Guzik2020-09-012-6/+0
* Remove sparc64 kernel supportWarner Losh2020-02-031-10/+0
* Remove the long obsolete SYM_SETUP_LP_PROBE_MAP option. It's not beenWarner Losh2018-10-221-2/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-276-0/+12
* o Replace __riscv__ with __riscvRuslan Bukin2017-08-071-1/+1
* sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni2017-02-201-3/+3
* Remove dead mentions of CAM target mode APIs from drivers.Alexander Motin2017-02-191-5/+0
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-041-3/+3
* Add a riscv define.Ruslan Bukin2016-06-011-0/+2
* Fix a bug in r298340: "sim" was referenced after being unset.Mark Johnston2016-05-131-1/+1
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-3/+3
* sys/dev: extend use of the howmany() macro when available.Pedro F. Giffuni2016-04-261-2/+2
* sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-211-1/+1
* sym(4): Don't double-free 'sim' in failure caseConrad Meyer2016-04-201-0/+1
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-32/+32
* Add the arm64 define.Konstantin Belousov2015-10-081-0/+2
* Prevent overflow issues in timeout processingSteven Hartland2014-11-211-2/+2
* Remove ia64.Marcel Moolenaar2014-07-071-2/+0
* Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases,John Baldwin2014-06-101-5/+1
* In sys/dev/sym/sym_hipd.c, remove static functions sym_que_first(),Dimitry Andric2013-12-251-21/+0
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-12/+6
* - Flag sym(4) as supporting unmapped I/O; all necessary conversion actuallyMarius Strobl2013-06-051-3/+2
* Handle/mark/nuke unused arguments.Marius Strobl2013-06-051-49/+49
* CAM_DEV_QFREEZE handling should only be done on request submission butMarius Strobl2013-06-041-14/+3
* Don't try and negotiate sync mode if either period or offset are zero.Matt Jacob2013-02-251-17/+24
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-121-43/+7
* Use better arm memory barrierWarner Losh2013-01-111-1/+2
* Clang complains about the comparision of fak < 0 always beingWarner Losh2013-01-101-1/+0
* Add memory barrier macros for ARMOleksandr Tymoshenko2012-12-131-0/+2
* Revert the use of BUS_DMA_ALLOCNOW when creating the DMA tag for userMarius Strobl2012-07-191-2/+2
* Fix a braino in r236469; the number of DMA tags required for handlingMarius Strobl2012-06-142-8/+6
* Take advantage of nitems().Marius Strobl2012-06-021-4/+1
* Remove extraneous empty lines.Marius Strobl2012-05-261-32/+0
* - When creating the DMA tag for user data, don't ask for more segmentsMarius Strobl2012-05-262-39/+29
* Merge from r225950:Marius Strobl2011-10-071-5/+9
* More spelling fixes.Marius Strobl2011-04-222-2/+2
* - Correct spelling. [1]Marius Strobl2011-04-224-17/+13
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-212-2/+2
* - On sparc64 obtain the initiator ID from the Open Firmware device treeMarius Strobl2010-04-271-4/+9