<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-2022-jp">
<META content="MSHTML 6.00.2800.1170" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Courier size=4>Hi, Frds,</FONT></DIV>
<DIV><FONT face=Courier size=4></FONT> </DIV>
<DIV><FONT face=Courier size=4>In nicrtl.c, about 800s page, it should
</FONT></DIV>
<DIV><FONT face=Courier size=4>be like the following since default MAC
</FONT></DIV>
<DIV><FONT face=Courier size=4>is not all 00 anymore.(ALL 0xFF)</FONT></DIV>
<DIV><FONT face=Courier size=4></FONT> </DIV>
<DIV><FONT face=Courier size=4>
/*<BR> * This is a temporary hack. Due to</FONT></DIV>
<DIV><FONT face=Courier size=4> a change in
initialization, * we may</FONT></DIV>
<DIV><FONT face=Courier size=4> not have got a MAC address yet. Wait
</FONT></DIV>
<DIV><FONT face=Courier size=4>until one has been<BR> *
set.<BR> */<BR>#if 1</FONT></DIV>
<DIV><FONT face=Courier></FONT> </DIV>
<DIV><FONT face=Courier size=4>#define INVALID_MAC
((ifn->if_mac[0] &\</FONT></DIV>
<DIV><FONT face=Courier size=4> ifn->if_mac[3] & ifn->if_mac[5])
== 0xFF)<BR> if(INVALID_MAC)
{<BR>
while(INVALID_MAC)<BR>
NutSleep(125);<BR>
NicDisableInt();<BR> NicStart((u_char
*) (dev->dev_base), </FONT></DIV>
<DIV><FONT face=Courier
size=4>ifn->if_mac);<BR>
ni->ni_curr_page = NIC_START_PAGE + </FONT></DIV>
<DIV><FONT face=Courier
size=4>TX_PAGES;<BR>
NicEnableInt();<BR> }</FONT></DIV>
<DIV><FONT face=Courier></FONT> </DIV>
<DIV><FONT face=Courier size=4>#else</FONT></DIV></BODY></HTML>