Subversion Repositories HelenOS-historic

Rev

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

Rev 1570 Rev 1702
Line 24... Line 24...
24
 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24
 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
 */
27
 */
28
 
28
 
-
 
29
 /** @addtogroup ia64  
-
 
30
 * @{
-
 
31
 */
-
 
32
/** @file
-
 
33
 */
-
 
34
 
29
#include <arch/ski/ski.h>
35
#include <arch/ski/ski.h>
30
#include <console/console.h>
36
#include <console/console.h>
31
#include <console/chardev.h>
37
#include <console/chardev.h>
32
#include <arch/interrupt.h>
38
#include <arch/interrupt.h>
33
#include <sysinfo/sysinfo.h>
39
#include <sysinfo/sysinfo.h>
Line 191... Line 197...
191
void ski_set_console_sysinfo(void)
197
void ski_set_console_sysinfo(void)
192
{
198
{
193
    sysinfo_set_item_val("kbd",NULL,true);
199
    sysinfo_set_item_val("kbd",NULL,true);
194
    sysinfo_set_item_val("kbd.irq",NULL,IRQ_KBD);
200
    sysinfo_set_item_val("kbd.irq",NULL,IRQ_KBD);
195
}
201
}
-
 
202
 
-
 
203
 /** @}
-
 
204
 */
-
 
205