Changeset 3869c596 in mainline for uspace/drv/bus/isa/isa.c


Ignore:
Timestamp:
2012-08-30T18:15:10Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
57b28f9
Parents:
f3fb83a
Message:

isa dma: Use size_t to transfer remaining buffer size.

Be more careful with dma size bit magic.

File:
1 edited

Legend:

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

    rf3fb83a r3869c596  
    170170
    171171static int isa_fun_remain_dma(ddf_fun_t *fnode,
    172     unsigned channel, uint16_t *size)
     172    unsigned channel, size_t *size)
    173173{
    174174        assert(size);
Note: See TracChangeset for help on using the changeset viewer.