Changes between Version 5 and Version 6 of nic_driver


Ignore:
Timestamp:
Oct 22, 2014, 11:12:59 AM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • nic_driver

    v5 v6  
    1414
    1515The addressable registers map is defined [source:soft/giet_vm/giet_drivers/nic_driver.h here].
    16 
    17 WARNING : The NIC_TX functions are not implemented yet.
    1816
    1917== __Initialization Functions__ ==
     
    6260 === void '''_nic_rx_isr'''( unsigned int irq_type,  unsigned int irq_id,  unsigned int channel ) ===
    6361This interrupt Service Routine  handles IRQs from a NIC_RX channel.
    64 WARNING : Not implemented yet...
     62WARNING : Not fully implemented yet : no IRQ acknowledge...
    6563
    6664 === void '''_nic_tx_isr'''( unsigned int irq_type,  unsigned int irq_id,  unsigned int channel ) ===
    6765This interrupt Service Routine  handles IRQs from a NIC_TX channel.
    68 WARNING : Not implemented yet...
     66WARNING : Not fully implemented yet : no IRQ acknowledge...