Changes between Version 5 and Version 6 of nic_driver
- Timestamp:
- Oct 22, 2014, 11:12:59 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
nic_driver
v5 v6 14 14 15 15 The 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.18 16 19 17 == __Initialization Functions__ == … … 62 60 === void '''_nic_rx_isr'''( unsigned int irq_type, unsigned int irq_id, unsigned int channel ) === 63 61 This interrupt Service Routine handles IRQs from a NIC_RX channel. 64 WARNING : Not implemented yet...62 WARNING : Not fully implemented yet : no IRQ acknowledge... 65 63 66 64 === void '''_nic_tx_isr'''( unsigned int irq_type, unsigned int irq_id, unsigned int channel ) === 67 65 This interrupt Service Routine handles IRQs from a NIC_TX channel. 68 WARNING : Not implemented yet...66 WARNING : Not fully implemented yet : no IRQ acknowledge...