Changeset 3fb3099c in mainline for uspace/drv/uhci/transfer_list.c
- Timestamp:
- 2011-01-28T17:34:58Z (12 years ago)
- Branches:
- lfn, master, serial
- Children:
- 0535ee4
- Parents:
- 0b68b7c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci/transfer_list.c
r0b68b7c r3fb3099c 46 46 instance->queue_head->element = (pa & LINK_POINTER_ADDRESS_MASK); 47 47 } 48 uhci_print_info("Successfully added transfer to the hc queue.\n"); 48 uhci_print_info("Successfully added transfer to the hc queue %p.\n", 49 instance); 49 50 return EOK; 50 51 }
Note: See TracChangeset
for help on using the changeset viewer.