From 9c99de7d0e44a53daebecd7f5f7df98fab5b353c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 9 Jul 2012 14:34:08 -0500 Subject: link01: Add static_hints and make nic-sysinit.h generic --- testsuite/link01/test.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'testsuite/link01/test.c') diff --git a/testsuite/link01/test.c b/testsuite/link01/test.c index 661fe1d5..1c4b2609 100644 --- a/testsuite/link01/test.c +++ b/testsuite/link01/test.c @@ -45,8 +45,23 @@ rtems_task Init( #define CONFIGURE_INIT #include +/* + * FreeBSD TCP/IP Initialization + */ + #include +#define CONFIGURE_NEED_NET +#define CONFIGURE_NEED_PCIB +#define CONFIGURE_NEED_NET_IF_FXP + +/* + * This is correct for the PC + */ +char static_hints[] = { + "hint.fxp.0.prefer_iomap=1\0\n" +}; + #include "nic-sysinit.h" /* end of file */ -- cgit v1.2.3