From owner-freebsd-drivers@FreeBSD.ORG Tue Oct 18 13:31:22 2005 Return-Path: X-Original-To: freebsd-drivers@freebsd.org Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEF5916A420 for ; Tue, 18 Oct 2005 13:31:22 +0000 (GMT) (envelope-from nsrashmi@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id D95BD43D4C for ; Tue, 18 Oct 2005 13:31:21 +0000 (GMT) (envelope-from nsrashmi@gmail.com) Received: by qproxy.gmail.com with SMTP id e11so30348qbe for ; Tue, 18 Oct 2005 06:31:21 -0700 (PDT) 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=Vn6eSEasjjAEvhyJE0U/iszHGlVpa8c36g+zNMphc2/MyXmHjNYF2wHQAo5pJKhf87fGiSsKwq/GqFdTlNGn6412dgf1r0lgmC45Uu+5jpAeAziEYn2Dl/wp13H0e6UYqlZHtvWBeVVJ3ivb2KssJjTis6jwqmnLISrj5Uq3074= Received: by 10.65.206.16 with SMTP id i16mr561775qbq; Tue, 18 Oct 2005 06:31:21 -0700 (PDT) Received: by 10.64.201.3 with HTTP; Tue, 18 Oct 2005 06:31:21 -0700 (PDT) Message-ID: <9f9993160510180631n147bf7catfe693452f89ebb06@mail.gmail.com> Date: Tue, 18 Oct 2005 19:01:21 +0530 From: rashmi ns To: bugi@lists.redbrick.dcu.ie, freebsd-drivers@freebsd.org, freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: help regarding : To recieve and tranmit packet th' an interface X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2005 13:31:23 -0000 Hello List-members, we are writing a driver for HDLC-Controller We have coded upto some extent and actully we are able to transmit and recieve a char buff in loopback (from inside a driver). But we want to tranmit/Rx a real packet in (mbuf structure) and test our code .As it is a HDLC controller does'nt have std MAC ADDRRSS . How can i actually achieve a packet transmition and reception .Are there some drivers which does the same Thanks and Regards, Memeber