Ignore:
Timestamp:
Jan 26, 2014, 11:29:15 AM (11 years ago)
Author:
cfuguet
Message:

Modifications in the ioc_driver:

  • Introducing uniform interface to access block device controller. All drivers for new disk controllers must respect the interface specified in the ioc_driver header file.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_kernel/irq_handler.c

    r263 r279  
    151151{
    152152    // save status in _ioc_status variable and reset IRQ
    153     _ioc_status = _ioc_get_status();
     153    if ( _ioc_get_status(0, &_ioc_status) ) return;
    154154
    155155    // reactivate task waiting on IOC
Note: See TracChangeset for help on using the changeset viewer.