Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



is
Mon Nov 18 01:08:30 PST 1996
Update of /cvsroot/src/sys/arch/amiga/dev
In directory netbsd1:/var/slash-tmp/cvs-serv20005

Modified Files:
        if_bah.c 
Log Message:
Change the token loss report algorithm:

Earlier, we re-complained about excessive token losses about once a minute.
However, on small ARCnet networks, the token will also be lost if only one
station (us) is active (ifconfig'd down interfaces don't take place in the
token exchange), and our syslog would be filled with repeated messages about
this condition.

Our new code only complains once, starts a timeout() each time a token 
regeneration is reported by the chip, and generates a log message about 
the regenerated token if it was stable for 15 seconds.




Home | Main Index | Thread Index | Old Index