Posted (Nov. 8, 2010, 9:56 a.m.)
-
src/dev/ide_ctrl.cc (Diff revision 1) -
Is this something that we should deal with on a per device basis, or is this a more generic thing? Also, is this something that should be configured by the user, or is this something that's either fixed or gleaned from the OS?
Posted (Nov. 9, 2010, 4:59 a.m.)
-
src/dev/ide_ctrl.cc (Diff revision 1) -
They're passed in by the code that asks the kernel to probe for an ide device being there. 1 is just a hardcoded constant in the arm code that's calling it, no magic. If the values default to 0, as they do, there wont' be any difference in the normal code path. Since I'm sure you have a working environment to run linux/x86 if you could toss in this patch and run it to verify that would be great.
Posted (Nov. 9, 2010, 5 a.m.)
Posted (Nov. 9, 2010, 5 a.m.)
Posted (Nov. 9, 2010, 5 a.m.)
-
src/dev/ide_ctrl.cc (Diff revision 1) -
They're passed in by the code that asks the kernel to probe for an ide device being there. 1 is just a hardcoded constant in the arm code that's calling it, no magic. If the values default to 0, as they do, there wont' be any difference in the normal code path. Since I'm sure you have a working environment to run linux/x86 if you could toss in this patch and run it to verify that would be great.
