From owner-freebsd-questions@freebsd.org Wed Sep 16 15:42:16 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F1189CEF60 for ; Wed, 16 Sep 2015 15:42:16 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: from mail-io0-x232.google.com (mail-io0-x232.google.com [IPv6:2607:f8b0:4001:c06::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1AE5C134F for ; Wed, 16 Sep 2015 15:42:16 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: by ioiz6 with SMTP id z6so233527532ioi.2 for ; Wed, 16 Sep 2015 08:42:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=fdDQmwAgURokaolz7ibSqBUEJLXl59qm9xOsjiR4Lag=; b=a1ICRkJ4MzqBvn8CfHvIs1d2gi5XhmsscNJ26+HDz+reLduP+oYDpnskT3DEsO4ou3 yk77IRpTwQ8mAv0YzP41SixHT60MRwCEb19vw4JfXtZQoxrWdW6PxHLgkVkgvDrW2ywm JVeFTKwjwn6XuHZL0UBzqvmV1Z6OVPPVQLHrRp8s/IXq6MPhYml2EeA9CBsTWmVY6XPW MI/uS2vO7MQlDK1bV+ExY9TqeIf42tBZozLb7OJ2r6znTTJx7smN/rElCS4C/uHv1QlC Dc24/DJNm/ow/0NJCVKXkm5GSsH7Vfv4Vs0orTx2r+6dWb44yGwXCDxL3G5ml+fZhxIk gvJg== MIME-Version: 1.0 X-Received: by 10.107.11.166 with SMTP id 38mr45009750iol.186.1442418135389; Wed, 16 Sep 2015 08:42:15 -0700 (PDT) Received: by 10.65.15.33 with HTTP; Wed, 16 Sep 2015 08:42:15 -0700 (PDT) In-Reply-To: <20150916142250.M64674@i805.com.br> References: <20150916142250.M64674@i805.com.br> Date: Wed, 16 Sep 2015 08:42:15 -0700 Message-ID: Subject: Re: About drivers and how create one From: Mehmet Erol Sanliturk To: Nilton Jose Rizzo Cc: FreeBSD Questions Mailing List Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Sep 2015 15:42:16 -0000 On Wed, Sep 16, 2015 at 7:35 AM, Nilton Jose Rizzo wrote: > > Hi all, > > I bought a wireless mini usbcard, to test in > FreeBSD, but it not reconized. In CD have a Linux > source driver. > My Question is : How hard is to convert a source > code Linux to FreeBSD and where I can found information > about it? > > The CHIP under device is Ralink rt28XX. > > I'm using a FreeBSD -current > > uname -a > FreeBSD leblon 11.0-CURRENT FreeBSD 11.0-CURRENT #10 r285290: Wed Jul 8 > 21:50:30 BRT 2015 rizzo@leblon:/usr/obj/usr/src/sys/LEBLON amd64 > > P.S. I Have a good knowledgement in C/C++ and assembler, but I never > wrote a kernel module. > > TIA > > --- > /************************************************* > **Nilton Jos=C3=A9 Rizzo UFRRJ > **http://www.rizzo.eng.br http://www.ufrrj.br > **http://lattes.cnpq.br/0079460703536198 > **************************************************/ > > _______________________________________________ > > Search in Amazon : freebsd device drivers http://www.amazon.com/s/ref=3Dnb_sb_ss_i_4_8?url=3Dsearch-alias%3Dstripbook= s&field-keywords=3Dfreebsd+device+drivers&sprefix=3Dfreebsd+%2Cstripbooks%2= C402 Mehmet Erol Sanliturk