From ea7c3bfaa28980d3afd3eb9f68f6aac30652c3e1 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 7 Sep 2007 22:33:32 +0000 Subject: 2007-09-07 Joel Sherrill * networkconfig-qemu.h: Disable DHCP and use static IP. * networkconfig.h: Use only loopback so tests can run OK on any target even if they can't do anything. * networkconfig-icecube.h: New file. --- networkconfig.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'networkconfig.h') diff --git a/networkconfig.h b/networkconfig.h index 945f6a2..c92a3eb 100644 --- a/networkconfig.h +++ b/networkconfig.h @@ -46,6 +46,7 @@ static char ethernet_address[6] = { 0x00, 0x80, 0x7F, 0x22, 0x61, 0x77 }; #endif +#define RTEMS_USE_LOOPBACK #ifdef RTEMS_USE_LOOPBACK /* * Loopback interface @@ -95,7 +96,9 @@ static struct rtems_bsdnet_ifconfig netdriver_config = { * Network configuration */ struct rtems_bsdnet_config rtems_bsdnet_config = { +#if 0 &netdriver_config, +#endif #if (defined (RTEMS_USE_BOOTP)) rtems_bsdnet_do_bootp, -- cgit v1.2.3