Changeset 9e470c0 in mainline for uspace/drv/bus/isa/isa.c


Ignore:
Timestamp:
2013-09-12T11:16:00Z (11 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
eeb5cc2
Parents:
ff97957
Message:

Add IO_RANGE and MEM_RANGE members to distinguish whether the range is
parent-relative or absolute. pio_read/write_n(), pio_enable() and
IRQ pseudocode need to be passed absolute values.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/isa/isa.c

    rff97957 r9e470c0  
    429429                resources[count].res.io_range.address += isa->pio_win.io.base;
    430430                resources[count].res.io_range.size = len;
     431                resources[count].res.io_range.relative = false;
    431432                resources[count].res.io_range.endianness = LITTLE_ENDIAN;
    432433
Note: See TracChangeset for help on using the changeset viewer.