Changeset 1ae51ae in mainline for uspace/drv/uhci-hcd/uhci.c


Ignore:
Timestamp:
2011-02-27T02:39:13Z (14 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ad6857c
Parents:
48563a3
Message:

Refactoring

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci-hcd/uhci.c

    r48563a3 r1ae51ae  
    4848        {
    4949                .cmd = CMD_PIO_READ_16,
    50                 .addr = (void*)0xc022,
     50                .addr = NULL, /* patched for every instance */
    5151                .dstarg = 1
    5252        },
    5353        {
    5454                .cmd = CMD_PIO_WRITE_16,
    55                 .addr = (void*)0xc022,
     55                .addr = NULL, /* pathed for every instance */
    5656                .value = 0x1f
    5757        },
     
    6161};
    6262
    63 
    6463static int usb_iface_get_address(ddf_fun_t *fun, devman_handle_t handle,
    6564    usb_address_t *address)
     
    6968        assert(hc);
    7069
    71 //      usb_address_t addr = usb_address_keeping_find(&hc->address_manager,
    72 //          handle);
    7370        usb_address_t addr = device_keeper_find(&hc->device_manager,
    7471            handle);
Note: See TracChangeset for help on using the changeset viewer.