From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20305 invoked by alias); 25 Apr 2007 11:22:57 -0000 Received: (qmail 20292 invoked by uid 22791); 25 Apr 2007 11:22:55 -0000 X-Spam-Check-By: sourceware.org Received: from mailfe04.swip.net (HELO swip.net) (212.247.154.97) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 25 Apr 2007 12:22:50 +0100 X-Cloudmark-Score: 0.000000 [] Received: from [194.248.135.20] (account mc467741@c2i.net HELO [192.168.2.100]) by mailfe04.swip.net (CommuniGate Pro SMTP 5.1.7) with ESMTPA id 472534192 for ecos-discuss@ecos.sourceware.org; Wed, 25 Apr 2007 13:22:43 +0200 From: Hans Petter Selasky To: ecos-discuss@ecos.sourceware.org Date: Wed, 25 Apr 2007 11:22:00 -0000 User-Agent: KMail/1.9.5 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200704251322.25561.hselasky@c2i.net> Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Subject: Re: [ECOS] USB Host Stack advice X-SW-Source: 2007-04/txt/msg00125.txt.bz2 Hi, The module design of the FreeBSD USB stack is not a big problem for embedded devices. A module just means a static structure in a certain data-section which is searched when you plug USB devices. I have emulated all of this in my new USB stack, on NetBSD, which does not support modules like on FreeBSD. Please see: http://www.turbocat.net/~hselasky/usb4bsd Please check out the SVN version. --HPS -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss