Forum Discussion
Altera_Forum
Honored Contributor
19 years agoDriver support for OCIDEC ATA core?
I'm trying to stand up a system with the OCIDEC ATA core, and it seems as if the device driver is a little ... stale. Before I dive in and try and fix it, I thought I would ask if anyone has alr...
Altera_Forum
Honored Contributor
19 years agoWhat is your io speed requirement?
Even if you have fast io device, the kernel will still waste time copying user's data to and from kernel space. You can use mmap() to reduce this overhead.