emailler/drivers
Oliver Schmidt c1df88daa1 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-13 21:09:15 +02:00
..
a2charconv.s General source code cleanup. 2013-12-27 14:57:56 +01:00
a2filteredinput.s Reduced size of typical binary. 2015-02-16 22:29:22 +01:00
a2input.s Reduced size of typical binary. 2015-02-16 22:29:22 +01:00
a2kernal.s General source code cleanup. 2013-12-27 14:57:56 +01:00
a2print.s Added LC2UC conversion for the Apple ][ and replaced column-setting-hack with printing a carriage return. 2015-02-16 17:50:26 +01:00
a2timer.s Added A2 'timer_seconds' dummy. 2014-04-13 18:47:13 +02:00
c64filteredinput.s Reduced size of typical binary. 2015-02-16 22:29:22 +01:00
c64input.s Reduced size of typical binary. 2015-02-16 22:29:22 +01:00
c64kernal.s General source code cleanup. 2013-12-27 14:57:56 +01:00
c64print.s General source code cleanup. 2013-12-27 14:57:56 +01:00
c64timer.s General source code cleanup. 2013-12-27 14:57:56 +01:00
cbmcharconv.s Improved file name consistency. 2014-04-28 18:50:02 +02:00
contiki.s 1. Replaced IP65 Ethernet drivers with Contiki drivers. 2014-06-13 00:00:53 +02:00
cs8900a.s 1. Replaced IP65 Ethernet drivers with Contiki drivers. 2014-06-13 00:00:53 +02:00
eth64.s 1. Replaced IP65 Ethernet drivers with Contiki drivers. 2014-06-13 00:00:53 +02:00
lan91c96.s Remove received packet(s) to allow to send one. 2015-04-13 21:09:15 +02:00
lancegs.s 1. Replaced IP65 Ethernet drivers with Contiki drivers. 2014-06-13 00:00:53 +02:00
Makefile Reduced size of typical binary. 2015-02-16 22:29:22 +01:00
rr-net.s 1. Replaced IP65 Ethernet drivers with Contiki drivers. 2014-06-13 00:00:53 +02:00
uthernet2.s 1. Replaced IP65 Ethernet drivers with Contiki drivers. 2014-06-13 00:00:53 +02:00
uthernet.s 1. Replaced IP65 Ethernet drivers with Contiki drivers. 2014-06-13 00:00:53 +02:00
vic20-rr-net.s 1. Replaced IP65 Ethernet drivers with Contiki drivers. 2014-06-13 00:00:53 +02:00
vic20filteredinput.s Reduced size of typical binary. 2015-02-16 22:29:22 +01:00
vic20input.s Reduced size of typical binary. 2015-02-16 22:29:22 +01:00
vic20kernal.s Allow all test programs to run on the VIC20: 2013-12-29 23:39:35 +01:00
vic20print.s General source code cleanup. 2013-12-27 14:57:56 +01:00
vic20timer.s General source code cleanup. 2013-12-27 14:57:56 +01:00
w5100.s 1. Replaced IP65 Ethernet drivers with Contiki drivers. 2014-06-13 00:00:53 +02:00