mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-13 14:13:40 +00:00
So far, the generic Uplink connection code considered NIC drivers to transmit connection RX packets in three different manners. Most of the drivers follow the "normal" way of transmission with only one driver callback from generic code. The monolithic USB NIC-driver, however, used to send in a "burst" mode that required a dedicated path with multiple driver callbacks in the generic code. And then there were drivers that had a fully custom function for doing transmissions. Also for handling connection TX acks, there was a "normal" and a "custom handler" way. Today, all NIC drivers in the Genode repos and the Genode-World repo follow the "normal" way. Therefor, the unused code can be removed. Ref #4384
This source-code repository contains genuine low-level OS components and interfaces of Genode. It solely depends on the framework's base API.