mirror of
https://github.com/ipxe/ipxe
synced 2025-12-30 13:11:11 +03:00
[xhci] Use meaningful device names in debug messages
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -1036,6 +1036,8 @@ struct xhci_pch {
|
||||
struct xhci_device {
|
||||
/** Registers */
|
||||
void *regs;
|
||||
/** Name */
|
||||
const char *name;
|
||||
|
||||
/** Capability registers */
|
||||
void *cap;
|
||||
|
||||
Reference in New Issue
Block a user