Changeset 274bbcc7 in mainline


Ignore:
Timestamp:
2012-10-14T13:20:31Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
edb0a33
Parents:
6659037
Message:

hidsrv, ega: Use pio_enable instead of iospace_enable.

File:
1 edited

Legend:

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

    r6659037 r274bbcc7  
    211211                return rc;
    212212       
    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);
    215214        if (rc != EOK)
    216215                return rc;
Note: See TracChangeset for help on using the changeset viewer.