osd-contiki/cpu/6502/net
Oliver Schmidt 7b3e80a957 Remove received packet(s) to allow to send one.
Behave just like the CS8900A driver: Both the CS8900A and the LAN91C96 dynamically share a buffer for received packets and packets to be send. If the chip is exposed to a network with a lot of broadcasts the shared buffer might fill quicker with received packets than the 6502 reads them (via polling). So we might need to drop some received packets in order to be able to send anything at all.
2015-04-26 14:23:33 +02:00
..
cs8900a.S Enhanced Ethernet drivers. 2014-06-12 22:56:35 +02:00
ethernet-drv.c Network layer configuration: replace UIP_CONF_* with NETSTACK_CONF_WITH_* 2014-12-01 21:02:57 +01:00
ethernet-drv.h A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix 2013-11-24 20:20:11 +01:00
ethernet.c Enhanced Ethernet drivers. 2014-06-12 22:56:35 +02:00
ethernet.h A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix 2013-11-24 20:20:11 +01:00
lan91c96.S Remove received packet(s) to allow to send one. 2015-04-26 14:23:33 +02:00
uip_arch.c Avoid compiler warnings. 2014-02-01 00:46:57 +01:00
w5100.S Enhanced Ethernet drivers. 2014-06-12 22:56:35 +02:00