[xhci] Use meaningful device names in debug messages

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2015-05-10 00:11:07 +01:00
parent 9d43c4080d
commit 91a4ad2466
2 changed files with 124 additions and 119 deletions

View File

@@ -1036,6 +1036,8 @@ struct xhci_pch {
struct xhci_device {
/** Registers */
void *regs;
/** Name */
const char *name;
/** Capability registers */
void *cap;