aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pms
Commit message (Expand)AuthorAgeFilesLines
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-282-3/+3
* remove extraneous double ;s in sys/Ed Maste2020-03-307-11/+11
* Miscellaneous typo fixesEd Maste2020-02-071-2/+2
* Fix a scribbler in the PMS driver.David Bright2019-03-111-1/+3
* CID 1332000: Logically dead code in sys/dev/pms/RefTisa/tisa/sassata/sas/ini/...David Bright2019-02-221-6/+0
* pms(4) should use bus_get_dma_tag() to get parent tag.Tycho Nightingale2019-02-081-1/+1
* 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