1. 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
  2. c8bfc02 Fixed driver bug I introduced recently. by oliverschmidt · 19 years ago
  3. 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
  4. 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
  5. 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
  6. 3c3aed4 Adjusted lan91c96 driver to the predominant coding style. by oliverschmidt · 19 years ago
  7. 4affe76 Make use of the UIP_TCPIP_HLEN define where it applies. by oliverschmidt · 19 years ago
  8. 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
  9. d140597 Removed old special case code for buffers smaller than 256 bytes by adamdunkels · 20 years ago
  10. a8240ea Excluded functions with cc65 inline assembler from optimization. by oliverschmidt · 20 years ago
  11. 0a08fda Updated for the new kernel API by adamdunkels · 20 years ago
  12. 45c1f13 IDE64 Ethernet card driver by adamdunkels · 20 years ago