From owner-freebsd-questions@FreeBSD.ORG Wed Dec 20 04:53:19 2006 Return-Path: X-Original-To: questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C8E4416A403 for ; Wed, 20 Dec 2006 04:53:19 +0000 (UTC) (envelope-from abhijit.kumbhar@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31BE843CA0 for ; Wed, 20 Dec 2006 04:53:19 +0000 (GMT) (envelope-from abhijit.kumbhar@gmail.com) Received: by nf-out-0910.google.com with SMTP id x37so2361453nfc for ; Tue, 19 Dec 2006 20:53:18 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=UfGkEYyqgKDQ/OUCX/8iwPO7s8aUGeG6I1dEscgUH0BvuAnzfUW3hjVOHhmG2Ox7XNaGFoTZnA2VGeDpQioJHmw7SS8gG//4YK+NrDA949JVonDC0cg9CgVmE26Si00hv3rHF2QMuAjqMz95WIAcSSOMPTVzz5YyoIlWMqFAaiA= Received: by 10.82.136.4 with SMTP id j4mr1341698bud.1166588837944; Tue, 19 Dec 2006 20:27:17 -0800 (PST) Received: by 10.82.108.2 with HTTP; Tue, 19 Dec 2006 20:27:17 -0800 (PST) Message-ID: Date: Wed, 20 Dec 2006 09:57:17 +0530 From: "Abhijit Kumbhar" To: questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Network Drivers for FreeBSD5.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 04:53:19 -0000 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.