From 3fdef4036ebde968f13567288fa96d79e9670611 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Sat, 11 Oct 2025 19:00:59 -0400 Subject: kern: xhci: Comment USBCMD bits Signed-off-by: Ian Moffett --- src/sys/include/io/usb/xhciregs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/sys/include/io/usb/xhciregs.h b/src/sys/include/io/usb/xhciregs.h index f849c54..ebaf5d7 100644 --- a/src/sys/include/io/usb/xhciregs.h +++ b/src/sys/include/io/usb/xhciregs.h @@ -75,7 +75,8 @@ struct __packed xhci_opregs { * * See section 5.4.1 of the xHCI spec */ -#define USBCMD_HCRST BIT(1) +#define USBCMD_HCRST BIT(1) /* Host controller reset */ + /* * Macros to get various register spaces -- cgit v1.2.3