aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/asmc
Commit message (Collapse)AuthorAgeFilesLines
* Add ASMC_DEBUG make optionEnji Cooper2026-01-061-1/+1
| | | | | | | | | | | This allows folks to enable debug statements in asmc(4) using kernel configs via the `options ASMC_DEBUG` directive. While here, remove a duplicate `device vt_efifb` directive in `NOTES` as it's already handled in the `GENERIC` config MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D54511
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* Yank crufty INTR_FILTER optionConrad Meyer2018-05-241-1/+1
| | | | | | | | | | | | | | | | | | It was introduced to the tree in r169320 and r169321 in May 2007. It never got much use and never became a kernel default. The code duplicates the default path quite a bit, with slight modifications. Just yank out the cruft. Whatever goals were being aimed for can probably be met within the existing framework, without a flag day option. Mostly mechanical change: 'unifdef -m -UINTR_FILTER'. Reviewed by: mmacy Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D15546 Notes: svn path=/head/; revision=334170
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-041-1/+1
| | | | | | | | | | | 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
* Remove isa_if.h.Rui Paulo2008-04-071-1/+1
| | | | Notes: svn path=/head/; revision=177973
* Add opt_intr_filter.h.Rui Paulo2008-04-071-1/+1
| | | | Notes: svn path=/head/; revision=177971
* asmc build infrastructure.Rui Paulo2007-11-071-0/+8
Approved by: njl (mentor) Reviewed by: njl (mentor) Notes: svn path=/head/; revision=173428