Changeset c2a6983 in mainline for uspace/srv/hid/output/port/ega.c
- Timestamp:
- 2013-10-13T20:59:33Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 12d6c98
- Parents:
- 820104d (diff), 39bcc99 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
uspace/srv/hid/output/port/ega.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/output/port/ega.c
r820104d rc2a6983 216 216 ega.size = (ega.cols * ega.rows) << 1; 217 217 218 rc = physmem_map( (void *)paddr,218 rc = physmem_map(paddr, 219 219 ALIGN_UP(ega.size, PAGE_SIZE) >> PAGE_WIDTH, 220 220 AS_AREA_READ | AS_AREA_WRITE, (void *) &ega.addr);
Note:
See TracChangeset
for help on using the changeset viewer.
