Changeset a996ae31 in mainline for uspace/srv/hid/input/port/pl050.c


Ignore:
Timestamp:
2012-02-12T14:26:04Z (12 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d57122c
Parents:
ec12ab8
Message:

Userspace IRQ pseudocode is expected to use physical addresses from now.
The kernel creates kernel mappings for those and adjusts the pseudocode
accordingly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/input/port/pl050.c

    rec12ab8 ra996ae31  
    9191
    9292static irq_code_t pl050_kbd = {
     93        0,      // FIXME
     94        NULL,   // FIXME
    9395        sizeof(pl050_cmds) / sizeof(irq_cmd_t),
    9496        pl050_cmds
Note: See TracChangeset for help on using the changeset viewer.