From owner-freebsd-mips@FreeBSD.ORG Mon May 16 02:08:18 2011 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 F321D106564A for ; Mon, 16 May 2011 02:08:18 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-yi0-f54.google.com (mail-yi0-f54.google.com [209.85.218.54]) by mx1.freebsd.org (Postfix) with ESMTP id A43758FC0A for ; Mon, 16 May 2011 02:08:18 +0000 (UTC) Received: by yie12 with SMTP id 12so1601188yie.13 for ; Sun, 15 May 2011 19:08:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=J6275ZBHUi3o+i5fyKTF7GSFartoBhjz7LiLOh1VSVY=; b=G/DfDns1YRtF5D9TZel3MuA+Frzcb1M5HlieCSyLACrN0kUj67RPnYgkhBF791LIVn viYDznGT8tvPEKDqMSDHnDsjWG8YRDKjcIE9Iv947O9Vo/QaDYilAyyL+KyLSWhobWLP YTr3547PjZPRtUIXMe5F+NLbPuVkkFu5/hlbg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=tztSS8VhXuhKcBlqYmPA9pA3isTgNrTXWyJnDKZvV4O8N12IT8f2eweDvsSPZ0T81c 7FK5wXy9l+dSFBxv6I3eCrTsOvutSQzfjL8IZzFKLTirJVrwe5daZMENUKZ9Byh/QVlS X+ghS4BptlXQXSKyGsCZfGRiShuUQjPHAumbc= MIME-Version: 1.0 Received: by 10.150.14.13 with SMTP id 13mr3134098ybn.438.1305511697619; Sun, 15 May 2011 19:08:17 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.150.91.12 with HTTP; Sun, 15 May 2011 19:08:17 -0700 (PDT) In-Reply-To: <22FC61A7-D139-42EB-A04A-CD7DD8FA68B7@gmail.com> References: <42E1A1C3-654C-4A1F-8EDC-57EF2A52F5FE@gmail.com> <4DC9DA05.7050901@freebsd.org> <4DC9E4ED.8070203@freebsd.org> <5BF1630A-DC4C-4301-B27D-61004D238361@gmail.com> <4DCC857C.5050903@freebsd.org> <295FD17B-AED3-4468-8803-BCB78B4B06A1@gmail.com> <50EFCE6E-255B-4EA5-84CA-986D20413D17@gmail.com> <70891B7B-238D-4D7F-8475-58B77D0A7274@bluezbox.com> <22FC61A7-D139-42EB-A04A-CD7DD8FA68B7@gmail.com> Date: Mon, 16 May 2011 10:08:17 +0800 X-Google-Sender-Auth: 7WZ2_pcLkARCiTqZRjmpUp7hlew Message-ID: From: Adrian Chadd To: Erik Moe Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-mips@freebsd.org Subject: Re: FreeBSD MIPS and RB133c 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: Mon, 16 May 2011 02:08:19 -0000 On 16 May 2011 10:05, Erik Moe wrote: > Yes, I played with this some this weekend. =A0I don't really have the exp= erience writing drivers for FreeBSD, but I think there was an issue with sy= nchronization between the top half and the bottom half of the adm5120 switc= h driver. =A0I did a lot of experimentation, looked at other drivers for ex= amples and I came up with a patch that gets the RB133C to boot the kernel m= ulti-user and mount a root NFS filesystem. > Hey, great work! I Hope you and Gonzo can figure out exactly what is needed to commit to -HEAD so this port can be made to work. ;) Adrian