Changes in uspace/drv/uhci-hcd/uhci.c [67352d2:0db3ad6] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/uhci.c
r67352d2 r0db3ad6 436 436 437 437 int frnum = pio_read_16(&instance->registers->frnum) & 0x3ff; 438 usb_log_debug2("Framelist item: %d \n", frnum ); 438 439 439 440 uintptr_t expected_pa = instance->frame_list[frnum] & (~0xf); 440 441 uintptr_t real_pa = addr_to_phys(QH(interrupt)); 441 442 if (expected_pa != real_pa) { 442 usb_log_debug("Interrupt QH: %p (frame: %d)vs. %p.\n",443 expected_pa, frnum,real_pa);443 usb_log_debug("Interrupt QH: %p vs. %p.\n", 444 expected_pa, real_pa); 444 445 } 445 446
Note:
See TracChangeset
for help on using the changeset viewer.