aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pms
Commit message (Expand)AuthorAgeFilesLines
* Fix some common typos in source code commentsGordon Bergling2021-08-194-4/+4
* pms(4): Limit maximum I/O size to 256KB instead of 1MB.Alexander Motin2021-04-232-2/+2
* pms(4): Do not return CAM_REQ_CMP on errors.Alexander Motin2021-04-231-9/+11
* pms: handle maximum size IO with any alignmentRyan Libby2021-04-142-2/+3
* MFC r345009:David Bright2019-03-251-1/+3
* MFC r344473:David Bright2019-02-271-6/+0
* pms/freebsd: fix compiler warningsRyan Libby2017-10-213-27/+6
* sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni2017-02-203-6/+6
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-041-3/+3
* Don't repeat the the word 'the'Eitan Adler2016-05-173-3/+3
* dev/pms: minor spelling fixes for the FreeBSD-specific part.Pedro F. Giffuni2016-05-044-11/+11
* sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-211-6/+5
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toSvatopluk Kraus2016-02-221-1/+0
* ostiInitiatorIOCompleted(): wrong sizeof() argument.Pedro F. Giffuni2016-02-211-1/+1
* Don't forget to check the vendor when probing. Also, there's no needWarner Losh2015-08-022-57/+33
* Disable debugging.Benno Rice2015-07-171-4/+4
* Driver 'pmspcv' added. Supports PMC-Sierra PM8001/8081/8088/8089/8074/8076/80...Achim Leubner2015-07-07134-0/+377839