From owner-freebsd-arm@FreeBSD.ORG Sun Jun 17 04:21:57 2007 Return-Path: X-Original-To: freebsd-arm@freebsd.org Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 28E2516A469 for ; Sun, 17 Jun 2007 04:21:57 +0000 (UTC) (envelope-from nathanw@uchicago.edu) Received: from vms044pub.verizon.net (vms044pub.verizon.net [206.46.252.44]) by mx1.freebsd.org (Postfix) with ESMTP id 0C57D13C455 for ; Sun, 17 Jun 2007 04:21:57 +0000 (UTC) (envelope-from nathanw@uchicago.edu) Received: from [192.168.0.100] ([71.243.67.176]) by vms044.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0JJR009OCIRMP1J0@vms044.mailsrvcs.net> for freebsd-arm@freebsd.org; Sat, 16 Jun 2007 23:21:23 -0500 (CDT) Date: Sun, 17 Jun 2007 00:21:22 -0400 From: Nathan Whitehorn To: freebsd-arm@freebsd.org Message-id: <286AD52D-FCA7-4814-97B7-2870B42488C6@uchicago.edu> MIME-version: 1.0 (Apple Message framework v752.2) X-Mailer: Apple Mail (2.752.2) Content-type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-transfer-encoding: 7bit Subject: PPP Bus Error X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jun 2007 04:21:57 -0000 I'm trying to establish a PPPoE connection and both ppp and mpd exit with bus errors, and weird traces. Reading through the list, I see someone experienced a similar error last year. Because they both fail, I suspect the bug is in the netgraph ppp stuff (an alignment bug, maybe?), but I was interested in knowing whether anyone else has solved this problem already. Thanks, -Nathan From owner-freebsd-arm@FreeBSD.ORG Sun Jun 17 04:35:59 2007 Return-Path: X-Original-To: freebsd-arm@freebsd.org Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 828E616A474 for ; Sun, 17 Jun 2007 04:35:59 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 41D7C13C45D for ; Sun, 17 Jun 2007 04:35:59 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.8/8.13.4) with ESMTP id l5H4ZAjb033342; Sat, 16 Jun 2007 22:35:10 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 16 Jun 2007 22:35:40 -0600 (MDT) Message-Id: <20070616.223540.-1975970124.imp@bsdimp.com> To: nathanw@uchicago.edu From: "M. Warner Losh" In-Reply-To: <286AD52D-FCA7-4814-97B7-2870B42488C6@uchicago.edu> References: <286AD52D-FCA7-4814-97B7-2870B42488C6@uchicago.edu> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Sat, 16 Jun 2007 22:35:11 -0600 (MDT) Cc: freebsd-arm@freebsd.org Subject: Re: PPP Bus Error X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jun 2007 04:35:59 -0000 In message: <286AD52D-FCA7-4814-97B7-2870B42488C6@uchicago.edu> Nathan Whitehorn writes: : I'm trying to establish a PPPoE connection and both ppp and mpd exit : with bus errors, and weird traces. Reading through the list, I see : someone experienced a similar error last year. Because they both : fail, I suspect the bug is in the netgraph ppp stuff (an alignment : bug, maybe?), but I was interested in knowing whether anyone else has : solved this problem already. Thanks, I'd check all the alignment of structures. I suspect that's what's doing you in... Not all the code in the FreeBSD kernel has been carefully audited for proper structure alignment. Warner From owner-freebsd-arm@FreeBSD.ORG Sun Jun 17 07:38:59 2007 Return-Path: X-Original-To: freebsd-arm@FreeBSD.ORG Delivered-To: freebsd-arm@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6F72C16A41F for ; Sun, 17 Jun 2007 07:38:59 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 3083313C457 for ; Sun, 17 Jun 2007 07:38:59 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.8/8.13.4) with ESMTP id l5H7cMm1034406; Sun, 17 Jun 2007 01:38:22 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 17 Jun 2007 01:38:52 -0600 (MDT) Message-Id: <20070617.013852.387192063.imp@bsdimp.com> To: nathanw@uchicago.edu From: "M. Warner Losh" In-Reply-To: <20070616.223540.-1975970124.imp@bsdimp.com> References: <286AD52D-FCA7-4814-97B7-2870B42488C6@uchicago.edu> <20070616.223540.-1975970124.imp@bsdimp.com> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Sun, 17 Jun 2007 01:38:22 -0600 (MDT) Cc: freebsd-arm@FreeBSD.ORG Subject: Re: PPP Bus Error X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jun 2007 07:38:59 -0000 In message: <20070616.223540.-1975970124.imp@bsdimp.com> "M. Warner Losh" writes: : In message: <286AD52D-FCA7-4814-97B7-2870B42488C6@uchicago.edu> : Nathan Whitehorn writes: : : I'm trying to establish a PPPoE connection and both ppp and mpd exit : : with bus errors, and weird traces. Reading through the list, I see : : someone experienced a similar error last year. Because they both : : fail, I suspect the bug is in the netgraph ppp stuff (an alignment : : bug, maybe?), but I was interested in knowing whether anyone else has : : solved this problem already. Thanks, : : I'd check all the alignment of structures. I suspect that's what's : doing you in... Not all the code in the FreeBSD kernel has been : carefully audited for proper structure alignment. P.S. Can you send me a traceback? Since it is ppp, the userland program, the bus error is what you get when you do an unaligned access. Warner From owner-freebsd-arm@FreeBSD.ORG Sun Jun 17 14:24:53 2007 Return-Path: X-Original-To: freebsd-arm@freebsd.org Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F38F016A400 for ; Sun, 17 Jun 2007 14:24:52 +0000 (UTC) (envelope-from ticso@cicely12.cicely.de) Received: from raven.bwct.de (raven.bwct.de [85.159.14.73]) by mx1.freebsd.org (Postfix) with ESMTP id 6EDD013C455 for ; Sun, 17 Jun 2007 14:24:52 +0000 (UTC) (envelope-from ticso@cicely12.cicely.de) Received: from cicely5.cicely.de ([10.1.1.7]) by raven.bwct.de (8.13.4/8.13.4) with ESMTP id l5HEOjOZ013784; Sun, 17 Jun 2007 16:24:46 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (cicely12.cicely.de [10.1.1.14]) by cicely5.cicely.de (8.13.4/8.13.4) with ESMTP id l5HEOb9V081997 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 17 Jun 2007 16:24:37 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (localhost [127.0.0.1]) by cicely12.cicely.de (8.13.4/8.13.3) with ESMTP id l5HEOag4010965; Sun, 17 Jun 2007 16:24:36 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: (from ticso@localhost) by cicely12.cicely.de (8.13.4/8.13.3/Submit) id l5HEOaE8010964; Sun, 17 Jun 2007 16:24:36 +0200 (CEST) (envelope-from ticso) Date: Sun, 17 Jun 2007 16:24:36 +0200 From: Bernd Walter To: "M. Warner Losh" Message-ID: <20070617142435.GK5189@cicely12.cicely.de> References: <286AD52D-FCA7-4814-97B7-2870B42488C6@uchicago.edu> <20070616.223540.-1975970124.imp@bsdimp.com> <20070617.013852.387192063.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070617.013852.387192063.imp@bsdimp.com> X-Operating-System: FreeBSD cicely12.cicely.de 5.4-STABLE alpha User-Agent: Mutt/1.5.9i X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED=-1.8, BAYES_00=-2.599 autolearn=ham version=3.1.7 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on cicely12.cicely.de Cc: freebsd-arm@freebsd.org Subject: Re: PPP Bus Error X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ticso@cicely.de List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jun 2007 14:24:53 -0000 On Sun, Jun 17, 2007 at 01:38:52AM -0600, M. Warner Losh wrote: > In message: <20070616.223540.-1975970124.imp@bsdimp.com> > "M. Warner Losh" writes: > : In message: <286AD52D-FCA7-4814-97B7-2870B42488C6@uchicago.edu> > : Nathan Whitehorn writes: > : : I'm trying to establish a PPPoE connection and both ppp and mpd exit > : : with bus errors, and weird traces. Reading through the list, I see > : : someone experienced a similar error last year. Because they both > : : fail, I suspect the bug is in the netgraph ppp stuff (an alignment > : : bug, maybe?), but I was interested in knowing whether anyone else has > : : solved this problem already. Thanks, > : > : I'd check all the alignment of structures. I suspect that's what's > : doing you in... Not all the code in the FreeBSD kernel has been > : carefully audited for proper structure alignment. > > P.S. Can you send me a traceback? Since it is ppp, the userland > program, the bus error is what you get when you do an unaligned > access. mpd3 has such errors, but I did not care much because I successfully use mpd4. I have the following in libmap.conf: libpthread.so.2 libthr.so.2 libpthread.so libthr.so It was required, but it might just be because of not compiled in kernel support. At least the mpd4 problem was no bus error. Userland ppp runs as well, but required the following patch to not bus error: ==== //depot/projects/arm/src/usr.sbin/ppp/lcp.c#2 - /data/builder/arm-p4/src/usr.sbin/ppp/lcp.c ==== 939c939,940 < memcpy(&req, opt, sizeof req); --- > //memcpy(&req, opt, sizeof req); > bcopy(opt, &req, sizeof(req)); Not shure if this is still required with gcc4.2, since it was an alignment problem with gcc supplied memcpy. Therefor I did not commit this one. -- B.Walter http://www.bwct.de http://www.fizon.de bernd@bwct.de info@bwct.de support@fizon.de From owner-freebsd-arm@FreeBSD.ORG Sun Jun 17 14:42:22 2007 Return-Path: X-Original-To: freebsd-arm@freebsd.org Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D50F916A468 for ; Sun, 17 Jun 2007 14:42:22 +0000 (UTC) (envelope-from bkoenig@alpha-tierchen.de) Received: from mail.liberty-hosting.de (mail.smartterra.de [195.225.132.203]) by mx1.freebsd.org (Postfix) with ESMTP id 9332C13C4B9 for ; Sun, 17 Jun 2007 14:42:22 +0000 (UTC) (envelope-from bkoenig@alpha-tierchen.de) Received: from mail.liberty-hosting.de ([195.225.132.203]) by localhost (liberty-mail [195.225.132.203]) (amavisd-new, port 10024) with ESMTP id 02725-06; Sun, 17 Jun 2007 16:42:17 +0200 (CEST) Received: from home.alpha-tierchen.de (port-212-202-170-5.dynamic.qsc.de [212.202.170.5]) by mail.liberty-hosting.de (Postfix) with ESMTP id CBC49180F87; Sun, 17 Jun 2007 16:42:17 +0200 (CEST) Received: from webmail.alpha-tierchen.de (localhost [127.0.0.1]) by home.alpha-tierchen.de (Postfix) with ESMTP id A03A745046; Sun, 17 Jun 2007 16:42:15 +0200 (CEST) Received: from 2001:6f8:101e:0:20e:cff:fe6d:6adb (SquirrelMail authenticated user bkoenig) by webmail.alpha-tierchen.de with HTTP; Sun, 17 Jun 2007 16:42:15 +0200 (CEST) Message-ID: <65440.2001:6f8:101e:0:20e:cff:fe6d:6adb.1182091335.squirrel@webmail.alpha-tierchen.de> In-Reply-To: <20070617142435.GK5189@cicely12.cicely.de> References: <286AD52D-FCA7-4814-97B7-2870B42488C6@uchicago.edu> <20070616.223540.-1975970124.imp@bsdimp.com> <20070617.013852.387192063.imp@bsdimp.com> <20070617142435.GK5189@cicely12.cicely.de> Date: Sun, 17 Jun 2007 16:42:15 +0200 (CEST) From: =?iso-8859-1?Q?Bj=F6rn_K=F6nig?= To: ticso@cicely.de User-Agent: SquirrelMail/1.4.10a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: by amavisd-new at mail.smartterra.de Cc: freebsd-arm@freebsd.org Subject: Re: PPP Bus Error X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jun 2007 14:42:22 -0000 Bernd schrieb: > Not shure if this is still required with gcc4.2, since it was an > alignment problem with gcc supplied memcpy. It is still required. There is the same problem with gcc 4.2. Björn From owner-freebsd-arm@FreeBSD.ORG Sun Jun 17 15:44:05 2007 Return-Path: X-Original-To: freebsd-arm@freebsd.org Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CF24116A41F for ; Sun, 17 Jun 2007 15:44:05 +0000 (UTC) (envelope-from ticso@cicely12.cicely.de) Received: from raven.bwct.de (raven.bwct.de [85.159.14.73]) by mx1.freebsd.org (Postfix) with ESMTP id 5E69A13C465 for ; Sun, 17 Jun 2007 15:44:05 +0000 (UTC) (envelope-from ticso@cicely12.cicely.de) Received: from cicely5.cicely.de ([10.1.1.7]) by raven.bwct.de (8.13.4/8.13.4) with ESMTP id l5HFi1T7015055; Sun, 17 Jun 2007 17:44:01 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (cicely12.cicely.de [10.1.1.14]) by cicely5.cicely.de (8.13.4/8.13.4) with ESMTP id l5HFhvw8082512 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 17 Jun 2007 17:43:57 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (localhost [127.0.0.1]) by cicely12.cicely.de (8.13.4/8.13.3) with ESMTP id l5HFhueJ011120; Sun, 17 Jun 2007 17:43:56 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: (from ticso@localhost) by cicely12.cicely.de (8.13.4/8.13.3/Submit) id l5HFhuSE011119; Sun, 17 Jun 2007 17:43:56 +0200 (CEST) (envelope-from ticso) Date: Sun, 17 Jun 2007 17:43:56 +0200 From: Bernd Walter To: =?iso-8859-1?Q?Bj=F6rn_K=F6nig?= Message-ID: <20070617154355.GL5189@cicely12.cicely.de> References: <286AD52D-FCA7-4814-97B7-2870B42488C6@uchicago.edu> <20070616.223540.-1975970124.imp@bsdimp.com> <20070617.013852.387192063.imp@bsdimp.com> <20070617142435.GK5189@cicely12.cicely.de> <65440.2001:6f8:101e:0:20e:cff:fe6d:6adb.1182091335.squirrel@webmail.alpha-tierchen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <65440.2001:6f8:101e:0:20e:cff:fe6d:6adb.1182091335.squirrel@webmail.alpha-tierchen.de> X-Operating-System: FreeBSD cicely12.cicely.de 5.4-STABLE alpha User-Agent: Mutt/1.5.9i X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED=-1.8, BAYES_00=-2.599 autolearn=ham version=3.1.7 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on cicely12.cicely.de Cc: freebsd-arm@freebsd.org, ticso@cicely.de Subject: Re: PPP Bus Error X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ticso@cicely.de List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jun 2007 15:44:05 -0000 On Sun, Jun 17, 2007 at 04:42:15PM +0200, Björn König wrote: > Bernd schrieb: > > Not shure if this is still required with gcc4.2, since it was an > > alignment problem with gcc supplied memcpy. > > It is still required. There is the same problem with gcc 4.2. Someone said it might be because of the pointer type to asume gcc that the pointer is aligned and tune for it. I sounded logical, but I did not investigate it further. Maybe a cast would be enough. -- B.Walter http://www.bwct.de http://www.fizon.de bernd@bwct.de info@bwct.de support@fizon.de From owner-freebsd-arm@FreeBSD.ORG Mon Jun 18 11:10:29 2007 Return-Path: X-Original-To: freebsd-arm@freebsd.org Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 62B4116A46B for ; Mon, 18 Jun 2007 11:10:29 +0000 (UTC) (envelope-from krassi@bulinfo.net) Received: from mx.bulinfo.net (mx.bulinfo.net [193.194.156.1]) by mx1.freebsd.org (Postfix) with ESMTP id 133C713C4D3 for ; Mon, 18 Jun 2007 11:10:27 +0000 (UTC) (envelope-from krassi@bulinfo.net) Received: from localhost (localhost [127.0.0.1]) by mx.bulinfo.net (Postfix) with ESMTP id 6B78212DD0 for ; Mon, 18 Jun 2007 14:10:26 +0300 (EEST) Received: from mx.bulinfo.net ([127.0.0.1]) by localhost (mx.bulinfo.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 24687-07 for ; Mon, 18 Jun 2007 14:10:23 +0300 (EEST) Received: from [192.168.2.188] (pythia.bulinfo.net [212.72.195.5]) by mx.bulinfo.net (Postfix) with ESMTP id 017DE12363 for ; Mon, 18 Jun 2007 14:10:22 +0300 (EEST) Message-ID: <4676681E.9090208@bulinfo.net> Date: Mon, 18 Jun 2007 14:10:22 +0300 From: Krassimir Slavchev User-Agent: Thunderbird 2.0.0.0 (X11/20070601) MIME-Version: 1.0 To: freebsd-arm@freebsd.org X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at mx.bulinfo.net Subject: USB problems X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jun 2007 11:10:29 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 If I connect an USB token to my at91rm9200 board I get: dmesg: uhub0: device problem (STALLED), disabling port 1 booting with USB token connected: uhub0: on usb0 uhub0: 2 ports with 2 removable, self powered uhub0: device problem (STALLED), disabling port 1 uhub0: device problem (IOERROR), disabling port 2 NB: port 2 does not exist but if I connect the device immediately after ohci detecting: dmesg: ugen0: on uhub0 # usbdevs -v Controller /dev/usb0: addr 1: full speed, self powered, config 1, OHCI root hub(0x0000), Atmel(0x0000), rev 1.00 port 1 addr 2: low speed, power 100 mA, config 1, Token-USB(0x0003), ActivCard S.A.(0x09c3), rev 1.00 port 2 powered This happens with all tokens I have. It looks like something broke the ohci controller. Is there someone who successfully use usb on at91rm9200 board with - -current? -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGdmgdxJBWvpalMpkRAmfzAJ94Ng+XtVhANlZUkMD3GQ3nIi8TWgCfdIoy RPLYTM5b27cuzKP8eJk6v5Y= =o/fn -----END PGP SIGNATURE----- From owner-freebsd-arm@FreeBSD.ORG Tue Jun 19 10:18:50 2007 Return-Path: X-Original-To: arm@freebsd.org Delivered-To: freebsd-arm@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B355C16A468 for ; Tue, 19 Jun 2007 10:18:50 +0000 (UTC) (envelope-from bkoenig@alpha-tierchen.de) Received: from mail.liberty-hosting.de (mail.smartterra.de [195.225.132.203]) by mx1.freebsd.org (Postfix) with ESMTP id 735B613C45E for ; Tue, 19 Jun 2007 10:18:50 +0000 (UTC) (envelope-from bkoenig@alpha-tierchen.de) Received: from mail.liberty-hosting.de ([195.225.132.203]) by localhost (liberty-mail [195.225.132.203]) (amavisd-new, port 10024) with ESMTP id 09725-08 for ; Tue, 19 Jun 2007 12:18:47 +0200 (CEST) Received: from home.alpha-tierchen.de (port-212-202-42-120.dynamic.qsc.de [212.202.42.120]) by mail.liberty-hosting.de (Postfix) with ESMTP id A4D7B180DEF for ; Tue, 19 Jun 2007 12:18:47 +0200 (CEST) Received: from webmail.alpha-tierchen.de (localhost [127.0.0.1]) by home.alpha-tierchen.de (Postfix) with ESMTP id 2203745046 for ; Tue, 19 Jun 2007 12:18:46 +0200 (CEST) Received: from 2001:6f8:101e:0:20e:cff:fe6d:6adb (SquirrelMail authenticated user bkoenig) by webmail.alpha-tierchen.de with HTTP; Tue, 19 Jun 2007 12:18:46 +0200 (CEST) Message-ID: <62351.2001:6f8:101e:0:20e:cff:fe6d:6adb.1182248326.squirrel@webmail.alpha-tierchen.de> Date: Tue, 19 Jun 2007 12:18:46 +0200 (CEST) From: =?iso-8859-1?Q?Bj=F6rn_K=F6nig?= To: arm@freebsd.org User-Agent: SquirrelMail/1.4.10a MIME-Version: 1.0 Content-Type: multipart/mixed;boundary="----=_20070619121846_46337" X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: by amavisd-new at mail.smartterra.de Cc: Subject: libat91 doesn't compile X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jun 2007 10:18:50 -0000 ------=_20070619121846_46337 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Hello, the compilation of libat91 fails because of a compiler warning: emac.c: In function 'CheckForNewPacket': emac.c:326: warning: pointer targets in passing argument 1 of 'TFTP_ACK_Data' differ in signedness Please add a simple explicit cast to (char *). Björn ------=_20070619121846_46337 Content-Type: text/x-diff; name="emac.c.diff" Content-Transfer-Encoding: 8bit Content-Disposition: attachment; filename="emac.c.diff" --- src/sys/boot/arm/at91/libat91/emac.c.orig 2007-03-29 00:40:37.000000000 +0200 +++ src/sys/boot/arm/at91/libat91/emac.c 2007-06-19 12:10:52.000000000 +0200 @@ -321,7 +321,7 @@ if (serverPort != udpHdr->src_port) break; - TFTP_ACK_Data(tftpHdr->data, + TFTP_ACK_Data((char *)tftpHdr->data, SWAP16(tftpHdr->block_num), SWAP16(udpHdr->udp_len) - 12); } ------=_20070619121846_46337-- From owner-freebsd-arm@FreeBSD.ORG Tue Jun 19 18:35:47 2007 Return-Path: X-Original-To: freebsd-arm@freebsd.org Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7492016A477 for ; Tue, 19 Jun 2007 18:35:47 +0000 (UTC) (envelope-from jlove@pixelfish.com) Received: from mail01.vmatrixmail.com (mail01.vmatrixmail.com [216.219.244.230]) by mx1.freebsd.org (Postfix) with ESMTP id 1CB7313C4C3 for ; Tue, 19 Jun 2007 18:35:47 +0000 (UTC) (envelope-from jlove@pixelfish.com) Received: (root@mail01.vmatrixmail.com) by vmatrixmail.com id S6133389AbXFSScS for ; Tue, 19 Jun 2007 11:32:18 -0700 To: freebsd-arm@freebsd.org MIME-Version: 1.0 X-Mailer: Rich Media Mail V4. Vmatrix, (C) 2003 From: "Justin Love" Sender: "Justin Love" Message-Id: Date: Tue, 19 Jun 2007 11:32:18 -0700 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Video Turns Software Leads Into Buyers X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jlove@pixelfish.com List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jun 2007 18:35:47 -0000 Greetings!

