Subject: Re: Arp Resolve
To: Nitin P Mahajan <Nitin@soc-soft.com>
From: Peter Buckingham <pbuckingham@lnxw.com>
List: tech-net
Date: 03/18/2004 09:56:48
Hi,

Nitin P Mahajan wrote:
> 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.

why don't you just add a static variable to the start function and print out the 
value in your message, that will show whether it's really been called twice or 
it's something about the way the console handles messages.

peter