rtems-libbsd: Supporting device hints
Joel Sherrill
joel.sherrill at OARcorp.com
Mon Jul 9 19:36:34 UTC 2012
Hi
I just wanted to pass along that the FXP driver required
device hints to work on the PC. The simplest approach
was to have the application provide a static_hints character
array.
char static_hints[] = {
"hint.fxp.0.prefer_iomap=1\0\n"
};
We could consider putting this in a file in the future and loading
the array dynamically but that seemed like unnecessary work
at the current time.
--
Joel Sherrill, Ph.D. Director of Research& Development
joel.sherrill at OARcorp.com On-Line Applications Research
Ask me about RTEMS: a free RTOS Huntsville AL 35805
Support Available (256) 722-9985
More information about the devel
mailing list