Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/output/port/ega.c

    r1ae74c6 r8442d10  
    216216        ega.size = (ega.cols * ega.rows) << 1;
    217217       
    218         rc = physmem_map((void *) paddr,
     218        rc = physmem_map(paddr,
    219219            ALIGN_UP(ega.size, PAGE_SIZE) >> PAGE_WIDTH,
    220220            AS_AREA_READ | AS_AREA_WRITE, (void *) &ega.addr);
Note: See TracChangeset for help on using the changeset viewer.