From owner-freebsd-arch@FreeBSD.ORG Tue Nov 15 18:20:05 2005 Return-Path: X-Original-To: freebsd-arch@freebsd.org Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD2E616A420 for ; Tue, 15 Nov 2005 18:20:05 +0000 (GMT) (envelope-from bms@spc.org) Received: from arginine.spc.org (arginine.spc.org [83.167.185.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53FD143D45 for ; Tue, 15 Nov 2005 18:20:04 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id B95DD65410; Tue, 15 Nov 2005 18:20:03 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 63837-06-8; Tue, 15 Nov 2005 18:20:03 +0000 (GMT) Received: from empiric.dek.spc.org (unknown [82.109.212.196]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 9F0B765213; Tue, 15 Nov 2005 18:19:51 +0000 (GMT) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 31F056B3E; Mon, 14 Nov 2005 11:42:36 +0000 (GMT) Date: Mon, 14 Nov 2005 11:42:36 +0000 From: Bruce M Simpson To: Bob Pickles Message-ID: <20051114114235.GA1100@empiric.icir.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: Juergen.Dankoweit@T-Online.de, phk@phk.freebsd.dk, freebsd-arch@freebsd.org Subject: Re: FreeBSD on embedded systems X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Nov 2005 18:20:05 -0000 On Sun, Nov 13, 2005 at 10:09:31PM -0700, Bob Pickles wrote: > For you interest, I have implemented a PMC (PCI Mezzanine Card) > driver for one of our products for a French company over 1 year > ago. FreeBSD is a nice stable platform, to develop with. This is very cool. I look forward to being able to run FreeBSD on a cPCI chassis for one very strong reason: cPCI has geographical PCI addressing support. If we had a clean way of using this to number network interfaces, even better -- it's been a bone of contention with router control plane software (i.e. XORP) for a while. BMS