Subversion Repositories HelenOS-historic

Rev

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

Rev 268 Rev 278
Line 83... Line 83...
83
    map_structure((__address) sdt, sdt->length);
83
    map_structure((__address) sdt, sdt->length);
84
}
84
}
85
 
85
 
86
void acpi_init(void)
86
void acpi_init(void)
87
{
87
{
88
    __u8 *addr[2] = { NULL, (__u8 *) 0xe0000 };
88
    __u8 *addr[2] = { NULL, (__u8 *) PA2KA(0xe0000) };
89
    int i, j, length[2] = { 1024, 128*1024 };
89
    int i, j, length[2] = { 1024, 128*1024 };
90
    __u64 *sig = (__u64 *) RSDP_SIGNATURE;
90
    __u64 *sig = (__u64 *) RSDP_SIGNATURE;
91
 
91
 
92
    /*
92
    /*
93
     * Find Root System Description Pointer
93
     * Find Root System Description Pointer