Changeset f1d16663 in mainline for uspace/drv/ohci/main.c


Ignore:
Timestamp:
2011-05-07T08:45:37Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bba0dc20
Parents:
9350e837
Message:

Postpone hw until all structures are initialized and irq handler registered

remove dead code
remove initial 5s wait

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/ohci/main.c

    r9350e837 rf1d16663  
    9393{
    9494        usb_log_enable(USB_LOG_LEVEL_DEFAULT, NAME);
    95         sleep(5);
    9695        return ddf_driver_main(&ohci_driver);
    9796}
Note: See TracChangeset for help on using the changeset viewer.