Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Oct 2017 07:16:56 -0700
From:      Ngie Cooper <yaneurabeya@gmail.com>
To:        Tommi Pernila <tommi.pernila@gmail.com>
Cc:        Pete Wright <pete@nomadlogic.org>, freebsd-current@freebsd.org
Subject:   Re: latest iwm patches don't work with my 8265 chip
Message-ID:  <7269072A-F04A-4D1C-8BAC-4B64E01EECA4@gmail.com>
In-Reply-To: <CABHD1wQC5GRVYZvTTWfOxfXU36neV5GPSSt2GbwA8YaDaTRbdQ@mail.gmail.com>
References:  <9d8f5052-d481-752c-6e58-47ba6a008355@nomadlogic.org> <00764760-1e7b-e1a7-ae44-7ca4327f4b49@nomadlogic.org> <CABHD1wQC5GRVYZvTTWfOxfXU36neV5GPSSt2GbwA8YaDaTRbdQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> not sure if this is the correct way to get things working, but this diff
>> fixes things up on my end (allows the firmware to load):
>> 
>> diff --git a/sys/modules/iwmfw/Makefile b/sys/modules/iwmfw/Makefile
>> index d38f5424153..73e401b3ea9 100644
>> --- a/sys/modules/iwmfw/Makefile
>> +++ b/sys/modules/iwmfw/Makefile
>> @@ -1,5 +1,5 @@
>>  # $FreeBSD$
>> 
>> -SUBDIR=        iwm3160fw iwm7260fw iwm7265fw iwm8000Cfw iwm7265Dfw
>> +SUBDIR=        iwm3160fw iwm7260fw iwm7265fw iwm8000Cfw iwm8265fw
>> iwm7265Dfw
>> 
>>  .include <bsd.subdir.mk>
>> 
>> 
>> w/o the diff the iwm8265fw doesn't get built afaict.

Hi Pete,
    I submitted your patch as r324470.
Take care!
-Ngie
From owner-freebsd-current@freebsd.org  Tue Oct 10 19:19:15 2017
Return-Path: <owner-freebsd-current@freebsd.org>
Delivered-To: freebsd-current@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3EBA4E3A926
 for <freebsd-current@mailman.ysv.freebsd.org>;
 Tue, 10 Oct 2017 19:19:15 +0000 (UTC)
 (envelope-from markmi@dsl-only.net)
Received: from asp.reflexion.net (outbound-mail-210-77.reflexion.net
 [208.70.210.77])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id E436268BD4
 for <freebsd-current@freebsd.org>; Tue, 10 Oct 2017 19:19:14 +0000 (UTC)
 (envelope-from markmi@dsl-only.net)
Received: (qmail 25263 invoked from network); 10 Oct 2017 19:12:33 -0000
Received: from unknown (HELO rtc-sm-01.app.dca.reflexion.local) (10.81.150.1)
 by 0 (rfx-qmail) with SMTP; 10 Oct 2017 19:12:33 -0000
Received: by rtc-sm-01.app.dca.reflexion.local
 (Reflexion email security v8.40.3) with SMTP;
 Tue, 10 Oct 2017 15:12:33 -0400 (EDT)
Received: (qmail 3774 invoked from network); 10 Oct 2017 19:12:33 -0000
Received: from unknown (HELO iron2.pdx.net) (69.64.224.71)
 by 0 (rfx-qmail) with (AES256-SHA encrypted) SMTP; 10 Oct 2017 19:12:33 -0000
Received: from [192.168.1.26] (c-76-115-7-162.hsd1.or.comcast.net
 [76.115.7.162])
 by iron2.pdx.net (Postfix) with ESMTPSA id 8EAFCEC8FE9;
 Tue, 10 Oct 2017 12:12:32 -0700 (PDT)
From: Mark Millard <markmi@dsl-only.net>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: quoted-printable
Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\))
Subject: Re: Somethign missing in my environment?
Message-Id: <920CCA30-C1B8-4A42-8F00-00BE0FA72D3D@dsl-only.net>
Date: Tue, 10 Oct 2017 12:12:31 -0700
To: johalun0@gmail.com,
 FreeBSD Current <freebsd-current@freebsd.org>
X-Mailer: Apple Mail (2.3273)
X-BeenThere: freebsd-current@freebsd.org
X-Mailman-Version: 2.1.23
Precedence: list
List-Id: Discussions about the use of FreeBSD-current
 <freebsd-current.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-current>, 
 <mailto:freebsd-current-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-current/>;
List-Post: <mailto:freebsd-current@freebsd.org>
List-Help: <mailto:freebsd-current-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-current>, 
 <mailto:freebsd-current-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 10 Oct 2017 19:19:15 -0000

May be this will help find the problem in your environment:

# grep -r gxx_personality_v0 /usr/src/* | more
. . .
=
/usr/src/contrib/libcxxrt/exception.cc:BEGIN_PERSONALITY_FUNCTION(__gxx_pe=
rsonality_v0)
. . .
/usr/src/contrib/libstdc++/libsupc++/eh_personality.cc:#define =
PERSONALITY_FUNCTION     __gxx_personality_v0
. . .
/usr/src/gnu/lib/libsupc++/Version.map:    __gxx_personality_v0;
/usr/src/lib/libcxxrt/Version.map:    __gxx_personality_v0;

# grep -r PERSONALITY_FUNCTION /usr/src/* | more
. . .
/usr/src/contrib/libstdc++/libsupc++/eh_personality.cc:#define =
PERSONALITY_FUNCTION     __gxx_personality_sj0
/usr/src/contrib/libstdc++/libsupc++/eh_personality.cc:#define =
PERSONALITY_FUNCTION     __gxx_personality_v0
=
/usr/src/contrib/libstdc++/libsupc++/eh_personality.cc:PERSONALITY_FUNCTIO=
N (_Unwind_State state,
=
/usr/src/contrib/libstdc++/libsupc++/eh_personality.cc:PERSONALITY_FUNCTIO=
N (int version,
. . .


So it looks like the implementation of __gxx_personality_v0
is supposed to be in one of:

libcxxrt.so.* for clang and modern gcc based buildworld's

libsuppc++.so.* for gcc 4.2.1 based buildworld's


=3D=3D=3D
Mark Millard
markmi at dsl-only.net




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7269072A-F04A-4D1C-8BAC-4B64E01EECA4>