From owner-freebsd-ppc@FreeBSD.ORG Mon Jan 30 16:11:31 2012 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 295331065670; Mon, 30 Jan 2012 16:11:31 +0000 (UTC) (envelope-from superbisquit@gmail.com) Received: from mail-pw0-f54.google.com (mail-pw0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id E28088FC1A; Mon, 30 Jan 2012 16:11:30 +0000 (UTC) Received: by pbcc13 with SMTP id c13so4694391pbc.13 for ; Mon, 30 Jan 2012 08:11:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=3KTN1BAuvVHF/ga6NSsk2g0zKym30YkYOizMRZn4FpQ=; b=qUJJYk2FwC8eBF2zd4+PzyXmUs8vZUj17gOVZMVrgfITfnGpK3OXgvT+A9fUbhQZ2Z RxA6L1r+egUisQkAPtNlE3bjcnHhhF3GRWL9V5RUMmP4efEfOWc9EElNQo5WFrxEXrrr 0YZgZ0u9pDp6E6Spn3DRFqY6pJzicyakO+YaY= MIME-Version: 1.0 Received: by 10.68.120.72 with SMTP id la8mr43074509pbb.56.1327939890619; Mon, 30 Jan 2012 08:11:30 -0800 (PST) Received: by 10.68.22.165 with HTTP; Mon, 30 Jan 2012 08:11:30 -0800 (PST) In-Reply-To: References: <6B0E21DA-728B-43ED-8194-76D48A65B885@gmail.com> <20120127061139.GA20497@FreeBSD.org> Date: Mon, 30 Jan 2012 11:11:30 -0500 Message-ID: From: Super Bisquit To: Justin Hibbits Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD PowerPC ML Subject: Re: Has source been updated with Hibbits' recent patches? X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jan 2012 16:11:31 -0000 Okay, I rebuilt the kernel. Modules needed are miibus, if_et, cardbus, and pccard. Not working as of yet. I'll rebuild the kernel a second time. >From the forth prompt, I typed,"setenv boot-device hd0,20" Is that the proper command? On Fri, Jan 27, 2012 at 4:53 PM, Super Bisquit wro= te: > > Here is some information that may help. > The linux firmware image is agere_sta_fw.bin. > Hardware identity is 0005:0001:0001:0002. > Station identity is 001f:0001:0008:0046. > Firmware is determined as Lucent/Agere 8.70. > =A0I'll try the patch and tell you how it works. > > > > On 1/27/12, Justin Hibbits wrote: > > 2012/1/27 Alexey Dokuchaev > > > >> On Thu, Jan 26, 2012 at 09:10:40PM -0500, Justin Hibbits wrote: > >> > Oh, I forgot, you need to manually build the if_wi module (go into / > >> > usr/src/sys/modules/wi and make), because it's not included in the > >> > modules Makefile for powerpc. > >> > >> If it works fine, why is it not enabled by default on ppc? > >> > >> ./danfe > >> > > > > I don't know if it works fine :) =A0Plus, I forgot to enable it in my p= atch. > > =A0Here's another patch that does enable it. > > > > Super, you can try the attached patch. > > > > - Justin > >