It can be confusing when the ns8250 driver prints error messages with
just ns8250 as the prefix. Add uart: to the live and commented out
printfs.
Sponsored by: Netflix
Differential D47073
uart/ns8250: Tweak printfs to always prefix messages with uart: imp on Oct 11 2024, 9:53 PM. Authored by Tags None Referenced Files
Subscribers None
Details It can be confusing when the ns8250 driver prints error messages with Sponsored by: Netflix
Diff Detail
Event TimelineComment Actions Seems like it'd be easy enough to plumb the device_t in here and use device_printf()... Comment Actions Except that some (all?) of these routines may be used as part of early console where no device_t exists (though maybe we don't flush there, it's a generic interface). |