Changeset ea7c3bf in network-demos
- Timestamp:
- 09/07/07 22:33:32 (16 years ago)
- Branches:
- 4.11, 57a009d5b89e72f488ab655184e6a33bb0fe6b7f, network-demos-4-10-branch, network-demos-4-8-branch, network-demos-4-9-branch
- Children:
- e8722e7
- Parents:
- 1212e37
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r1212e37 rea7c3bf 1 2007-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 1 8 2007-08-07 Joel Sherrill <joel.sherrill@OARcorp.com> 2 9 -
networkconfig-qemu.h
r1212e37 rea7c3bf 1 1 /* 2 * Network configuration -- QEMU using DHCP2 * Network configuration -- QEMU NOT using DHCP 3 3 * 4 4 ************************************************************ … … 33 33 * If you use DHCP on the QEMU instance, there is less configuration 34 34 */ 35 #define RTEMS_USE_BOOTP35 // #define RTEMS_USE_BOOTP 36 36 37 37 #include <bsp.h> -
networkconfig.h
r1212e37 rea7c3bf 47 47 #endif 48 48 49 #define RTEMS_USE_LOOPBACK 49 50 #ifdef RTEMS_USE_LOOPBACK 50 51 /* … … 96 97 */ 97 98 struct rtems_bsdnet_config rtems_bsdnet_config = { 99 #if 0 98 100 &netdriver_config, 101 #endif 99 102 100 103 #if (defined (RTEMS_USE_BOOTP))
Note: See TracChangeset
for help on using the changeset viewer.