1. 35f7a08 Fixed return type. by oliverschmidt · 19 years ago
  2. e350e0a Omit the ctk_icon if CTK_CONF_ICONS is 0. by oliverschmidt · 19 years ago
  3. 83b8327 Removed unnecessary return which made it into the binary because of the disabled cc65 optimizations in conjunction with inline assembly. by oliverschmidt · 19 years ago
  4. 58d1458 Replaced the OUI of IBM with the OUI of Standard Microsystems. by oliverschmidt · 19 years ago
  5. c8bfc02 Fixed driver bug I introduced recently. by oliverschmidt · 19 years ago
  6. e245c9c Made the lan91c96 drivers use the uip MAC address instead of a compiled in constant (like the cs8900a drivers). by oliverschmidt · 19 years ago
  7. ff8cd80 Use the same loop algorithms in the lan91c96 driver as they are used in the cs8900a drivers with the benefit of: by oliverschmidt · 19 years ago
  8. fcdbaec Avoid unnecessary modification of uip_len in the cs8900a drivers. by oliverschmidt · 19 years ago
  9. d790588 Removed unnecessary ptr1 spilling from the cs8900a drivers. by oliverschmidt · 19 years ago
  10. 6b786ba Made the lan91c96 driver compliant with the cc65 doc ("the compiler does only allow regular 6502 opcodes to be used with the inline assembler"). by oliverschmidt · 19 years ago
  11. 3c3aed4 Adjusted lan91c96 driver to the predominant coding style. by oliverschmidt · 19 years ago
  12. 815f57e Made the cs8900a drivers compliant with the cc65 doc ("the compiler does only allow regular 6502 opcodes to be used with the inline assembler"). by oliverschmidt · 19 years ago
  13. 4affe76 Make use of the UIP_TCPIP_HLEN define where it applies. by oliverschmidt · 19 years ago
  14. 9d2b0c2 In agreement with with Adam I do this "blind commit" which means that I don't know if this code really works or even assembles. However a only slightly different code was successfully tested on an Apple2 - thanks to Glenn. by oliverschmidt · 19 years ago
  15. 2093e0e Replaced the OUI of IBM with the OUI of Cirrus Logic. by oliverschmidt · 19 years ago
  16. b470326 Removed (after checking back with Adam Dunkels) the compile-time optimizations for UIP_BUFSIZE < 256 for all targets but the msp430 which actually is configured to have a smaller buffer. by oliverschmidt · 19 years ago
  17. 2142947 Removed (after checking back with Adam Dunkels) the compile-time optimizations for UIP_BUFSIZE < 256 for all targets but the msp430 which actually is configured to have a smaller buffer. by oliverschmidt · 19 years ago
  18. 3d97c2e Renamed ETH64 driver from the cryptic lan91c96.drv to eth64.drv by adamdunkels · 20 years ago
  19. 7d5eb20 Moved to contiki-cc65 module by adamdunkels · 20 years ago
  20. a6bef20 ETH64 driver with packet dumping by adamdunkels · 20 years ago
  21. b9c8388 Renamed init function to the correct name, added dumping by adamdunkels · 20 years ago
  22. 7010ad5 Renamed init function to the correct name by adamdunkels · 20 years ago
  23. f50e458 Added UDP checksum calculation function by adamdunkels · 20 years ago
  24. 886e41a tcpdump TFE driver by adamdunkels · 20 years ago
  25. 24b8329 Made Ethernet MAC address configured from uip_ethaddr instead of #defined constants in driver code by adamdunkels · 20 years ago
  26. a047ba1 Network device driver that also dumps packets to a log window by adamdunkels · 20 years ago
  27. fb13fb2 Bugfix: Ethernet address is now set correctly, added handling of EK_EVENT_REPLACE event which is posted when a device driver is to be replaced by adamdunkels · 20 years ago
  28. 0fbced4 Added initialization of Ethernet MAC address by adamdunkels · 20 years ago
  29. 38fb350 Added copyright license header by adamdunkels · 20 years ago
  30. fb24dff Removed obsolete advertising clause by adamdunkels · 20 years ago
  31. d273fa0 Handle EK_EVENT_REPLACE event by adamdunkels · 20 years ago
  32. f811aae Added 'driver' to icon name by adamdunkels · 20 years ago
  33. d140597 Removed old special case code for buffers smaller than 256 bytes by adamdunkels · 20 years ago
  34. 7d8085d Driver name now is ETH64 by adamdunkels · 20 years ago
  35. 3081c22 Driver name added by adamdunkels · 20 years ago
  36. a8240ea Excluded functions with cc65 inline assembler from optimization. by oliverschmidt · 20 years ago
  37. 2eb1fc8 IDE64 / ETH64 driver DSC file by adamdunkels · 20 years ago
  38. 0a08fda Updated for the new kernel API by adamdunkels · 20 years ago
  39. 3723afb Part 12 of adding two new ctk configuration macros: by oliverschmidt · 20 years ago
  40. 6ab167e Now calls ARP timer function as it should by adamdunkels · 20 years ago
  41. 4c8104a Removed unused defintions by adamdunkels · 20 years ago
  42. 45c1f13 IDE64 Ethernet card driver by adamdunkels · 20 years ago
  43. 056851c Bugfix: driver should now work with full-sized packets by adamdunkels · 21 years ago
  44. 553e4c0 Added the optimizations previously made to the RR-Net driver by adamdunkels · 21 years ago
  45. 7cde609 Added the ability to pass an argument pointer to newly created processes by adamdunkels · 21 years ago
  46. cbb42c3 First test version of integrating groepaz' silversurfer driver with Contiki by adamdunkels · 21 years ago
  47. e4f1832 Added polling signals that can be used to force a uIP poll to be performed for a connection by adamdunkels · 21 years ago
  48. c1316ec Added uip_signal_uninstall by adamdunkels · 21 years ago
  49. 8020a95 First version of TFE register spec by adamdunkels · 21 years ago
  50. 05cf164 Drivers now listen to the dispatcher_signal_quit by adamdunkels · 21 years ago
  51. cd49928 Added device driver for the RR-Net cartridge by adamdunkels · 21 years ago
  52. eeb5edd Made uIP network device drivers modularised by adamdunkels · 21 years ago
  53. f759877 Added implicitly configured parameters explicitly by adamdunkels · 21 years ago
  54. 7e4982c Initial import by adamdunkels · 21 years ago