mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-23 23:47:16 +08:00
FXP: Remove hack and use hint provided by application
This commit is contained in:
parent
1e36900df6
commit
4f8495ef66
@ -459,15 +459,7 @@ fxp_attach(device_t dev)
|
|||||||
* We default to memory mapping. Then we accept an override from the
|
* We default to memory mapping. Then we accept an override from the
|
||||||
* command line. Then we check to see which one is enabled.
|
* command line. Then we check to see which one is enabled.
|
||||||
*/
|
*/
|
||||||
#ifndef __rtems__ /* XXX NOTE: This is a hack. */
|
|
||||||
prefer_iomap = 0;
|
prefer_iomap = 0;
|
||||||
#else /* __rtems__ */
|
|
||||||
#if defined(__i386__)
|
|
||||||
prefer_iomap = 1;
|
|
||||||
#else
|
|
||||||
prefer_iomap = 0;
|
|
||||||
#endif
|
|
||||||
#endif /* __rtems__ */
|
|
||||||
resource_int_value(device_get_name(dev), device_get_unit(dev),
|
resource_int_value(device_get_name(dev), device_get_unit(dev),
|
||||||
"prefer_iomap", &prefer_iomap);
|
"prefer_iomap", &prefer_iomap);
|
||||||
if (prefer_iomap)
|
if (prefer_iomap)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user