osd-contiki/cpu/6502/net
Oliver Schmidt 919b6919a5 Fixed hardware detection.
The previous chip detection was inspired by the old IP65 driver code. For some reason it didn't work as expected. The new code is simpler and based on this statement in the chip datasheet: "The upper byte always reads as 33h and can be used to help determine the I/O location of the LAN91C96."
2014-07-12 11:27:52 +02:00
..
cs8900a.S Enhanced Ethernet drivers. 2014-06-12 22:56:35 +02:00
ethernet-drv.c Updated include paths for the moved files under net/ 2014-01-26 23:20:23 +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 Fixed hardware detection. 2014-07-12 11:27:52 +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