<HTML>
<HEAD>
<TITLE>Initializing networking</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:13pt'>I’m attempting to setup networking on a FreeScale mpc8313erdb, and I need to set it up so I can netboot and run off of tsec1 on the board.<BR>
<BR>
No matter what I do, it seems that RTEMS is insisting that I use tsec2 as the <B>only</B> network interface on the card.  Even going into the bsp.h file and reversing NAME and NAME2 doesn’t fix it, although I can edit the names, and the changes to the name text appears.<BR>
<BR>
Questions:<BR>
</SPAN></FONT><OL><LI><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:13pt'>Is tsec1 supported?  If so, how do I set it up?
</SPAN></FONT><LI><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:13pt'>Does RTEMS even support multiple network interfaces?
</SPAN></FONT><LI><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:13pt'>I build a rtems_bsdnet_config structure properly, with tsec1, tsec2 and lo0, but when entering into the bootpc_init routine, it insists that tsec1 doesn’t exist, and only tsec2 and lo0 show up on the ifnet-> list.  How/where do I initialize the ifnet-> to point to my structure?
</SPAN></FONT><LI><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:13pt'>Is it supported to have a single network interface boot using bootp, and another containing a static IP address?<BR>
</SPAN></FONT></OL><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:13pt'><BR>
David Dudley</SPAN></FONT>
</BODY>
</HTML>