This commit is contained in:
rsc 2005-07-13 21:34:11 +00:00
parent f462256db2
commit a8ec4910fd
12 changed files with 18 additions and 12 deletions

View file

@ -83,6 +83,7 @@ kread(ulong addr, char *buf, int size)
void
xnet(int first)
{
#if 0
ulong out, in, outb, inb, err;
static ulong ifnetaddr;
ulong addr;
@ -123,6 +124,8 @@ xnet(int first)
Bprint(&bout, "ethererr %lud\n", err);
Bprint(&bout, "ether %lud\n", in+out);
Bprint(&bout, "etherb %lud\n", inb+outb);
#endif
USED(first);
}