From owner-freebsd-questions@FreeBSD.ORG Mon Apr 23 13:09:27 2007 Return-Path: X-Original-To: freebsd-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 B6A7516A402 for ; Mon, 23 Apr 2007 13:09:27 +0000 (UTC) (envelope-from rajkumars@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.226]) by mx1.freebsd.org (Postfix) with ESMTP id 76DD813C44B for ; Mon, 23 Apr 2007 13:09:27 +0000 (UTC) (envelope-from rajkumars@gmail.com) Received: by nz-out-0506.google.com with SMTP id r28so1313228nza for ; Mon, 23 Apr 2007 06:09:26 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Orqh+A0WZKzoy5rucSxqVJZy14gDPPD0dupKQbhlhl/ybFDplfZyhn9T2IyJ2sHbn0nsv2ZZOYBIqpus0rcvN5GOfV6/OczpGlYoWifItp5RYjD9Edu8Apm9x5eCWG4BCj3rY66HFDgxafyjt/P01jzm+UYgRj5zgWDY2cwQeSg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Xzz5RcRNvLcKYYtfKPFLkSuIiYmBSZafuIZguEb2JS7apzZFvbuO0KTzp9bWeuhToYyoPjwMrTLHBTiquESM8PNieE4A5xYtCPdYmbeLysaTBcxiWf6FtWBNpORxHJ1Y3fawS3ZkCWeDs8Eifo8N06iqcdFdPku6dclwl1zn9vw= Received: by 10.115.18.1 with SMTP id v1mr2502652wai.1177333766394; Mon, 23 Apr 2007 06:09:26 -0700 (PDT) Received: by 10.114.255.4 with HTTP; Mon, 23 Apr 2007 06:09:26 -0700 (PDT) Message-ID: <64de5c8b0704230609o5ffa4d8ar6544524d46f25a56@mail.gmail.com> Date: Mon, 23 Apr 2007 18:39:26 +0530 From: "Rajkumar S" To: freebsd-questions@freebsd.org In-Reply-To: <200704220248.46213.ABabiy@shaw.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070421120018.EEC8816A46C@hub.freebsd.org> <200704220248.46213.ABabiy@shaw.ca> Subject: Re: Porting a driver from RELENG_6 to RELENG_6_2 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: Mon, 23 Apr 2007 13:09:27 -0000 On 4/22/07, Andriy Babiy wrote: > Have you tried searching http://www.marvell.com/ for the driver? Yes, they have this driver, but i am trying to see if I can get the maintained driver in FreeBSD working. raj