Changeset 3e200736 in mainline for uspace/drv/bus/usb/uhci/hc.h


Ignore:
Timestamp:
2014-01-18T21:34:32Z (10 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a5361fb
Parents:
e26a9d95
Message:

uhci,ohci, ehci: Move interrupt replacement fibril to libusbhost

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/uhci/hc.h

    re26a9d95 r3e200736  
    9393
    9494#define UHCI_FRAME_LIST_COUNT 1024
    95 #define UHCI_INT_EMULATOR_TIMEOUT 10000
    9695#define UHCI_DEBUGER_TIMEOUT 5000000
    9796#define UHCI_ALLOWED_HW_FAIL 5
    98 #define UHCI_NEEDED_IRQ_COMMANDS 5
    9997
    10098/** Main UHCI driver structure */
     
    118116        /** Pointer table to the above lists, helps during scheduling */
    119117        transfer_list_t *transfers[2][4];
    120         /** Fibril periodically checking status register*/
    121         fid_t interrupt_emulator;
    122118        /** Indicator of hw interrupts availability */
    123119        bool hw_interrupts;
Note: See TracChangeset for help on using the changeset viewer.