Subject: RE: Arp Resolve
To: Nitin P Mahajan <Nitin@soc-soft.com>
From: None <roberto@redix.it>
List: tech-net
Date: 03/18/2004 13:59:27
> Hi!
>
> 	I am writing an Ethernet driver and when I give the following
> command to test the transmit function, I find that the start function is
> getting called twice.
> Is something wrong going out there because e of which it is getting
> called twice or it is correct.
>
> Regards
>
> -nitin
>
>
> Client# ping -c 1 192.168.4.92
> PING 192.168.4.92 (192.168.4.92): 56 data bytes
> Start getting called
> Going out of start
> Mar 18 19:34:51 Client /netbsd: Start getting called
> Mar 18 19:34:51 Client /netbsd: Going out of start
>

The last 2 messages seems to me the kernel messages put on the console
that are repeating your code output;
But I'm not a kernel programmer: please check your code to see if this is
a possible conclusion.

Roberto