USB Host Controller Dcmds
-
address
::uhci_qh[-bd] -
Given the address of a USB UHCI controller Queue Head (QH) structure, print the contents of the structure. If the
-boption is present iterate over thelink_ptrchain, printing all QHs found. If the-doption is present, iterate over theelement_ptrchain, printing all TDs found. -
address
::uhci_td[-d] -
Given the address of a USB UHCI controller Transaction Descriptor (TD) structure, print the contents of the structure. Note this only works for Control and Interrupt TDs. If the
-doption is present, iterate over theelement_ptrchain, printing all TDs found.