From owner-freebsd-embedded@FreeBSD.ORG Sun Jul 21 18:32:38 2013 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B0780DD9; Sun, 21 Jul 2013 18:32:38 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wi0-x235.google.com (mail-wi0-x235.google.com [IPv6:2a00:1450:400c:c05::235]) by mx1.freebsd.org (Postfix) with ESMTP id 24F59CA1; Sun, 21 Jul 2013 18:32:37 +0000 (UTC) Received: by mail-wi0-f181.google.com with SMTP id hq4so1171770wib.8 for ; Sun, 21 Jul 2013 11:32:37 -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=vx6mFK/pQfB352v6GVfm/DkJKnju3xzsJm/q9NEC3UU=; b=WbenTlsUopXPiX07gz8CFOUJtoqsgB1rumrA15R1t093GQRtHRIQmwBh4FufgkU8kN QdL+pIBhhcgpZtz+PBBmGz9fv/BJMdvQopIPpk2TvVjud65mp7nu4GaGVqGeG8pAbS3T gxx/UXp5V6+g+oR/E/FRkovSg7zkdq/ErqsHFrEoj9RFzYnArIAg9U0bZzxylsFud3ol sXNfCH037Ng6KtfAT6opUswpmDtihCIbqEXj+dkyZ1S/oRivQA4auSyAYyPnV6ATs7P9 EnhdlzUaaSbfroNirdY9V0lyYbTBC1JvtLaK8vUEuUcJdGp3NbjTZCUm/K3e+mzk5dPH i0JQ== MIME-Version: 1.0 X-Received: by 10.194.63.229 with SMTP id j5mr16869886wjs.79.1374431557266; Sun, 21 Jul 2013 11:32:37 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.217.94.132 with HTTP; Sun, 21 Jul 2013 11:32:37 -0700 (PDT) In-Reply-To: <1374422850.1402.8.camel@localhost> References: <1374340359.1421.3.camel@localhost> <1374422850.1402.8.camel@localhost> Date: Sun, 21 Jul 2013 11:32:37 -0700 X-Google-Sender-Auth: nIedoEOjIzFuLZxm5U07a8_Ep74 Message-ID: Subject: Re: Dlink DIR-825 B1 status From: Adrian Chadd To: sbruno@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-embedded@freebsd.org X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Jul 2013 18:32:38 -0000 Woo! Please submit a diff and I'll give you the OK to commit it. Oh, I think ath isn't being built in the kernel, due to size constraints. See if I built it in the filesystem image. -adrian On 21 July 2013 09:07, Sean Bruno wrote: > On Sat, 2013-07-20 at 23:22 -0700, Adrian Chadd wrote: >> >> .. and so I think the address needs to be 0x1f661000 and 0x1f665000 .. >> not 0x1fff1000/0x1fff5000. >> >> So try modifying the fixup_addr to be 0x1f661000 and 0x1f665000 and >> see if the fixup stuff .. actually fixes things up. > > Before changes --> > http://people.freebsd.org/~sbruno/dir825_fbsd_boot_verbose.txt > > After changes --> > http://people.freebsd.org/~sbruno/dir825_fbsd_boot_verbose_fixup.txt > > pciconf -lv > none0@pci0:0:17:0: class=0x028000 card=0xa095168c chip=0x0029168c > rev=0x01 hdr=0x00 > none1@pci0:0:18:0: class=0x028000 card=0xa094168c chip=0x0029168c > rev=0x01 hdr=0x00 > > > Fixup is now running on the B1. Now looking at why ath(4) didn't > attach. Its not clear to me as the chip=0029168c should match. > > Sean