summaryrefslogtreecommitdiff
path: root/sys/dev/mpt
AgeCommit message (Expand)Author
2025-10-16style(9): white space after ; and around binary operatorsDavid E. O'Brien
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2025-02-04mpt: replace mpt_prt with mpt_lprt in mpt_cam.cFuqian Huang
2025-02-04mpt: print req->index rather than the pointer itself in mpt.cFuqian Huang
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-02-04mpt: purge EOL release compatibilityElliott Mitchell
2022-06-04mpt(4): Fix two typos in debug statementsGordon Bergling
2022-05-06mpr/mps/mpt: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-04-09mpt(4): Fix a typo in a source code commentGordon Bergling
2022-03-28mpr/mps/mpt: verify cfg page ioctl lengthsEd Maste
2021-08-10Mark some sysctls as CTLFLAG_MPSAFE.Alexander Motin
2021-05-21mpt: clear CCBs allocated on the stackEdward Tomasz Napierala
2021-04-17mpt(4): Remove incorrect S/G segments limits.Alexander Motin
2020-11-28Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov
2020-09-01mpt: clean up empty lines in .c and .h filesMateusz Guzik
2020-04-14Centralize compatability translation macros.Brooks Davis
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2020-02-03Remove sparc64 kernel supportWarner Losh
2019-12-10Use callout_func_t instead of the deprecated timeout_t.John Baldwin
2018-01-21Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni
2018-01-13dev: make some use of mallocarray(9).Pedro F. Giffuni
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-20sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-06-30mpt.h: macro parenthesizationRyan Libby
2017-03-11Partially fix target task management requests handling.Alexander Motin
2017-03-10Add PIM_EXTLUNS support to mpt(4).Alexander Motin
2017-03-10Improve residuals reporting in target mode.Alexander Motin
2017-03-10Fix panic on wildcard target LUN disable.Alexander Motin
2017-03-10Fix FC target mode in mpt(4), broken in multiple ways.Alexander Motin
2017-03-09Report some more data in XPT_PATH_INQ.Alexander Motin
2017-03-09Add support for XPT_GET_SIM_KNOB in FC mode.Alexander Motin
2017-03-09Report FC link speed.Alexander Motin
2017-01-15"Buses" is the preferred plural of "bus"Conrad Meyer
2017-01-04Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers
2016-11-07Fix the fallout from r308268 (mpt driver causes endless witness warnings inScott Long
2016-08-09Remove NULL check after M_WAITOK allocation from mpt(4).Edward Tomasz Napierala
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2016-04-12Replace 0 with NULL for pointers in misc. device drivers.Pedro F. Giffuni
2015-07-24- In mpt_send_handshake_cmd(), use bus_space_write_stream_4(9) for writingMarius Strobl
2014-11-23Squelch a (bogus) used before init warning when building with gcc.Ian Lepore
2014-11-21Prevent overflow issues in timeout processingSteven Hartland
2014-06-20Hide a harmless "QUEUE FULL EVENT" message behind bootverbose.Hiren Panchasara
2013-12-29- Remove a redundant variable in mpt_pci_attach().Marius Strobl
2013-11-30Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler
2013-10-30Adjust various SCSI drivers to handle either a 32-bit or 64-bit lun_id_t,Nathan Whitehorn
2013-10-21Partial MFproject/camlock r256671:Alexander Motin
2013-08-12Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long