From owner-freebsd-ppc@FreeBSD.ORG Mon Feb 6 19:34:40 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 520F0106564A for ; Mon, 6 Feb 2012 19:34:40 +0000 (UTC) (envelope-from superbisquit@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 1DCA08FC17 for ; Mon, 6 Feb 2012 19:34:39 +0000 (UTC) Received: by daec6 with SMTP id c6so6316324dae.13 for ; Mon, 06 Feb 2012 11:34:39 -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; bh=qLqS+4OSa6C10xDmd4qnqdFl9a85wU5Wrfnq2tlom6w=; b=DE02iP99aEXCvTNkT82b89SAeraIY4oEihiOyc4d+/FuBfZ8AXw4nebhERGTERKp0h 1/UCuPfRPd2lYRd2oQSitQKfCveS3zu6ySI9Yn2/eyR/DYj+zoGZ0RAb4d6cKJRXiSQZ b3DhAkeBQj03dt0SQAuH0tkisi6sQ2OUoA/Fk= MIME-Version: 1.0 Received: by 10.68.74.138 with SMTP id t10mr49671025pbv.126.1328556879622; Mon, 06 Feb 2012 11:34:39 -0800 (PST) Received: by 10.68.32.197 with HTTP; Mon, 6 Feb 2012 11:34:39 -0800 (PST) In-Reply-To: <7F507C2E-8F25-4B93-B844-E80A150BAA21@gmail.com> References: <7169302.1373133.1328113439915.chat@gmail.com> <20120205041843.74df7702.torfinn.ingolfsen@broadpark.no> <7F507C2E-8F25-4B93-B844-E80A150BAA21@gmail.com> Date: Mon, 6 Feb 2012 14:34:39 -0500 Message-ID: From: Super Bisquit To: FreeBSD PowerPC ML Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: yongari@freebsd.org 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, 06 Feb 2012 19:34:40 -0000 My apologies. I falsely made the assumption that the airport cards were of mii(4) + wi(4) +$DRIVER/MODULE(4). Anyway, is there anyone else with the same card? If so, would you help with testing the patch? By doing so, you would be able to add information determining if the problem is my system or the card itself. Does anyone have the Agere ET1101 card- the one without the silicon bug? If so, you may be able to help improve the driver/kernel module for wi. @Pyun YongHyeon, for this card- Agere ET1101C- what is the, if any, dsp fix? On Sun, Feb 5, 2012 at 4:23 PM, Justin Hibbits wrote: > > On Feb 4, 2012, at 10:18 PM, Torfinn Ingolfsen wrote: > > On Sat, 04 Feb 2012 16:58:37 -0500 >> Super Bisquit wrote: >> >> http://lists.freebsd.org/**pipermail/svn-src-head/2010-** >>> April/016324.html >>> >>> tima# dmesg | grep 0x0004 >>> ukphy0: OUI 0x0004de, model 0x000e, rev. 2 >>> tima# >>> >>> Seems that I have the airport card that causes a lot of problems. >>> http://markmail.org/message/**ldd6kjhxp3h75dgqhas a mention of ukphy(4) but, >>> that page and driver does not exist in the FreeBSD man pages. >>> >>> If Torfinn (tingox), Nathan, or someone else has an Airport card which >>> does not have a bug, then one of them may be able to test the driver. >>> >> >> How can we tell? >> Is there a way though pciconf? >> My Powerbook G4 has this: >> siba_bwn0@pci1:0:18:0: class=0x028000 card=0x004e106b chip=0x432014e4 >> rev=0x03 hdr=0x00 >> vendor = 'Broadcom Corporation' >> device = '802.11b/g Wireless LAN Controller (BCM4309)' >> class = network >> cap 01[40] = powerspec 2 supports D0 D1 D2 D3 current D0 >> and my iBook G4 has this: >> none0@pci1:0:18:0: class=0x028000 card=0x4318106b chip=0x431814e4 >> rev=0x02 hdr=0x00 >> vendor = 'Broadcom Corporation' >> device = 'BCM4318 [AirForce One 54g] 802.11g Wireless LAN >> Controller' >> class = network >> >> HTH >> -- >> Torfinn >> > > The broadcom card uses the bwi(4) driver, not the wi(4) driver. wi(4) is > for prism/orinoco (original airport) cards. > > - Justin > > ______________________________**_________________ > freebsd-ppc@freebsd.org mailing list > http://lists.freebsd.org/**mailman/listinfo/freebsd-ppc > To unsubscribe, send any mail to "freebsd-ppc-unsubscribe@**freebsd.org > " >