Changeset 178673c in mainline for uspace/drv/ns8250/ns8250.c
- Timestamp:
- 2010-11-30T00:38:54Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ab3a851
- Parents:
- 6f9e7fea
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ns8250/ns8250.c
r6f9e7fea r178673c 274 274 275 275 /* Gain control over port's registers. */ 276 if (pio_enable((void *) data->io_addr, REG_COUNT,276 if (pio_enable((void *)(uintptr_t) data->io_addr, REG_COUNT, 277 277 (void **) &data->port)) { 278 278 printf(NAME ": error - cannot gain the port %lx for device "
Note:
See TracChangeset
for help on using the changeset viewer.