Changeset e7bc999 in mainline for uspace/drv/ohci/pci.c


Ignore:
Timestamp:
2011-03-20T21:36:17Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1fb1339, 33577f81, fd9f6e4c
Parents:
42dbb26
Message:

Add interrupt support

Fix register structure
Interrupts disabled as there is no way to access mm registers in the handler

File:
1 edited

Legend:

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

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