From owner-freebsd-mips@FreeBSD.ORG Wed Feb 17 02:57:22 2010 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A824A106566C for ; Wed, 17 Feb 2010 02:57:22 +0000 (UTC) (envelope-from neelnatu@gmail.com) Received: from mail-pz0-f202.google.com (mail-pz0-f202.google.com [209.85.222.202]) by mx1.freebsd.org (Postfix) with ESMTP id 7CF0A8FC1E for ; Wed, 17 Feb 2010 02:57:22 +0000 (UTC) Received: by pzk40 with SMTP id 40so3993659pzk.7 for ; Tue, 16 Feb 2010 18:57:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=lcPe6jDf43y2sbhv32P11nrwd40sWfK2OAQyo2n1bDU=; b=s2lEHRLPT6fWF9s2l6+I4VScY0VLvq8nDAUZPXWRZPeypts1BtFXVoQROOb6kxjW6K KpnhJ03A57Kcz0fcyBN3JkvejrPUWlqF13VWykjuXBDyHvp0q1zh9MIT9EPAZIgHYAUR 3cOMTka0wqtUaO31TXrY2vK+CU13Y++txCyOw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=P9WA2kyGoG5/HyzBuFg8d7gA9GmV00GBoH4tkCcCeqN2gyrWPq5ITqp0EaQRaE6rOX q1XKtO1cmn3erwYV++QHEOJGDYY2MHoYSJeaYOGB7EVSrSJkRidl1yFeTwLFZhl2dqFN uGeVHvmxAL1zXsc1nc4+F9+pHJESHp+jA7I6M= MIME-Version: 1.0 Received: by 10.142.5.32 with SMTP id 32mr5001389wfe.62.1266375442060; Tue, 16 Feb 2010 18:57:22 -0800 (PST) In-Reply-To: <20100211224128.816c46b4.ray@ddteam.net> References: <20100211180129.b34a95c9.ray@dlink.ua> <4B74550B.8020505@bluezbox.com> <20100211224128.816c46b4.ray@ddteam.net> Date: Tue, 16 Feb 2010 18:57:22 -0800 Message-ID: From: Neel Natu To: Alex RAY Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-mips@freebsd.org Subject: Re: Question about kld modules X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2010 02:57:22 -0000 Hi, I have the patch ready for review. Please take a look and let me know if you have any comments. http://people.freebsd.org/~neel/mips_kld_diff.txt I have tested this on big and little endian machines with the bge driver loaded as a module. best Neel On Thu, Feb 11, 2010 at 12:41 PM, Alex RAY wrote: > On Thu, 11 Feb 2010 12:09:42 -0800 > Neel Natu wrote: > >> Hi, >> >> I have it working in my private depot. It has been in there for a >> while so I'll need to do some integration work before committing to >> the tree. >> >> I'll try to commit it by the end of this week. >> >> best >> Neel >> > > Thanks Neel. Wait for Your code. > > > -- > Alex RAY >