From owner-freebsd-mips@FreeBSD.ORG Fri May 4 15:42:18 2012 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 52AC71065674; Fri, 4 May 2012 15:42:18 +0000 (UTC) (envelope-from pkelsey@gmail.com) Received: from mail-qc0-f182.google.com (mail-qc0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id EB8DD8FC1A; Fri, 4 May 2012 15:42:17 +0000 (UTC) Received: by qcsg15 with SMTP id g15so2467919qcs.13 for ; Fri, 04 May 2012 08:42:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=lDmmboQTFLQeesrqqRMOVqBz3YlHLHelOf4+YkYW+7w=; b=GTC4NbL00qkqXWCdyMUfwT7U0yn1WN39f36EbZndi1t+qjQJASCziclO7zO4GRXhdS tCRyY/BgUz//pYuaVB8mDW9h0jzbmHu1O6blpSvHBiBXq7n5QlvkO8+e4LQy51iEDJnN eNqqq8A4A0ZBglHO4peDSsyried2Ayy0a4V8SptXItQ5bmBGQogaG4jFG7vsGzX+G7uk YAF3kCoM87uLYKwiLK5jziFie32xIyb1yAfATpdoEqeOO1gpyRL71WxxZazZZBluuBPB Ob5S+Y5PvgdjN/9K+dk0AwgodhTNH/HhjJt9AE6ET1AUo682x/wrOqrTh8npU9bz6UVO 09IA== MIME-Version: 1.0 Received: by 10.229.112.75 with SMTP id v11mr3102181qcp.144.1336146137534; Fri, 04 May 2012 08:42:17 -0700 (PDT) Sender: pkelsey@gmail.com Received: by 10.229.149.198 with HTTP; Fri, 4 May 2012 08:42:17 -0700 (PDT) In-Reply-To: References: Date: Fri, 4 May 2012 11:42:17 -0400 X-Google-Sender-Auth: xNk8VjPTC5pDfY4TE4s0tUttvlQ Message-ID: From: Patrick Kelsey To: Adrian Chadd Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-mips@freebsd.org Subject: Re: heads up - ar71xx changes 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: Fri, 04 May 2012 15:42:18 -0000 On Fri, May 4, 2012 at 11:31 AM, Patrick Kelsey wrote: > > Without the above diff, things wind up at goto fail on arge1 (which has no > miibus and a phymask of 0xf) instead of in the multiphy logic that follows. > > Correction: arge1 on this platform has no miibus and a phymask of 0x10 -Patrick