Changes between Version 16 and Version 17 of nic_driver
- Timestamp:
- Dec 5, 2014, 3:03:55 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
nic_driver
v16 v17 57 57 == __ Interrupt Service Routines__ == 58 58 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 ) === 60 60 This interrupt Service Routine handles IRQs from a NIC_RX channel. 61 61 WARNING : Not fully implemented yet : no IRQ acknowledge... 62 62 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 ) === 64 64 This interrupt Service Routine handles IRQs from a NIC_TX channel. 65 65 WARNING : Not fully implemented yet : no IRQ acknowledge...