Ignore:
Timestamp:
2009-02-27T20:41:23Z (16 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/kbd.c

    r12081e6 r42742c5a  
    117117                        return;
    118118                }
    119                 sysinfo_set_item_val("kbd.cir.fhc", NULL, 1);
    120119                break;
    121120               
     
    134133                };
    135134                break;
    136                
    137135        default:
    138136                panic("Unexpected keyboard type.");
Note: See TracChangeset for help on using the changeset viewer.