From owner-freebsd-net@FreeBSD.ORG Wed Oct 18 18:21:06 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7FC716A40F for ; Wed, 18 Oct 2006 18:21:06 +0000 (UTC) (envelope-from newroswell@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04B4143DEB for ; Wed, 18 Oct 2006 18:16:40 +0000 (GMT) (envelope-from newroswell@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so216927uge for ; Wed, 18 Oct 2006 11:16:23 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fde6PDsfNOMsxyQSla8UtMQ6eX3wdpsqXZpcnATB6IXYiTTJmv4VhSYkeyxRNrlkiXTy2spjIigLeelLs3Ur3Uu1nMQwQ5XDUF1x33VrpPF4FN/j3NIiCH28cIzYxKPSlLepLo8CwEOazOLloLPmYOHhH+n0/nsb5KTWjnp8P2U= Received: by 10.78.128.11 with SMTP id a11mr10436202hud; Wed, 18 Oct 2006 11:16:22 -0700 (PDT) Received: by 10.78.192.15 with HTTP; Wed, 18 Oct 2006 11:16:22 -0700 (PDT) Message-ID: <375baf50610181116yc967876tb65d8a31e460ab77@mail.gmail.com> Date: Wed, 18 Oct 2006 11:16:22 -0700 From: "Kevin Sanders" To: "Yuri Lukin" , freebsd-net@freebsd.org In-Reply-To: <1160580727.91199@swaggi.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1160580727.91199@swaggi.com> Cc: Subject: Re: Intel PRO 3945ABG Wireless X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Oct 2006 18:21:06 -0000 On 10/11/06, Yuri Lukin wrote: > I dont know the OS internals and don't have any real programming > experience. Perhaps some basic guidance could set people > like myself on the right path? I'm not asking for hand-holding, > just something to start with. Learn to program in C. Read "The Design and Implementation of the FreeBSD Operating System" from front to back (probably more than once). If there are topics you don't understand, research them futher. If you haven't written code, and don't know the OS, you have a long road ahead, and writing a device driver probably isn't going to be your first successful project. So get busy. Kevin