Changeset 9e4f6a7 in mainline
- Timestamp:
- 2011-02-04T15:23:28Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d6f78857
- Parents:
- dcef3669
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/uhci.c
rdcef3669 r9e4f6a7 172 172 } 173 173 174 175 174 if (size >= 1024) { 176 175 usb_log_warning("Transfer too big.\n"); … … 235 234 current_list->name, it ? "SOMETHING" : "EMPTY"); 236 235 237 if (it) 238 usb_log_debug("First in queue: %p (%x).\n", 239 it, it->status); 236 if (it) { 237 usb_log_debug("First in queue: %p (%x) PA:%x.\n", 238 it, it->status, addr_to_phys((void*)it) ); 239 usb_log_debug("First to send: %x\n", 240 (current_list->queue_head->element & (~0xf)) ); 241 } 240 242 241 243 while (current_list->first &&
Note:
See TracChangeset
for help on using the changeset viewer.