~martin-decky/helenos/rcu

« back to all changes in this revision

Viewing changes to uspace/srv/hw/bus/cuda_adb/cuda_adb.c

  • Committer: Martin Decky
  • Date: 2011-01-29 11:52:53 UTC
  • mto: This revision was merged to the branch mainline in revision 841.
  • Revision ID: martin@ares.decky.cz-20110129115253-950okfpdaii53cp2
ABI change: syscalls for registering IRQ notifications are probably more DDI-related than IPC-related

Show diffs side-by-side

added added

removed removed

Lines of Context:
275
275
 
276
276
        cuda_irq_code.cmds[0].addr = (void *) &((cuda_t *) instance->cuda_kernel)->ifr;
277
277
        async_set_interrupt_received(cuda_irq_handler);
278
 
        ipc_register_irq(10, device_assign_devno(), 0, &cuda_irq_code);
 
278
        register_irq(10, device_assign_devno(), 0, &cuda_irq_code);
279
279
 
280
280
        /* Enable SR interrupt. */
281
281
        pio_write_8(&dev->ier, TIP | TREQ);