Attached TCP/IP interface to cpm0.
Warning: no netmask specified.
Attaching network interface lo0... done.
Loading from PC (vxworks.bin) ...c:/tornado2.2/vxworks.bin
start inflate file to 0x10000
Starting at 0x10000...
Attaching to TFFS...
done.
Target Name: vxTarget
Attached TCP/IP interface to cpm unit 0
Attaching network interface lo0... done.
Adding 3716 symbols for standalone.
auto-booting...
boot device : cpm
unit number : 0
processor number : 0
host name : host
file name : c:/tornado2.2/vxworks.bin
inet on ethernet (e) : 192.168.1.56
host inet (h) : 192.168.1.99
user (u) : target
ftp password (pw) : target
flags (f) : 0x0
other (o) : cpm
/*
* this is the default initialization string, valid for all ads860
* boards using SCC1. If running an 823, use SCC2 => the initialization
* string slightly varies, in that both the SCC number and the interrupt
* vector have different values
*/
#define CPM_LOAD_STRING ""
IMPORT END_OBJ* CPM_LOAD_FUNC (char *, void*);
#endif /* INCLUDE_CPM_END */
#ifdef INCLUDE_MOT_FEC
/* Motorola Fast Ethernet Controller */
#define FEC_LOAD_FUNC motFecEndLoad
/*
* ":::::
* ::::::
* :"
*/
/*
* clockSpeed is optional for processors running at 50 MHz or less but required
* for proper MII management operation, otherwise. The "stringize" macros are
* ANSI C. Use of K&R C requires clockSpeed to be hard-coded or set in a
* separate function
*/
#undef INCLUDE_NETWORK
#define INCLUDE_NETWORK
#ifdef INCLUDE_NETWORK /* defined in configAll.h */
#undef INCLUDE_MOT_FEC /* define if you are using the FEC. */
#define INCLUDE_CPM_END /* define, if you want to use the */
/* CPM ethernet driver */
#endif /* INCLUDE_NETWORK */
#ifdef INCLUDE_MOT_FEC
#ifndef INCLUDE_END
#define INCLUDE_END /* define if you are using the FEC */
#endif /* INCLUDE_END */
#endif /* INCLUDE_MOT_FEC */