Changeset 58f6229 in mainline for uspace/srv/hw/irc/obio/obio.c
- Timestamp:
- 2011-12-19T17:38:53Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a438de4
- Parents:
- fbcdeb8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hw/irc/obio/obio.c
rfbcdeb8 r58f6229 127 127 int flags = AS_AREA_READ | AS_AREA_WRITE; 128 128 int retval = physmem_map(base_phys, 129 ALIGN_UP(OBIO_SIZE, PAGE_SIZE) >> PAGE_WIDTH, flags, &base_virt); 129 ALIGN_UP(OBIO_SIZE, PAGE_SIZE) >> PAGE_WIDTH, flags, 130 (void *) &base_virt); 130 131 131 132 if (retval < 0) {
Note:
See TracChangeset
for help on using the changeset viewer.