Changeset ea7c3bf in network-demos


Ignore:
Timestamp:
09/07/07 22:33:32 (16 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 57a009d5b89e72f488ab655184e6a33bb0fe6b7f, network-demos-4-10-branch, network-demos-4-8-branch, network-demos-4-9-branch
Children:
e8722e7
Parents:
1212e37
Message:

2007-09-07 Joel Sherrill <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.
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r1212e37 rea7c3bf  
     12007-09-07      Joel Sherrill <joel.sherrill@oarcorp.com>
     2
     3        * networkconfig-qemu.h: Disable DHCP and use static IP.
     4        * networkconfig.h: Use only loopback so tests can run OK on any target
     5        even if they can't do anything.
     6        * networkconfig-icecube.h: New file.
     7
    182007-08-07      Joel Sherrill <joel.sherrill@OARcorp.com>
    29
  • networkconfig-qemu.h

    r1212e37 rea7c3bf  
    11/*
    2  * Network configuration -- QEMU using DHCP
     2 * Network configuration -- QEMU NOT using DHCP
    33 *
    44 ************************************************************
     
    3333 * If you use DHCP on the QEMU instance, there is less configuration
    3434 */
    35 #define RTEMS_USE_BOOTP
     35// #define RTEMS_USE_BOOTP
    3636
    3737#include <bsp.h>
  • networkconfig.h

    r1212e37 rea7c3bf  
    4747#endif
    4848
     49#define RTEMS_USE_LOOPBACK
    4950#ifdef RTEMS_USE_LOOPBACK
    5051/*
     
    9697 */
    9798struct rtems_bsdnet_config rtems_bsdnet_config = {
     99#if 0
    98100        &netdriver_config,
     101#endif
    99102
    100103#if (defined (RTEMS_USE_BOOTP))
Note: See TracChangeset for help on using the changeset viewer.