Filter functions are deprecated, and unused in the tree. If either of
the filter or filterarg arguments to bus_dma_tag_create() are non-NULL,
print a warning.
This is a direct commit to stable/14.
Differential D42897
busdma: emit a warning for use of filters mhorne on Dec 4 2023, 3:49 PM. Authored by Tags None Referenced Files
Details Filter functions are deprecated, and unused in the tree. If either of This is a direct commit to stable/14.
Diff Detail
Event Timeline
Comment Actions It's a shame we can't print out the name of the offending device. Probably want this in stable/13 as well. Comment Actions
Indeed - I'm not particularly familiar with this interface but went looking to see if there was a reasonable way to give more information. We could perhaps print a backtrace? In practice though if a user sees this message asking for a (perhaps verbose) dmesg should be sufficient, I'd think. |