Network Drivers for FreeBSD5.4

2006-12-19 Thread Abhijit Kumbhar

Hi,

I m writing a virtual ethernet interface for FreeBSD5.4.I went through the
documentation on Writing FreeBSD Device Drivers and depending on the
loopback interface code developved a code similar to loopback interface but
with interface type as ethernet.The module is getting compiled without error
but when i m trying to load it m getting the error as file not found.

So can i get some more documentation on Network Device Drivers to refer .
Also the documentation about Bill Paul's network drivers.Please let me know
asap.

Waiting for reply.

Thanks and regards
Abhijit.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Network Drivers for FreeBSD5.4

2006-12-19 Thread Girish Venkatachalam
On Wed, Dec 20, 2006 at 09:57:17AM +0530, Abhijit Kumbhar wrote:
 Hi,
 
 I m writing a virtual ethernet interface for FreeBSD5.4.I went through the
 documentation on Writing FreeBSD Device Drivers and depending on the
 loopback interface code developved a code similar to loopback interface but
 with interface type as ethernet.The module is getting compiled without error
 but when i m trying to load it m getting the error as file not found.
 
 So can i get some more documentation on Network Device Drivers to refer .
 Also the documentation about Bill Paul's network drivers.Please let me know
 asap.

Something tells me this question should be in hackers@

Don't you think so? :)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]