1. 20 1月, 2010 1 次提交
    • S
      eepro100: Restructure code (new function tx_command) · f3a52e50
      Stefan Weil 提交于
      Handling of transmit commands is rather complex,
      so about 80 lines of code were moved from function
      action_command to the new function tx_command.
      
      The two new values "tx" and "cb_address" in the
      eepro100 status structure made this possible without
      passing too many parameters.
      
      In addition, the moved code was cleaned a little bit:
      old comments marked with //~ were removed, C++ style
      comments were replaced by C style comments, C++ like
      variable declarations after code were reordered.
      
      Simplified mode is still broken. Nor did I fix
      endianess issues. Both problems will be fixed in
      additional patches (which need this one).
      Signed-off-by: NStefan Weil <weil@mail.berlios.de>
      Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>
      f3a52e50
  2. 18 1月, 2010 2 次提交
  3. 17 1月, 2010 3 次提交
  4. 16 1月, 2010 5 次提交
  5. 15 1月, 2010 5 次提交
  6. 14 1月, 2010 24 次提交