From owner-freebsd-arm@FreeBSD.ORG Mon Oct 22 21:14:41 2007 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 415A816A419 for ; Mon, 22 Oct 2007 21:14:41 +0000 (UTC) (envelope-from rtos@rogers.com) Received: from smtp104.rog.mail.re2.yahoo.com (smtp104.rog.mail.re2.yahoo.com [206.190.36.82]) by mx1.freebsd.org (Postfix) with SMTP id BE5A913C4AC for ; Mon, 22 Oct 2007 21:14:40 +0000 (UTC) (envelope-from rtos@rogers.com) Received: (qmail 77300 invoked from network); 22 Oct 2007 20:47:44 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:X-YMail-OSG:From:To:Subject:Date:User-Agent:MIME-Version:Content-Type:Content-Transfer-Encoding:Content-Disposition:Message-Id; b=wVdhxthCT34UmXa/99E54C/z9MyFFUlz+Sem06AMnjE4J9UdGFFDWIOisYoo0J8nfiEgy8swlx40/gmzj6zt7YWcfENAtOBdNBBLVTLp1ULsN7TzmWMf82gUjTGSHDt5llAUK57I0hZTIfvEianKmzZ7YAjlj1V+cYEroKNP7rM= ; Received: from unknown (HELO pav) (rtos@rogers.com@99.230.77.185 with login) by smtp104.rog.mail.re2.yahoo.com with SMTP; 22 Oct 2007 20:47:44 -0000 X-YMail-OSG: FHHrXaUVM1kzfcA8Ln1UxgNeJTKEqeUQ5nuxob9tdtcGNNLeH0CnXB7ob6jmgBpHOg-- From: rtos To: freebsd-arm@freebsd.org Date: Mon, 22 Oct 2007 16:47:33 -0400 User-Agent: KMail/1.9.7 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710221647.34126.rtos@rogers.com> Subject: How do I specify the static ip address in the kernel config? 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, 22 Oct 2007 21:14:41 -0000 Hi, This is how I boot my NetBSD board and would like to do the same for FreeBSD. Does FreeBSD have similar options. options NFS_BOOT_BOOTSTATIC options NFS_BOOTSTATIC_MYIP="\"192.168.1.4\"" options NFS_BOOTSTATIC_GWIP="\"192.168.1.1\"" options NFS_BOOTSTATIC_MASK="\"255.255.255.0\"" options NFS_BOOTSTATIC_SERVADDR="\"192.168.1.1\"" options NFS_BOOTSTATIC_SERVER="\"192.168.1.1:/exported/armrootfs\"" Thanks, rtos From owner-freebsd-arm@FreeBSD.ORG Tue Oct 23 09:30:03 2007 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C792716A417 for ; Tue, 23 Oct 2007 09:30:03 +0000 (UTC) (envelope-from mlfbsd@dong.ci0.org) Received: from dong.ci0.org (dong.ci0.org [IPv6:2001:7a8:2066:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id 1CA5813C4A5 for ; Tue, 23 Oct 2007 09:30:02 +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 l9NAJaRo077630; Tue, 23 Oct 2007 12:19:36 +0200 (CEST) (envelope-from mlfbsd@dong.ci0.org) Received: (from mlfbsd@localhost) by dong.ci0.org (8.14.1/8.13.8/Submit) id l9NAJZvj077629; Tue, 23 Oct 2007 12:19:35 +0200 (CEST) (envelope-from mlfbsd) Date: Tue, 23 Oct 2007 12:19:35 +0200 From: Olivier Houchard To: rtos Message-ID: <20071023101935.GA77588@ci0.org> References: <200710221647.34126.rtos@rogers.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200710221647.34126.rtos@rogers.com> User-Agent: Mutt/1.4.1i Cc: freebsd-arm@freebsd.org Subject: Re: How do I specify the static ip address in the kernel config? 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, 23 Oct 2007 09:30:03 -0000 On Mon, Oct 22, 2007 at 04:47:33PM -0400, rtos wrote: > Hi, > > This is how I boot my NetBSD board and would like to do the same for FreeBSD. > Does FreeBSD have similar options. > > options NFS_BOOT_BOOTSTATIC > options NFS_BOOTSTATIC_MYIP="\"192.168.1.4\"" > options NFS_BOOTSTATIC_GWIP="\"192.168.1.1\"" > options NFS_BOOTSTATIC_MASK="\"255.255.255.0\"" > options NFS_BOOTSTATIC_SERVADDR="\"192.168.1.1\"" > options NFS_BOOTSTATIC_SERVER="\"192.168.1.1:/exported/armrootfs\"" > > Thanks, > rtos Hi, I may be wrong, but I'm afraid there's no such options in FreeBSD. I've always used BOOTP for this. Regards, Olivier From owner-freebsd-arm@FreeBSD.ORG Tue Oct 23 13:35:29 2007 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54A5A16A41A for ; Tue, 23 Oct 2007 13:35:29 +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 5F0BC13C4B7 for ; Tue, 23 Oct 2007 13:35:28 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.1/8.14.1) with ESMTP id l9NDQmGu097859; Tue, 23 Oct 2007 07:26:48 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 23 Oct 2007 07:29:19 -0600 (MDT) Message-Id: <20071023.072919.-1443242524.imp@bsdimp.com> To: mlfbsd@ci0.org From: "M. Warner Losh" In-Reply-To: <20071023101935.GA77588@ci0.org> References: <200710221647.34126.rtos@rogers.com> <20071023101935.GA77588@ci0.org> 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 Cc: freebsd-arm@freebsd.org Subject: Re: How do I specify the static ip address in the kernel config? 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, 23 Oct 2007 13:35:29 -0000 In message: <20071023101935.GA77588@ci0.org> Olivier Houchard writes: : On Mon, Oct 22, 2007 at 04:47:33PM -0400, rtos wrote: : > Hi, : > : > This is how I boot my NetBSD board and would like to do the same for FreeBSD. : > Does FreeBSD have similar options. : > : > options NFS_BOOT_BOOTSTATIC : > options NFS_BOOTSTATIC_MYIP="\"192.168.1.4\"" : > options NFS_BOOTSTATIC_GWIP="\"192.168.1.1\"" : > options NFS_BOOTSTATIC_MASK="\"255.255.255.0\"" : > options NFS_BOOTSTATIC_SERVADDR="\"192.168.1.1\"" : > options NFS_BOOTSTATIC_SERVER="\"192.168.1.1:/exported/armrootfs\"" : > : > Thanks, : > rtos : : Hi, : : I may be wrong, but I'm afraid there's no such options in FreeBSD. I've : always used BOOTP for this. I saw this and thought it would make a good addition. Warner From owner-freebsd-arm@FreeBSD.ORG Tue Oct 23 15:54:18 2007 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB5C716A421 for ; Tue, 23 Oct 2007 15:54:18 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from mout0.freenet.de (mout0.freenet.de [IPv6:2001:748:100:40::2:2]) by mx1.freebsd.org (Postfix) with ESMTP id 9662A13C4B6 for ; Tue, 23 Oct 2007 15:54:18 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from [195.4.92.14] (helo=4.mx) by mout0.freenet.de with esmtpa (Exim 4.68) (envelope-from ) id 1IkM5B-00039D-7r for freebsd-arm@freebsd.org; Tue, 23 Oct 2007 17:54:17 +0200 Received: from x0778.x.pppool.de ([89.59.7.120]:50547 helo=peedub.jennejohn.org) by 4.mx with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.68 #1) id 1IkM5B-0002eN-3D for freebsd-arm@freebsd.org; Tue, 23 Oct 2007 17:54:17 +0200 Date: Tue, 23 Oct 2007 17:54:16 +0200 From: Gary Jennejohn To: freebsd-arm@freebsd.org Message-ID: <20071023175416.3eb6ac14@peedub.jennejohn.org> In-Reply-To: <20071023.072919.-1443242524.imp@bsdimp.com> References: <200710221647.34126.rtos@rogers.com> <20071023101935.GA77588@ci0.org> <20071023.072919.-1443242524.imp@bsdimp.com> Organization: DENX Softwre Engineering GmbH X-Mailer: Claws Mail 3.0.2 (GTK+ 2.10.14; amd64-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: How do I specify the static ip address in the kernel config? X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gary.jennejohn@freenet.de List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Oct 2007 15:54:19 -0000 On Tue, 23 Oct 2007 07:29:19 -0600 (MDT) "M. Warner Losh" wrote: > In message: <20071023101935.GA77588@ci0.org> > Olivier Houchard writes: > : On Mon, Oct 22, 2007 at 04:47:33PM -0400, rtos wrote: > : > Hi, > : > > : > This is how I boot my NetBSD board and would like to do the same for FreeBSD. > : > Does FreeBSD have similar options. > : > > : > options NFS_BOOT_BOOTSTATIC > : > options NFS_BOOTSTATIC_MYIP="\"192.168.1.4\"" > : > options NFS_BOOTSTATIC_GWIP="\"192.168.1.1\"" > : > options NFS_BOOTSTATIC_MASK="\"255.255.255.0\"" > : > options NFS_BOOTSTATIC_SERVADDR="\"192.168.1.1\"" > : > options NFS_BOOTSTATIC_SERVER="\"192.168.1.1:/exported/armrootfs\"" > : > > : > Thanks, > : > rtos > : > : Hi, > : > : I may be wrong, but I'm afraid there's no such options in FreeBSD. I've > : always used BOOTP for this. > > I saw this and thought it would make a good addition. > It would be even nicer if one could pass things like this on the command line a la Linux. But that's probably too much to expect w/o lots of kernel mods. -- Gary Jennejohn From owner-freebsd-arm@FreeBSD.ORG Tue Oct 23 17:04:29 2007 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0803716A419 for ; Tue, 23 Oct 2007 17:04:29 +0000 (UTC) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id EF1C513C480 for ; Tue, 23 Oct 2007 17:04:28 +0000 (UTC) (envelope-from sam@errno.com) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id l9NGKPdJ039738 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 23 Oct 2007 09:20:25 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <471E1F49.7010105@errno.com> Date: Tue, 23 Oct 2007 09:20:25 -0700 From: Sam Leffler User-Agent: Thunderbird 2.0.0.6 (X11/20070814) MIME-Version: 1.0 To: rtos References: <200710221647.34126.rtos@rogers.com> In-Reply-To: <200710221647.34126.rtos@rogers.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC--Metrics: ebb.errno.com; whitelist Cc: freebsd-arm@freebsd.org Subject: Re: How do I specify the static ip address in the kernel config? 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, 23 Oct 2007 17:04:29 -0000 rtos wrote: > Hi, > > This is how I boot my NetBSD board and would like to do the same for FreeBSD. > Does FreeBSD have similar options. > > options NFS_BOOT_BOOTSTATIC > options NFS_BOOTSTATIC_MYIP="\"192.168.1.4\"" > options NFS_BOOTSTATIC_GWIP="\"192.168.1.1\"" > options NFS_BOOTSTATIC_MASK="\"255.255.255.0\"" > options NFS_BOOTSTATIC_SERVADDR="\"192.168.1.1\"" > options NFS_BOOTSTATIC_SERVER="\"192.168.1.1:/exported/armrootfs\"" > I always have the dhcp server deliver this based on the mac address. Having "MYIP" built into the kernel means you cannot boot the kernel on multiple boards, right? Sam From owner-freebsd-arm@FreeBSD.ORG Tue Oct 23 17:14:29 2007 Return-Path: Delivered-To: freebsd-arm@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A38816A421 for ; Tue, 23 Oct 2007 17:14:29 +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 492FD13C49D for ; Tue, 23 Oct 2007 17:14:29 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.1/8.14.1) with ESMTP id l9NH8iFJ099864; Tue, 23 Oct 2007 11:08:45 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 23 Oct 2007 11:11:18 -0600 (MDT) Message-Id: <20071023.111118.1683323910.imp@bsdimp.com> To: gary.jennejohn@freenet.de From: "M. Warner Losh" In-Reply-To: <20071023175416.3eb6ac14@peedub.jennejohn.org> References: <20071023101935.GA77588@ci0.org> <20071023.072919.-1443242524.imp@bsdimp.com> <20071023175416.3eb6ac14@peedub.jennejohn.org> 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 Cc: freebsd-arm@FreeBSD.org Subject: Re: How do I specify the static ip address in the kernel config? 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, 23 Oct 2007 17:14:29 -0000 In message: <20071023175416.3eb6ac14@peedub.jennejohn.org> Gary Jennejohn writes: : On Tue, 23 Oct 2007 07:29:19 -0600 (MDT) : "M. Warner Losh" wrote: : : > In message: <20071023101935.GA77588@ci0.org> : > Olivier Houchard writes: : > : On Mon, Oct 22, 2007 at 04:47:33PM -0400, rtos wrote: : > : > Hi, : > : > : > : > This is how I boot my NetBSD board and would like to do the same for FreeBSD. : > : > Does FreeBSD have similar options. : > : > : > : > options NFS_BOOT_BOOTSTATIC : > : > options NFS_BOOTSTATIC_MYIP="\"192.168.1.4\"" : > : > options NFS_BOOTSTATIC_GWIP="\"192.168.1.1\"" : > : > options NFS_BOOTSTATIC_MASK="\"255.255.255.0\"" : > : > options NFS_BOOTSTATIC_SERVADDR="\"192.168.1.1\"" : > : > options NFS_BOOTSTATIC_SERVER="\"192.168.1.1:/exported/armrootfs\"" : > : > : > : > Thanks, : > : > rtos : > : : > : Hi, : > : : > : I may be wrong, but I'm afraid there's no such options in FreeBSD. I've : > : always used BOOTP for this. : > : > I saw this and thought it would make a good addition. : > : : It would be even nicer if one could pass things like this on the command line : a la Linux. But that's probably too much to expect w/o lots of kernel mods. There's no command line for some of the boot loaders. However, I think that it could be done for 8.0. Warner From owner-freebsd-arm@FreeBSD.ORG Tue Oct 23 17:20:44 2007 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D7C616A417 for ; Tue, 23 Oct 2007 17:20:44 +0000 (UTC) (envelope-from rtos@rogers.com) Received: from smtp106.rog.mail.re2.yahoo.com (smtp106.rog.mail.re2.yahoo.com [68.142.225.204]) by mx1.freebsd.org (Postfix) with SMTP id F206213C4A6 for ; Tue, 23 Oct 2007 17:20:43 +0000 (UTC) (envelope-from rtos@rogers.com) Received: (qmail 41466 invoked from network); 23 Oct 2007 17:20:32 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:X-YMail-OSG:Subject:From:To:Content-Type:Date:Message-Id:Mime-Version:X-Mailer:Content-Transfer-Encoding; b=mcOFYs6lonMGm6vnaGvW7mvN5Kc/Zld2fnu9yxrvDCAWenEnLfm1ewTlf1ryYEut5nNBNAF+02IjB7UrremxYmJsAb2IEYeaxYumFxLzBBWC1MJASoe7+h1oKAz/BHzKBaD76pQmoVresevSfpohtF52RtuIaaW7klA9u+0TJls= ; Received: from unknown (HELO pav) (rtos@rogers.com@99.230.77.185 with plain) by smtp106.rog.mail.re2.yahoo.com with SMTP; 23 Oct 2007 17:20:32 -0000 X-YMail-OSG: kGs0otAVM1kQayFZHD6TtEO7gOm4S9B3kOIZC4HFOf2hHU8UgTMFq_H9.jqIztRN4Q-- From: rtos To: freebsd-arm@freebsd.org Content-Type: text/plain Date: Tue, 23 Oct 2007 13:20:31 -0400 Message-Id: <1193160031.5483.54.camel@pav> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 Content-Transfer-Encoding: 7bit Subject: AVILA kernel boots on NSLU2. No userland or login prompt yet. 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, 23 Oct 2007 17:20:44 -0000 Hi, This is just a quick note to encourage anyone who wanted to get FreeBSD on the Slug (If it has not been done yet). I might not get a chance to finish the port. Too many projects :) I am away from my machine .. Remove these. My Slug does not have a CF slot. device avila_led device ata device atadisk # ATA disk drives device avila_ata # Gateworks CF/IDE support A couple of gotchas. 1) The kernel finds the PHY 1 on npe1 instead of npe0. npe1 is "IXP NPE-C" npe0 is "IXP NPE-B" I hacked it by swapping the two structs in the npeconfig[] array in if_npe.c. Now npe1 is NPE-B. I have not actually transmitted anything so this might be wrong. I'll let the NPE experts decide. 2) The image Id's in the firmware have changed. In ixp425_npevar.h #define IXP425_NPE_B_IMAGEID 0x01000200 #define IXP425_NPE_C_IMAGEID 0x02000200 has to change to #define IXP425_NPE_B_IMAGEID 0x01000201 #define IXP425_NPE_C_IMAGEID 0x02000201 See the file ixp425-fw.README in the NetBSD sources for firmware instructions. That is all for now. From owner-freebsd-arm@FreeBSD.ORG Wed Oct 24 14:39:29 2007 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF19216A41A; Wed, 24 Oct 2007 14:39:29 +0000 (UTC) (envelope-from tinguely@casselton.net) Received: from casselton.net (casselton.net [63.165.140.2]) by mx1.freebsd.org (Postfix) with ESMTP id 940F013C4B3; Wed, 24 Oct 2007 14:39:29 +0000 (UTC) (envelope-from tinguely@casselton.net) Received: from casselton.net (localhost [127.0.0.1]) by casselton.net (8.13.8/8.13.8) with ESMTP id l9OEOwqb079545; Wed, 24 Oct 2007 09:24:58 -0500 (CDT) (envelope-from tinguely@casselton.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=casselton.net; s=ccnMail; t=1193235898; bh=ywoCgCV/ALPknlQoHIT5IuyNnoChJmySMneG4zS 4C/g=; h=Date:From:Message-Id:To:Subject; b=kXE62I4oDpf3ZvrRwdfeB0Z jf0edAJDaP7NU1wSWNY6iLzM4fvDiP4JWiqAQQKwpvfrTTaESHb/zS1g3Fyvlvv8fyJ 6fSu03XHakFDK+XfjjLy6BKh42zfovF5mTlzs1obJW1Art0JTAX3+cM4XTHVA13kbT9 NTh6Ez/aywyhBU= Received: (from tinguely@localhost) by casselton.net (8.13.8/8.13.8/Submit) id l9OEOwLI079544; Wed, 24 Oct 2007 09:24:58 -0500 (CDT) (envelope-from tinguely) Date: Wed, 24 Oct 2007 09:24:58 -0500 (CDT) From: Mark Tinguely Message-Id: <200710241424.l9OEOwLI079544@casselton.net> To: freebsd-arm@freebsd.org, freebsd-embedded@freebsd.org Cc: Subject: Gateworks Ebay listing 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, 24 Oct 2007 14:39:29 -0000 FYI: There is a listing for a Gateworks Network Processor Board GW2348-4 with case for sale on Ebay for $150 + 10 s/h in USA, quantity 7. http://cgi.ebay.com/Gateworks-Network-Processor-Board-GW2348-4-in-case_W0QQitemZ280166111102QQihZ018QQcategoryZ51210QQssPageNameZWDVWQQrdZ1QQcmdZViewItem Disclaimer: I am not the seller, nor do I know the seller - As best that I can tell, I don't think I have an active Ebay account any more. This is a re-listed sale that expired last week when the seller had 10 boards. --Mark Tinguely