Subversion Repositories HelenOS

Rev

Rev 3969 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3969 Rev 3978
Line 90... Line 90...
90
    /*
90
    /*
91
     * Set sysinfo data needed by the uspace FHC driver.
91
     * Set sysinfo data needed by the uspace FHC driver.
92
     */
92
     */
93
    sysinfo_set_item_val("fhc.uart.size", NULL, reg->size);
93
    sysinfo_set_item_val("fhc.uart.size", NULL, reg->size);
94
    sysinfo_set_item_val("fhc.uart.physical", NULL, paddr);
94
    sysinfo_set_item_val("fhc.uart.physical", NULL, paddr);
-
 
95
    sysinfo_set_item_val("kbd.cir.fhc", NULL, 1);
95
 
96
 
96
    return fhc;
97
    return fhc;
97
}
98
}
98
 
99
 
99
void fhc_enable_interrupt(fhc_t *fhc, int inr)
100
void fhc_enable_interrupt(fhc_t *fhc, int inr)