Changeset 5626277 in mainline for generic/include/syscall/syscall.h


Ignore:
Timestamp:
2006-04-29T22:12:40Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
51a7dc1
Parents:
407862e
Message:

Added support for IRQ notifiactions.

  • seems to work correctly on ia32, amd64
  • the mips kbd probably lowers interrupts when the char is read from the port, we will have to find a way how to deal with it.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/include/syscall/syscall.h

    r407862e r5626277  
    5252        SYS_IPC_WAIT,
    5353        SYS_IPC_HANGUP,
     54        SYS_IPC_REGISTER_IRQ,
     55        SYS_IPC_UNREGISTER_IRQ,
    5456        SYS_MAP_PHYSMEM,
    5557        SYS_IOSPACE_ENABLE,
Note: See TracChangeset for help on using the changeset viewer.