aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mpt
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-166-12/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-1617-17/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-127-7/+7
* mpt: purge EOL release compatibilityElliott Mitchell2023-02-041-5/+0
* mpt(4): Fix two typos in debug statementsGordon Bergling2022-06-041-2/+2
* mpr/mps/mpt: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+2
* mpt(4): Fix a typo in a source code commentGordon Bergling2022-04-091-1/+1
* mpr/mps/mpt: verify cfg page ioctl lengthsEd Maste2022-03-291-0/+13
* Mark some sysctls as CTLFLAG_MPSAFE.Alexander Motin2021-08-111-9/+3
* mpt: clear CCBs allocated on the stackEdward Tomasz Napierala2021-05-212-0/+4
* mpt(4): Remove incorrect S/G segments limits.Alexander Motin2021-04-171-20/+0
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-282-2/+2
* mpt: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0119-248/+9
* Centralize compatability translation macros.Brooks Davis2020-04-141-5/+3
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-9/+9
* Remove sparc64 kernel supportWarner Losh2020-02-032-9/+0
* Use callout_func_t instead of the deprecated timeout_t.John Baldwin2019-12-102-2/+2
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-211-3/+3
* dev: make some use of mallocarray(9).Pedro F. Giffuni2018-01-131-3/+3
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-279-0/+18
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2014-1/+29
* mpt.h: macro parenthesizationRyan Libby2017-06-301-2/+2
* Partially fix target task management requests handling.Alexander Motin2017-03-112-109/+125
* Add PIM_EXTLUNS support to mpt(4).Alexander Motin2017-03-102-51/+19
* Improve residuals reporting in target mode.Alexander Motin2017-03-102-2/+7
* Fix panic on wildcard target LUN disable.Alexander Motin2017-03-101-1/+1
* Fix FC target mode in mpt(4), broken in multiple ways.Alexander Motin2017-03-102-92/+51
* Report some more data in XPT_PATH_INQ.Alexander Motin2017-03-092-0/+7
* Add support for XPT_GET_SIM_KNOB in FC mode.Alexander Motin2017-03-092-19/+43
* Report FC link speed.Alexander Motin2017-03-091-3/+21
* "Buses" is the preferred plural of "bus"Conrad Meyer2017-01-153-6/+6
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-041-3/+3
* Fix the fallout from r308268 (mpt driver causes endless witness warnings inScott Long2016-11-071-0/+8
* Remove NULL check after M_WAITOK allocation from mpt(4).Edward Tomasz Napierala2016-08-091-4/+0
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-035-14/+14
* Replace 0 with NULL for pointers in misc. device drivers.Pedro F. Giffuni2016-04-121-1/+1
* - In mpt_send_handshake_cmd(), use bus_space_write_stream_4(9) for writingMarius Strobl2015-07-242-9/+14
* Squelch a (bogus) used before init warning when building with gcc.Ian Lepore2014-11-231-0/+1
* Prevent overflow issues in timeout processingSteven Hartland2014-11-213-13/+15
* Hide a harmless "QUEUE FULL EVENT" message behind bootverbose.Hiren Panchasara2014-06-201-2/+5
* - Remove a redundant variable in mpt_pci_attach().Marius Strobl2013-12-294-201/+49
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-2/+2
* Adjust various SCSI drivers to handle either a 32-bit or 64-bit lun_id_t,Nathan Whitehorn2013-10-301-13/+15
* Partial MFproject/camlock r256671:Alexander Motin2013-10-211-2/+1
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-6/+1
* Flag mpt(4) as supporting unmapped I/O; all necessary conversion actuallyMarius Strobl2013-06-241-5/+5
* Explicitly use a pair of parentheses to ensure correct evaluationXin LI2013-05-312-3/+3
* Move hptmv and mpt drivers shutdown a bit later to the SHUTDOWN_PRI_LASTAlexander Motin2013-04-241-1/+1
* MFprojects/camlock r248982:Alexander Motin2013-04-142-4/+4
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-121-100/+20