Changes in uspace/drv/vhc/hcd.c [1522b42:e63a4e1] in mainline


Ignore:
File:
1 edited

Legend:

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

    r1522b42 re63a4e1  
    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.