Skip to content
Snippets Groups Projects
  1. Aug 17, 2016
  2. Aug 15, 2016
  3. Aug 10, 2016
  4. Aug 09, 2016
  5. Aug 08, 2016
  6. Aug 06, 2016
  7. Aug 05, 2016
  8. Aug 03, 2016
  9. Aug 02, 2016
  10. Jul 29, 2016
    • 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