Changes in uspace/drv/uhci-hcd/pci.c [fb78ae72:c56dbe0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/pci.c
rfb78ae72 rc56dbe0 117 117 rc = EOK; 118 118 leave: 119 async_hangup(parent_phone);119 ipc_hangup(parent_phone); 120 120 121 121 return rc; 122 122 } 123 /*----------------------------------------------------------------------------*/ 124 int pci_enable_interrupts(device_t *device) 125 { 126 int parent_phone = devman_parent_device_connect(device->handle, 127 IPC_FLAG_BLOCKING); 128 bool enabled = hw_res_enable_interrupt(parent_phone); 129 return enabled ? EOK : EIO; 130 } 123 131 124 /** 132 125 * @}
Note:
See TracChangeset
for help on using the changeset viewer.