1. Jul 05, 2016
  2. Jul 03, 2016
  3. Jul 02, 2016
  4. Jul 01, 2016
    • Michael's avatar
      Merge pull request #12 from jepler/issue4 · 8bf79c04
      Michael authored
      pci: Cannot use memcpy() for PCI accesses
      8bf79c04
    • Jeff Epler's avatar
      pci: Cannot use memcpy() for PCI accesses · b60c5a2a
      Jeff Epler authored
      On some platforms (such as Debian Jessie amd64), this leads to failures
      like this:
      
          $ sudo mesaflash --device 5i24 --write 5i24_16_svst4_8.bit
          Checking file... OK
            File type: BIT file
          Erasing sector 0 for boot block
          BootBlock installed
          Failed to write valid boot sector
      
          You must power cycle board or use --reload command to load updated firmware.
      
      I twigged to this fact upon seeing '__memcpy_sse2_unaligned' in the
      debugger, which put me in mind of the fix we applied 3 years ago
      in linuxcnc at commit 12ba77d3b.
      
      Closes #4.
      b60c5a2a
  5. Dec 21, 2015
  6. Oct 08, 2015
  7. Oct 07, 2015
  8. Sep 28, 2015
  9. May 28, 2015
  10. Mar 12, 2015
  11. Mar 11, 2015
  12. Mar 09, 2015
  13. Feb 07, 2015
  14. Feb 06, 2015
  15. Jan 17, 2015
  16. Jan 08, 2015
  17. Jan 07, 2015
  18. Jan 06, 2015
  19. Jan 05, 2015