Changes in / [77cea41:ab49a0d] in mainline


Ignore:
Location:
uspace
Files:
2 added
3 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/vhc/hcd.c

    r77cea41 rab49a0d  
    7272
    7373        /*
     74         * Initialize address management.
     75         */
     76        address_init();
     77
     78        /*
    7479         * Initialize our hub and announce its presence.
    7580         */
     
    103108        printf(NAME ": virtual USB host controller driver.\n");
    104109
    105         /*
    106          * Initialize address management.
    107          */
    108         address_init();
    109 
    110         /*
    111          * Run the transfer scheduler.
    112          */
    113110        hc_manager();
    114111
    115         /*
    116          * We are also a driver within devman framework.
    117          */
    118112        return driver_main(&vhc_driver);
    119113}
Note: See TracChangeset for help on using the changeset viewer.