From owner-freebsd-mips@FreeBSD.ORG Sat Sep 17 16:02:44 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 BB23A106564A for ; Sat, 17 Sep 2011 16:02:44 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 75D5C8FC15 for ; Sat, 17 Sep 2011 16:02:44 +0000 (UTC) Received: by gyf2 with SMTP id 2so4315307gyf.13 for ; Sat, 17 Sep 2011 09:02:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; 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; bh=5BDYIfNuFyz2RHlmuJLt1+pPkWH3FvOS7qdqKTCvMKk=; b=ZA+2/5PJNxjNsRlA1fkEg6BtZO/mL6rMqeQUV/DeAmdB9noF9i0wmDrUqtHYJpmu7k v4i3QnVL/Ja0+UgtcywefsJEHM1837UKCPauhWxqM9X+Q7+iHhURCmh6StKgO/+3+5kM Sot/ytR1qGAhu1xDqlzfcFk/3dzOBnRRcTx10= MIME-Version: 1.0 Received: by 10.236.185.195 with SMTP id u43mr3981180yhm.106.1316275363774; Sat, 17 Sep 2011 09:02:43 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.236.111.42 with HTTP; Sat, 17 Sep 2011 09:02:43 -0700 (PDT) In-Reply-To: References: <201109170831.58398.milu@dat.pl> <49F9E5C3-D4BF-4273-85BF-30B51A0A75AD@gmail.com> Date: Sun, 18 Sep 2011 00:02:43 +0800 X-Google-Sender-Auth: WOUPxYdijMaPwjJ1qCn9-LV7DIY Message-ID: From: Adrian Chadd To: Berislav Purgar Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-mips@freebsd.org Subject: Re: ubnt routerstation and lan ports ?? 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: Sat, 17 Sep 2011 16:02:44 -0000 Which file are you editing? hints don't "override" if they're included the way my kernel config is setup. Ie, UBNT_AR71XX_BASE.hints doesn't have any phymask/speed/duplex hints. The ROUTERSTATION config includes UBNT_AR71XX_BASE and UBNT_AR71XX_BASE.hints; the phymask/speed/duplex settings are in ROUTERSTATION.hints. Don't edit UBNT_AR71XX_BASE.hints. :) Adrian