initialize_console masked in  vrtrwstr.h
changed void interrupt timer_interrupt (void)  to
	void timer_interrupt (void)  interrupt keyowrd not supported


Sachin
------
Discovered that calling ipx's initialize() before ip's is intentional.

23/08/1996 Sachin
-----------------
Made changes to RTRWARE.C to handle the changed memory map.

05/12/1996 Sachin
-----------------
	Fixed the bug in initing the stack pointer (a7) and the standard lib.
The rom monitor data size and the vector base table size were not being
taken into account. The changes have been made in pmain.68k and rtrware.c.
Now, there are #defined values in pmain.68k to take care of all that. Just
make sure that the CODE_SIZE is not less that what is shown as the total size
in mtrouter.map by too much. If it is, edit pmain.68k and equate the CODE_SIZE
symbol to what is shown as the "sum of all segments" in the map file. Then make
the bin again in the store directory.
	Nothing needs to be changed in rtrware.c. pmain.68k sets a couple of globals
(be careful to ensure that the globals are in udata segment) that are used in
rtrware.c

Sachin 07/12/1996
-----------------
	init_flash_write_scheduler() was being called from initialize_tftp originally
since online flash write was being used only for user database updating thru'
the IP port. Now that it is used for udb update thru' com port and even for telnet
modification, we call from the mail init loop immediately after calling the
initialization routines of all the protocol stacks and applications (in rtrware.c).

Kamal 07 Dec 1996
-----------------
vrtrwstr.h:

	.initialize_dhcp is added to router_protocol_software array of type 
   ROUTERWARE_MODULE_DEFINITION structure.

Sachin 13th December 1996
-------------------------
initmicr.68k :
	. Changed the way the presence of the ROM monitor is detected.
	  Now, the RMON is going to have a magic number ABABABAB
	  in the place of InitSP (location 0)

Sachin 20th December 1996
-------------------------
	Repositioned the call to init_flash_write_scheduler()

Sachin 20th January 1996
------------------------
File     : RTRWARE.C
Function : operating_system()
Equated old_timer_ulong to lsl_timer_ulong so that counting
starts just before the foreground loop. Otherwise all the timers
are immediately called as many times as the number of ticks
that have lapsed between installing the timer ISR and now.

/* Chetan 7/4/97 */
   Frame relay is called while initing 
/* Chetan 7/4/97 */

Naveen.P.N. 22/04/1997
 Included initialize_http in the routerware_protocol_software in the file
 vrtrwstr.h to call http initialization routine.


Sachin 10th June 1997
   Included another symbol WEB_SERVER_INCLUDED (in GLMKDEF). Define this
symbol and make the NVRAM and STORE directories to include WEB server.

PRODID.68K
	Chetan 21st July 1997
	The locations of the PROMS have been changed from 0 to 0800 0000
														and  0008 0000	to 0808 0000
	Also included a new file SYSTEM.INC (the constants r taken from here)

PERTIMER.68K
	chetan 21st July 1997
	initialization of IVT using the VBR i.e for TIMER INTS

INITMICR.68K
	chetan 21st July 1997
	Added new file SYSTEM.INC
	Made changes corresponding to changed mem locations

RTRWARE.C
	chetan 21st July 1997
	Assignment the Boot Mode flag pointer done statically
	rather than dynamically

BOOT.H
	chetan 21st July 1997
	changed memory locations
	
PMAIN.68K
	chetan 21 st July 1997
	changed the origin addresses for new mem locations
	Initialization of Bus Err Hdlr based on value in VBR

WEBLOC.CMD
NOWEBLOC.CMD
	21st July 1997 chetan
		Shifted the mem locations from 102000 to 2000

CAT.BAT
	21st July 1997 chetan
	Conversion parameter for HEXBIN2 changed from 102000 to 2000

SYSTEM.INC
	21st July 1997 chetan
		New file added for the Flash location constants
		


	Calculations for various initialization variables changed (like Code size, RMON data size, etc)

Sudha 4 Jan 1999
----------------
flshwr.c
* In higher_write_to_flash function, boot bus width is determined & based on
  that write_to_flash function is called accordingly.

prodid.68k
* In this , flash product id 1 & 2 are read & initialized properly for
  8 as well as 16 bit boot.

-----------------------------------------------------------------------------
          Name of Engineer : sudha
                      Date : 15-Oct-1999
            Files modified : rtrware.c	
Problem/change description : For shipment, changed VersionDate to October 15.

-----------------------------------------------------------------------------

-----------------------------------------------------------------------------
          Name of Engineer : sudha
                      Date : 04-Nov-1999
            Files modified : rtrware.c	
Problem/change description : For shipment, changed VersionDate to November 04.

-----------------------------------------------------------------------------

-----------------------------------------------------------------------------
          Name of Engineer : sudha
                      Date : 12-Nov-1999
            Files modified : rtrware.c	
Problem/change description : For shipment, changed VersionDate to November 12.

-----------------------------------------------------------------------------
