1. 15 Oct, 2015 10 commits
  2. 09 Oct, 2015 8 commits
  3. 07 Oct, 2015 6 commits
  4. 03 Oct, 2015 4 commits
  5. 30 Sep, 2015 2 commits
  6. 25 Sep, 2015 3 commits
  7. 24 Sep, 2015 1 commit
  8. 22 Sep, 2015 4 commits
  9. 21 Sep, 2015 2 commits
    • Lucas Russo's avatar
      ll_io/*/ll_io_pcie.c: fix wrong BAR2 block copying · 285000e0
      Lucas Russo authored
      As we were not acquiring from non-paged aligned
      address (only skip trigger acquisition was used),
      we didn't see the possible errors coming from this.
      
      The first one is the start address. On the first
      read, we need to check for page size overflow.
      If this occurs, the remaining bytes need to be read
      from the next page.
      
      Secondly, the output data pointer was not being
      updated to account for split (from 2 consecutive pages)
      reads. Without this, we were copying data to the wrong
      destination address.
      285000e0
    • Lucas Russo's avatar