Changes between Version 16 and Version 17 of nic_driver


Ignore:
Timestamp:
Dec 5, 2014, 3:03:55 PM (9 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • nic_driver

    v16 v17  
    5757== __ Interrupt Service Routines__ ==
    5858
    59  === 4) void '''_nic_rx_isr'''( unsigned int irq_type,  unsigned int irq_id,  unsigned int channel ) ===
     59 === 8) void '''_nic_rx_isr'''( unsigned int irq_type,  unsigned int irq_id,  unsigned int channel ) ===
    6060This interrupt Service Routine  handles IRQs from a NIC_RX channel.
    6161WARNING : Not fully implemented yet : no IRQ acknowledge...
    6262
    63  === 5) void '''_nic_tx_isr'''( unsigned int irq_type,  unsigned int irq_id,  unsigned int channel ) ===
     63 === 9) void '''_nic_tx_isr'''( unsigned int irq_type,  unsigned int irq_id,  unsigned int channel ) ===
    6464This interrupt Service Routine  handles IRQs from a NIC_TX channel.
    6565WARNING : Not fully implemented yet : no IRQ acknowledge...