Changeset 1180a88e in mainline for fb/ega.c


Ignore:
Timestamp:
2006-06-02T08:52:59Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
838c48e
Parents:
10569b1
Message:

Doc updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fb/ega.c

    r10569b1 r1180a88e  
    123123                return -1;
    124124       
    125         map_physmem(ega_ph_addr, scr_addr, (scr_width*scr_height+PAGE_SIZE-1)>>PAGE_WIDTH,
     125        map_physmem(ega_ph_addr, scr_addr, (scr_width*scr_height*2+PAGE_SIZE-1)>>PAGE_WIDTH,
    126126                    AS_AREA_READ | AS_AREA_WRITE);
    127127
Note: See TracChangeset for help on using the changeset viewer.