Ignore:
Timestamp:
2009-03-13T09:00:58Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0b16e9d
Parents:
648c9d9
Message:

get back support for framebuffer and keyboard for sparc64 (generic)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/src/drivers/z8530/z8530.c

    r648c9d9 r9693835  
    4141#include <mm/slab.h>
    4242
    43 indev_operations_t kbrdin_ops = {
     43static indev_operations_t kbrdin_ops = {
    4444        .poll = NULL
    4545};
     
    8383        if (z8530_read(&dev->ctl_a, RR0) & RR0_RCA) {
    8484                uint8_t x = z8530_read(&dev->ctl_a, RR8);
    85                 chardev_push_character(&instance->kbrdin, x);
     85                indev_push_character(&instance->kbrdin, x);
    8686        }
    8787}
Note: See TracChangeset for help on using the changeset viewer.