Changeset 8f748215 in mainline for uspace/drv/uhci/root_hub/root_hub.c
- Timestamp:
- 2011-01-07T16:42:00Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade
- Children:
- 93fb170c
- Parents:
- 15701921
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci/root_hub/root_hub.c
r15701921 r8f748215 15 15 16 16 /* allow access to root hub registers */ 17 uhci_port_reg_t *regs;17 port_status_t *regs; 18 18 const int ret = pio_enable( 19 addr, sizeof( uhci_port_reg_t) * UHCI_ROOT_HUB_PORT_COUNT, (void**)®s);19 addr, sizeof(port_status_t) * UHCI_ROOT_HUB_PORT_COUNT, (void**)®s); 20 20 21 21 if (ret < 0) {
Note:
See TracChangeset
for help on using the changeset viewer.