summaryrefslogtreecommitdiff
path: root/sys/dev/pms
AgeCommit message (Expand)Author
2025-02-02pms: Fix always true conditionSvyatoslav
2024-09-03pms(4): Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang
2024-07-26Deprecate contigfree(9) in favour of free(9)Bjoern A. Zeeb
2023-12-27pms: Fix typo (triple S)Jose Luis Duran
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-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2022-07-21Adjust tdsaContext_t::NvmdResponseSet declaration to avoid clang 15 warningDimitry Andric
2022-05-06pms: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2021-08-14Fix some common typos in source code commentsGordon Bergling
2021-05-21pms(4): clear CCBs allocated on the stackEdward Tomasz Napierala
2021-04-16pms(4): Limit maximum I/O size to 256KB instead of 1MB.Alexander Motin
2021-04-16pms(4): Do not return CAM_REQ_CMP on errors.Alexander Motin
2021-03-24LinuxKPI: remove < 5.0 version supportBjoern A. Zeeb
2021-01-20pms: handle maximum size IO with any alignmentRyan Libby
2021-01-20pms: quiet -Wunused-variableRyan Libby
2020-11-28Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov
2020-03-30remove extraneous double ;s in sys/Ed Maste
2020-02-07Miscellaneous typo fixesEd Maste
2019-03-11Fix a scribbler in the PMS driver.David Bright
2019-02-22CID 1332000: Logically dead code in sys/dev/pms/RefTisa/tisa/sassata/sas/ini/...David Bright
2019-02-08pms(4) should use bus_get_dma_tag() to get parent tag.Tycho Nightingale
2017-10-21pms/freebsd: fix compiler warningsRyan Libby
2017-02-20sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni
2017-01-04Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers
2016-05-17Don't repeat the the word 'the'Eitan Adler
2016-05-04dev/pms: minor spelling fixes for the FreeBSD-specific part.Pedro F. Giffuni
2016-04-21sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni
2016-02-22As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toSvatopluk Kraus
2016-02-21ostiInitiatorIOCompleted(): wrong sizeof() argument.Pedro F. Giffuni
2015-08-02Don't forget to check the vendor when probing. Also, there's no needWarner Losh
2015-07-17Disable debugging.Benno Rice
2015-07-07Driver 'pmspcv' added. Supports PMC-Sierra PM8001/8081/8088/8089/8074/8076/80...Achim Leubner