Changes in uspace/drv/uhci-hcd/pci.c [4125b7d:ea993d18] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/pci.c
r4125b7d rea993d18 90 90 io_address = res->res.io_range.address; 91 91 io_size = res->res.io_range.size; 92 usb_log_debug2("Found io: % " PRIx64"%zu.\n",92 usb_log_debug2("Found io: %llx %zu.\n", 93 93 res->res.io_range.address, res->res.io_range.size); 94 94 io_found = true;
Note:
See TracChangeset
for help on using the changeset viewer.