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. 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
  3. 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
  4. e2c0862 Fixed driver bug I introduced recently. by oliverschmidt · 19 years ago
  5. 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
  6. 8871bdd Added driver for the LANcsGS ethernet card - heavily based on the ETH64 driver. by oliverschmidt · 19 years ago