Changeset 274bbcc7 in mainline for uspace/srv/hid/output/port/ega.c
- Timestamp:
- 2012-10-14T13:20:31Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- edb0a33
- Parents:
- 6659037
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/output/port/ega.c
r6659037 r274bbcc7 211 211 return rc; 212 212 213 rc = iospace_enable(task_get_id(), (void *) EGA_IO_BASE, 214 EGA_IO_SIZE); 213 rc = pio_enable((void*)EGA_IO_BASE, EGA_IO_SIZE, NULL); 215 214 if (rc != EOK) 216 215 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.