aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/pms/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* sys: Stop enabling -Wnested-externs.John Baldwin2023-03-221-1/+0
| | | | | | | | | | | | clang doesn't implement this warning, so violations are only caught by GCC. It is also no longer a common practice to use this as it was in the original BSD code, so the need for the warning is not as important as when it was used to do cleanups 20 years ago. A recent commit (c3179891f897d840f578a5139839fcacb587c96d) triggers this warning on GCC, but that commit uses nested externs purposefully. Reviewed by: markj, emaste Differential Revision: https://reviews.freebsd.org/D39214
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-041-17/+15
| | | | | | | | | | | This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314651
* Driver 'pmspcv' added. Supports PMC-Sierra ↵Achim Leubner2015-07-071-0/+61
PM8001/8081/8088/8089/8074/8076/8077 SAS/SATA HBA Controllers. Notes: svn path=/projects/pms/; revision=285242