You have a state-of-the-art software application, but do your customers know it?

Bridge the gap between your latest software solutions and the end user with video.

PixelFish is a video production company that excels at producing high-quality videos that sell. Our talented and accomplished crew starts with a focused and innovative script to match your messaging needs. We then hand off the approved script to our team of videographers who coordinate each and every detail to get the best footage. Experienced and savvy editors complete the final stages to produce the marketing or educational video that keeps you at the cutting edge of software development.

I have embedded a few samples of our work to the right. Click on the videos to see what we can do. We digitize our videos for optimal distribution over the web, via e-mail, CD-ROM and other popular media platforms. We also provide the right tools for measuring the positive impact of each video investment instantly and around the clock.

Whether you are looking to train your customers on your latest application, promote your software, or simply create a software demonstration guide, PixelFish is your one-stop-shop for affordable video solutions for all types of purposes. Call us today to begin the planning process of your video or to gather more information. You can reach us at 800.503.3020 or on our website at www.pixelfish.com.

We’d love to work with you to help turn your software leads into sales.

Sincerely,

Justin Love
PixelFish, Inc.
800.503.3020 x7109
jlove@pixelfish.com
http://www.pixelfish.com
Certiport
Quadrant
InvesTools
------------------------------------------------ Unsubscribe to safely remove yourself from this email list, please send email to info@pixelfish.com. Powered by Pixelfish http://www.pixelfish.com From owner-freebsd-arm@FreeBSD.ORG Wed Jun 20 19:42:01 2007 Return-Path: X-Original-To: freebsd-arm@freebsd.org Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9DAD416A400 for ; Wed, 20 Jun 2007 19:42:01 +0000 (UTC) (envelope-from henrik@brixandersen.dk) Received: from solow.pil.dk (relay.pil.dk [195.41.47.164]) by mx1.freebsd.org (Postfix) with ESMTP id 6375913C469 for ; Wed, 20 Jun 2007 19:42:01 +0000 (UTC) (envelope-from henrik@brixandersen.dk) Received: from tirith.brixandersen.dk (osgiliath.brixandersen.dk [87.53.223.189]) by solow.pil.dk (Postfix) with ESMTP id 92A821CC0C9 for ; Wed, 20 Jun 2007 21:14:33 +0200 (CEST) Received: by tirith.brixandersen.dk (Postfix, from userid 1001) id 029E3B85B; Wed, 20 Jun 2007 21:14:32 +0200 (CEST) Date: Wed, 20 Jun 2007 21:14:32 +0200 From: Henrik Brix Andersen To: freebsd-arm@freebsd.org Message-ID: <20070620191432.GB12111@tirith.brixandersen.dk> Mail-Followup-To: freebsd-arm@freebsd.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qDbXVdCdHGoSgWSk" Content-Disposition: inline X-PGP-Key: http://www.brixandersen.dk/files/HenrikBrixAndersen.asc User-Agent: Mutt/1.5.15 (2007-04-06) Subject: Gateworks Avila GW2348-4 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jun 2007 19:42:01 -0000 --qDbXVdCdHGoSgWSk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, Seeing how FreeBSD/arm seems have become the de facto reference implementation for embedded FreeBSD I thought I might as well get into the loop and order myself an ARM development board (I have previously only worked with embedded FreeBSD on x86 and that other operating system on x86, ColdFire and mips32). I have my eyes set on the Gateworks Avila GW2348-4 but before ordering one there are a few things, I'd like to know. Hopefully, someone on this list can answer my questions. I have only found one European reseller of the GW2348-4, DD-WRT SHOP [1], and according to their website the GW2348-4 is currently out of stock. Anybody know of any other European resellers? Gateworks lists an optional type A USB host interface for the GW2348-4, but I have been unable to find any reseller that holds this version of the board. Anybody here have one? Know where/if I can get one? USB isn't crucial as I will mostly be using the board to get aquinted with the ARM architecture (and, I hope, do some FreeBSD development), but it's a nice to have feature. Anybody know if all Avila boards are sold with the Redboot bootstrap bootloader - or is that only included in the Development Kit? Is this a vanilla version of Redboot, or does it require custom patches to work with the Avila boards? Anything else I ought to be aware of before placing an order? Regards, Brix [1]: http://www.dd-wrt.com/shop/catalog/ --=20 Henrik Brix Andersen --qDbXVdCdHGoSgWSk Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) Comment: GnuPG signed iD8DBQFGeXyYv+Q4flTiePgRArnZAJ0SkI/oT0ik93ktV1dr6fVyeJDdjACfXNCp zcf7MmQfy1jT8CRy1qQgAmI= =7Jmu -----END PGP SIGNATURE----- --qDbXVdCdHGoSgWSk-- From owner-freebsd-arm@FreeBSD.ORG Sat Jun 23 12:10:14 2007 Return-Path: X-Original-To: freebsd-arm@freebsd.org Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1811516A400 for ; Sat, 23 Jun 2007 12:10:14 +0000 (UTC) (envelope-from mlfbsd@dong.ci0.org) Received: from dong.ci0.org (cognet.ci0.org [80.65.224.102]) by mx1.freebsd.org (Postfix) with ESMTP id 4940013C46C for ; Sat, 23 Jun 2007 12:10:12 +0000 (UTC) (envelope-from mlfbsd@dong.ci0.org) Received: from dong.ci0.org (localhost.ci0.org [127.0.0.1]) by dong.ci0.org (8.13.8/8.13.8) with ESMTP id l5NCbR6i044015 for ; Sat, 23 Jun 2007 14:37:27 +0200 (CEST) (envelope-from mlfbsd@dong.ci0.org) Received: (from mlfbsd@localhost) by dong.ci0.org (8.13.8/8.13.8/Submit) id l5NCbQ0X044014 for freebsd-arm@freebsd.org; Sat, 23 Jun 2007 14:37:26 +0200 (CEST) (envelope-from mlfbsd) Date: Sat, 23 Jun 2007 14:37:26 +0200 From: Olivier Houchard To: freebsd-arm@freebsd.org Message-ID: <20070623123726.GA43928@ci0.org> References: <20070620191432.GB12111@tirith.brixandersen.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070620191432.GB12111@tirith.brixandersen.dk> User-Agent: Mutt/1.4.1i Subject: Re: Gateworks Avila GW2348-4 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jun 2007 12:10:14 -0000 Hi Henrik, On Wed, Jun 20, 2007 at 09:14:32PM +0200, Henrik Brix Andersen wrote: > Hi, > > Seeing how FreeBSD/arm seems have become the de facto reference > implementation for embedded FreeBSD I thought I might as well get into > the loop and order myself an ARM development board (I have previously > only worked with embedded FreeBSD on x86 and that other operating > system on x86, ColdFire and mips32). > > I have my eyes set on the Gateworks Avila GW2348-4 but before ordering > one there are a few things, I'd like to know. Hopefully, someone on > this list can answer my questions. > > I have only found one European reseller of the GW2348-4, DD-WRT SHOP > [1], and according to their website the GW2348-4 is currently out of > stock. Anybody know of any other European resellers? > > Gateworks lists an optional type A USB host interface for the > GW2348-4, but I have been unable to find any reseller that holds this > version of the board. Anybody here have one? Know where/if I can get > one? USB isn't crucial as I will mostly be using the board to get > aquinted with the ARM architecture (and, I hope, do some FreeBSD > development), but it's a nice to have feature. > I can't help for those, sorry. Beware however, I don't think we currently support the USB port. It shouldn't be too hard, but it's just not there. > Anybody know if all Avila boards are sold with the Redboot bootstrap > bootloader - or is that only included in the Development Kit? Is this > a vanilla version of Redboot, or does it require custom patches to > work with the Avila boards? > I'm quite sure it will come with RedBoot. And I think vanilla won't work out of the box, because it will lack the ethernet driver. Cheers, Olivier From owner-freebsd-arm@FreeBSD.ORG Sat Jun 23 12:20:21 2007 Return-Path: X-Original-To: freebsd-arm@freebsd.org Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2F8AE16A400 for ; Sat, 23 Jun 2007 12:20:21 +0000 (UTC) (envelope-from henrik@brixandersen.dk) Received: from solow.pil.dk (relay.pil.dk [195.41.47.164]) by mx1.freebsd.org (Postfix) with ESMTP id E93E013C45A for ; Sat, 23 Jun 2007 12:20:20 +0000 (UTC) (envelope-from henrik@brixandersen.dk) Received: from tirith.brixandersen.dk (osgiliath.brixandersen.dk [87.53.223.189]) by solow.pil.dk (Postfix) with ESMTP id AFCDA1CC141 for ; Sat, 23 Jun 2007 14:20:19 +0200 (CEST) Received: by tirith.brixandersen.dk (Postfix, from userid 1001) id EB72FB85B; Sat, 23 Jun 2007 14:20:18 +0200 (CEST) Date: Sat, 23 Jun 2007 14:20:18 +0200 From: Henrik Brix Andersen To: freebsd-arm@freebsd.org Message-ID: <20070623122018.GA63150@tirith.brixandersen.dk> Mail-Followup-To: freebsd-arm@freebsd.org References: <20070620191432.GB12111@tirith.brixandersen.dk> <20070623123726.GA43928@ci0.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="TB36FDmn/VVEgNH/" Content-Disposition: inline In-Reply-To: <20070623123726.GA43928@ci0.org> X-PGP-Key: http://www.brixandersen.dk/files/HenrikBrixAndersen.asc User-Agent: Mutt/1.5.15 (2007-04-06) Subject: Re: Gateworks Avila GW2348-4 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jun 2007 12:20:21 -0000 --TB36FDmn/VVEgNH/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jun 23, 2007 at 02:37:26PM +0200, Olivier Houchard wrote: > On Wed, Jun 20, 2007 at 09:14:32PM +0200, Henrik Brix Andersen wrote: > > Anybody know if all Avila boards are sold with the Redboot bootstrap > > bootloader - or is that only included in the Development Kit? Is this > > a vanilla version of Redboot, or does it require custom patches to > > work with the Avila boards? > >=20 >=20 > I'm quite sure it will come with RedBoot. And I think vanilla won't work = out > of the box, because it will lack the ethernet driver. I got a reply from Gateworks that all Avila boards are preloaded with Redboot and Linux at the factory. Their BSP, available at http://bsp.gateworks.com/, contains the modified Redboot source code. Regards, Brix --=20 Henrik Brix Andersen --TB36FDmn/VVEgNH/ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) Comment: GnuPG signed iD4DBQFGfRACv+Q4flTiePgRAnZhAJdmht07kZhqSqHrAdrSCdsoK+ebAJ9U9ag9 yrdlnErnJqmy/4oBeNWBaw== =nyE3 -----END PGP SIGNATURE----- --TB36FDmn/VVEgNH/--