diff options
Diffstat (limited to 'sys/dev/usb')
-rw-r--r-- | sys/dev/usb/uhci.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/dev/usb/uhci.c b/sys/dev/usb/uhci.c index 4c3e77d..dc95b72 100644 --- a/sys/dev/usb/uhci.c +++ b/sys/dev/usb/uhci.c @@ -704,6 +704,12 @@ uhci_dumpregs(uhci_softc_t *sc) UREAD2(sc, UHCI_PORTSC2))); } +Static void +uhci_dump_ii(uhci_intr_info_t *ii) +{ + printf("Fill me in"); +} + void uhci_dump_td(uhci_soft_td_t *p) { |