aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pms/freebsd/driver/ini
Commit message (Expand)AuthorAgeFilesLines
* chore: replace {0, 0} with {DEV,KOBJ}METHOD_ENDEnji Cooper2026-02-251-1/+1
* pms(4): Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang2024-09-031-34/+4
* Deprecate contigfree(9) in favour of free(9)Bjoern A. Zeeb2024-07-261-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-164-4/+0
* pms: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* pms(4): clear CCBs allocated on the stackEdward Tomasz Napierala2021-05-211-0/+3
* pms(4): Limit maximum I/O size to 256KB instead of 1MB.Alexander Motin2021-04-162-2/+2
* pms(4): Do not return CAM_REQ_CMP on errors.Alexander Motin2021-04-161-9/+11
* pms: handle maximum size IO with any alignmentRyan Libby2021-01-202-2/+3
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-282-3/+3
* remove extraneous double ;s in sys/Ed Maste2020-03-301-2/+2
* pms/freebsd: fix compiler warningsRyan Libby2017-10-212-26/+5
* sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni2017-02-201-4/+4
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-041-3/+3
* dev/pms: minor spelling fixes for the FreeBSD-specific part.Pedro F. Giffuni2016-05-042-4/+4
* 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-021-30/+12
* Driver 'pmspcv' added. Supports PMC-Sierra PM8001/8081/8088/8089/8074/8076/80...Achim Leubner2015-07-076-0/+8329