Replies: 2 comments 4 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
I guess it's for old strange platforms where mmio doesn't work as expected but needs extra slowdown. Not sure whether it's still needed today. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is the file in question.
I don't really get what it does and why it exists.
I had this question after reading this X.Org patch file in the ports tree that enables it for X.Org.
The
vesa
driver seams to depend on it, so I have enabled it for XLibre too.But I want to understand it's purpose so that I could see what is exactly happening here.
One thing I know is that sometimes compilers just replace functions like this that just copy bytes with
memcpy
, so it becomes pointless to use them instead of justmemcpy
. I think this is what is happening here ... .Beta Was this translation helpful? Give feedback.
All reactions