Ignore:
Timestamp:
2009-02-27T20:41:23Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7a28812
Parents:
12081e6
Message:

Userspace driver for OBIO. This will make it possible to clear interrupts from
user space on UltraSPARC IIi and systems with Psycho. Not tested.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/src/drivers/fhc.c

    r12081e6 r42742c5a  
    9393        sysinfo_set_item_val("fhc.uart.size", NULL, reg->size);
    9494        sysinfo_set_item_val("fhc.uart.physical", NULL, paddr);
     95        sysinfo_set_item_val("kbd.cir.fhc", NULL, 1);
    9596
    9697        return fhc;
Note: See TracChangeset for help on using the changeset viewer.