From owner-freebsd-mips@freebsd.org Sun Jan 17 19:15:44 2016 Return-Path: Delivered-To: freebsd-mips@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 3799BA85F1D for ; Sun, 17 Jan 2016 19:15:44 +0000 (UTC) (envelope-from sgalabov@gmail.com) Received: from mail-vk0-x22b.google.com (mail-vk0-x22b.google.com [IPv6:2607:f8b0:400c:c05::22b]) (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 EED4415CD for ; Sun, 17 Jan 2016 19:15:43 +0000 (UTC) (envelope-from sgalabov@gmail.com) Received: by mail-vk0-x22b.google.com with SMTP id a123so292238715vkh.1 for ; Sun, 17 Jan 2016 11:15:43 -0800 (PST) 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=tJ37Fi7x9/1Hj71eqHSoYRl8v8jF5IBPzsUFQ9cGN8A=; b=AhGVWq6y6MilqrTg8wO0mC9iH5rdzbtBPJfFKnCfBPYZbb9DB2frFcnke8rXPBb4Nv cK6MOAyX+lnKHtrwTNdP3IZfhjQ3i7fHSgD64UbY5X84zxgmBD39HU80z7LpfAe+r4Ch hJInSJtXjKMCUqarraGx4gGDfP4vB7sgeQML1ExXDyyj1ohfthTvDLsae1aNzp7W9XB1 lWCyFiUgrZUVmUKLMsnnWywSnC6EUnHJ0YYFgJyjRzXXZp7YYo4Otaebrh9yKeaQDGdx hL05YYeFjEau63639levPlSdAtGhTX8au4yz2ZEKJXTXW5q6KE2DZoSBD0Z0tsPG3NhJ Y6cA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=tJ37Fi7x9/1Hj71eqHSoYRl8v8jF5IBPzsUFQ9cGN8A=; b=JIUvI75LAl/UlxfL+nuIE6oWjVCnOZ8qT0ttBOPnF2iTw/HYNzJcKE89wR8jXJbRpO Y9xJpGTCHD+aCRTSkyPBcGwg0Isdr2jX3CHvKj7uz8hP1Hwif6b31HmytIMWQdpjKjUX SheGIahPHmPCXd3G+UH6Dg+7NodobBWHi8VkHbskI5RXH69wLI653rdE1QQyZ80mNetR lQxGAcxPz5+fWUFJsjFltmRsAUIWo8ImQpsgLbEx6rc4RavoG4BI1TOLZIk4UridhuhL 0jJF5qhsVQ0t9I6xxFJkdlw2xaZgTeshD5ca+AwX4UvBHKzHw86eFEnYCXtRDJ3Ds1Z4 eLLA== X-Gm-Message-State: ALoCoQmxaOrfq+C8BEYSHJBFo347nZFsF/bkTBQmr43b7wQdoTjyKvtZTLDI+k14DJLHH0rwh3u8G4BWCPdFzYYfZelJfDAVqA== MIME-Version: 1.0 X-Received: by 10.31.56.133 with SMTP id f127mr14907217vka.56.1453058142567; Sun, 17 Jan 2016 11:15:42 -0800 (PST) Received: by 10.31.183.147 with HTTP; Sun, 17 Jan 2016 11:15:42 -0800 (PST) In-Reply-To: <569BD676.9040506@digiware.nl> References: <881F0883-BEAE-48A2-AB13-F689CE550DA3@gmail.com> <569BBE18.9030407@digiware.nl> <84A69225-ECF3-4B16-B1E8-CED754A67F16@gmail.com> <569BCB17.7010807@digiware.nl> <569BD676.9040506@digiware.nl> Date: Sun, 17 Jan 2016 21:15:42 +0200 Message-ID: Subject: Re: Ralink/MediaTek support progress From: Stanislav Galabov To: Willem Jan Withagen Cc: "freebsd-mips@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2016 19:15:44 -0000 On Sun, Jan 17, 2016 at 7:59 PM, Willem Jan Withagen wrote: > > With the rest of the compile/build info on the MIPS Wiki: > https://wiki.freebsd.org/FreeBSD/mips/RT3052F > > I get, the appended console at 56700 bit/s, so the kernel is booting. > Now I just have to find out to either get an md in the right place. > Config NFS > Or get it to use the /dev/sd0s1a device, like it did before, which i > guess would be hard since the bits and pieces are not yet in the config. > > --WjW > > You should be able to use your SATA drive by the end of the coming week... :-) Stanislav