mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add descriptive comment.
This commit is contained in:
parent
2e35ea7323
commit
0cfbd57ebc
1 changed files with 6 additions and 0 deletions
|
|
@ -554,6 +554,12 @@ xhci_init(struct xhci_softc *sc, device_t self)
|
|||
void
|
||||
xhci_uninit(struct xhci_softc *sc)
|
||||
{
|
||||
/*
|
||||
* NOTE: At this point the control transfer process is gone
|
||||
* and "xhci_configure_msg" is no longer called. Consequently
|
||||
* waiting for the configuration messages to complete is not
|
||||
* needed.
|
||||
*/
|
||||
usb_bus_mem_free_all(&sc->sc_bus, &xhci_iterate_hw_softc);
|
||||
|
||||
cv_destroy(&sc->sc_cmd_cv);
|
||||
|
|
|
|||
Loading…
Reference in a new issue