1. 17 Aug, 2016 1 commit
  2. 15 Aug, 2016 1 commit
  3. 10 Aug, 2016 2 commits
  4. 09 Aug, 2016 14 commits
  5. 08 Aug, 2016 7 commits
  6. 06 Aug, 2016 2 commits
  7. 05 Aug, 2016 7 commits
  8. 03 Aug, 2016 4 commits
  9. 02 Aug, 2016 1 commit
  10. 29 Jul, 2016 1 commit
    • Lucas Russo's avatar
      dev_io/dev_io_core.c: don't create SDB if device not supported · 81cf88a2
      Lucas Russo authored
      As of now, devices that do not support SDB will fail,
      as it does not implement a timeout mechanism.
      
      For instance, Ethernet devices will wait forever to
      receive the SDB magic number, but this will never happen.
      So, avoid creating SDB in the first place until we have
      a proper timeout/failover mechanism.
      81cf88a2