Changeset ea8b91d in mainline for uspace/drv/bus/usb/ohci/hc.c


Ignore:
Timestamp:
2012-07-23T08:08:17Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1008064, 7df0c2ff
Parents:
e7c3fa0
Message:

ohci: Fix interrupt mask on big endian hw.

This never caused problems because there is no change for little endian machines, and we ohci never operated in interrupt mode on be hw.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/ohci/hc.c

    re7c3fa0 rea8b91d  
    6666                .srcarg = 1,
    6767                .dstarg = 2,
    68                 .value = OHCI_USED_INTERRUPTS
     68                .value = 0
    6969        },
    7070        {
     
    132132        cmds[0].addr = (void *) &registers->interrupt_status;
    133133        cmds[3].addr = (void *) &registers->interrupt_status;
     134        OHCI_WR(cmds[1].value, OHCI_USED_INTERRUPTS);
    134135
    135136        return EOK;
Note: See TracChangeset for help on using the changeset viewer.