Changeset 075c1eb in mainline for uspace/drv/ohci/pci.c


Ignore:
Timestamp:
2011-05-06T13:09:39Z (14 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6c6a95d2, 9350e837
Parents:
310c4df (diff), 3d4aa055 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

OHCI interrupts

Kernel support for accessing memory mapped registers in irq handler(AS switch)

File:
1 edited

Legend:

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

    r310c4df r075c1eb  
    146146int pci_enable_interrupts(ddf_dev_t *device)
    147147{
    148         return ENOTSUP;
    149148        int parent_phone =
    150149            devman_parent_device_connect(device->handle, IPC_FLAG_BLOCKING);
Note: See TracChangeset for help on using the changeset viewer.