1. 356f366 - Up to now the LAN slot had to have a valid setting (1-7). Now the LAN slot is allowed to be 0. This new value is displayed as empty field in the configedit app. Any invalid user entry (not in '1'-'7') is interpreted as 0. The default (if no contiki.cfg yet exsists) is now 0. All drivers were updated to recognize 0 as signal to deactivate. by oliverschmidt · 19 years ago
  2. 03ad6a4 Made packet drivers not set the LSB (least significant byte) of the MAC address as it is now set by the config app. by oliverschmidt · 19 years ago
  3. e6a6506 Added driver description files. by oliverschmidt · 19 years ago
  4. 389e2f2 Do not only disable init() and poll() but send() as well if the chip detection fails because it is as cheap as two bytes. by oliverschmidt · 19 years ago
  5. 84d8463 Brought back chip detection code because this driver is loaded by default before the user has a chance to switch it or adjust the slot setting. Therefore it seems advisable to not just write to a whole bunch of random i/o ports of some unknown card ;-) by oliverschmidt · 19 years ago
  6. 98ebe83 Replaced the OUI of IBM with the OUI of Standard Microsystems. by oliverschmidt · 19 years ago
  7. e2c0862 Fixed driver bug I introduced recently. by oliverschmidt · 19 years ago
  8. 14821d4 Made the lan91c96 drivers use the uip MAC address instead of a compiled in constant (like the cs8900a drivers). by oliverschmidt · 19 years ago
  9. 5a4a03c Renamed TFE driver to Uther driver (of course only for the Apple2). by oliverschmidt · 19 years ago
  10. 8871bdd Added driver for the LANcsGS ethernet card - heavily based on the ETH64 driver. by oliverschmidt · 19 years ago
  11. b65645c Avoid unnecessary modification of uip_len in the cs8900a drivers. by oliverschmidt · 19 years ago
  12. fcfb61c Removed unnecessary ptr1 spilling from the cs8900a drivers. by oliverschmidt · 19 years ago
  13. ac66124 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
  14. 3ff1aaa Make use of the UIP_TCPIP_HLEN define where it applies. by oliverschmidt · 19 years ago
  15. 2fa3323 Completed integration of TFE driver into Contiki for the Apple2: by oliverschmidt · 19 years ago
  16. 0cdc202 Replaced the OUI of IBM with the OUI of Cirrus Logic (would most probably make sense for the other cs8900a based drivers as well) and replaced 0x64 (for C64) with 0xa2 (for Apple2). by oliverschmidt · 19 years ago
  17. d36173a Made a copy of the TFE driver files for Glenn Jones' Apple2 ethernet card. The only modification is to change the memory mapped i/o adressses to something valid for the Apple2. Of course: by oliverschmidt · 19 years ago
  18. 9e652ff Adjusted Apple2 port to the new Contiki kernel (and fixed / tuned pseudo clock). by oliverschmidt · 20 years ago
  19. a4ed847 Initial import by adamdunkels · 21 years ago