Add a new pointer, dv_devfmt, to allow devices to format themselves. We
will use this to simplify many of the fmtdev functions in the tree as
they are all almost the same, or all are isomorphic to each other.
Sponsored by: Netflix
Differential D35915
stand: Add dv_devfmt to return a string represenation of the device imp on Jul 25 2022, 8:32 PM. Authored by Tags None Referenced Files
Subscribers
Details Add a new pointer, dv_devfmt, to allow devices to format themselves. We Sponsored by: Netflix
Diff Detail
Event Timeline
|
My gut reaction to this is that we probably shouldn't expose the port at all if it's not explicitly set, just leave it nil in this table to allow for more idiomatic usage where you can simply test the port as truthy before using it.f