summaryrefslogtreecommitdiff
path: root/net/isboot-kmod/files/patch-ibft.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* net/isboot-kmod: Update for changes to pmap_unmapdev() KPI in main.John Baldwin2022-10-201-1/+13
| | | | | | Reviewed by: tcberner Sponsored by: DARPA Differential Revision: https://reviews.freebsd.org/D36670
* net/isboot-kmod: Fix set but unused warnings.John Baldwin2022-05-131-0/+74
- Remove unused variables. - Add a __trace_unused helper macro to mark variables only used in ISBOOT_TRACE. Reviewed by: john@jnielsen.net (maintainer) Differential Revision: https://reviews.freebsd.org/D35176