Ronald G Minnich wrote: > > I took Steve Jame's code that he offered today and ran it on the SBC 710. > I verified that it returned, byte for byte, what was in the DoC. > > I then took our linuxbios code, made it work in user mode (making this > work involved ZERO changes to the docmil_fill_inbuf.c code -- just add > main, mmap in the doc, then call fill_inbuf() repeatedly). >
Ron, Can you change the memcpy() in fill_inbuf to a loop access a single byte at a time ?? I think memcpy tries to move dword at a time which may cause some problem. Ollie