Received: with ECARTIS (v1.0.0; list netdev); Mon, 20 Oct 2003 10:33:30 -0700 (PDT) Received: from bart.webpack.hosteurope.de (bart.one-2-one.net [217.115.142.76]) by oss.sgi.com (8.12.10/8.12.10) with SMTP id h9KHWu25003424 for ; Mon, 20 Oct 2003 10:32:57 -0700 Received: from notebook.home.mdiehl.de (pD9E94C64.dip0.t-ipconnect.de [217.233.76.100]) (authenticated) by bart.webpack.hosteurope.de (8.11.6/8.11.6) with ESMTP id h9KHSTk30381; Mon, 20 Oct 2003 19:28:29 +0200 Received: from notebook.home.mdiehl.de (localhost.localdomain [127.0.0.1]) by notebook.home.mdiehl.de (8.12.1/8.12.1) with ESMTP id h9KHUY1m001354; Mon, 20 Oct 2003 19:30:35 +0200 Received: from localhost (martin@localhost) by notebook.home.mdiehl.de (8.12.1/8.12.1/Submit) with ESMTP id h9KHUXiP001351; Mon, 20 Oct 2003 19:30:34 +0200 X-Authentication-Warning: notebook.home.mdiehl.de: martin owned process doing -bs Date: Mon, 20 Oct 2003 19:30:33 +0200 (CEST) From: Martin Diehl X-X-Sender: martin@notebook.home.mdiehl.de To: "Noah J. Misch" cc: irda-users@lists.sourceforge.net, , Subject: Re: [irda-users] [PATCH] Make VLSI FIR depend on X86 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-archive-position: 950 X-ecartis-version: Ecartis v1.0.0 Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com X-original-sender: lists@mdiehl.de Precedence: bulk X-list: netdev Content-Length: 1332 Lines: 31 On Sun, 19 Oct 2003, Noah J. Misch wrote: > This is a trivial patch against the Kconfig entry for the VLSI FIR driver to > make it depend on X86. The in-tree code guarantees that the driver will only > build on X86, and according to the comments therein no machine of another > architecture has this hardware anyway. Well, it would work with any arch, _if_ there was a way to sync the streaming pci dma buffers before giving them back to hardware. Last time I checked there was no pci_dma api call to achieve this on all platforms. For X86 however it's trivial due to cache coherency. The guy is used with X86 notebooks only - unless whoever owns the controller design decides to make some CardBus PC-Card for people with notebooks lacking IrDA-support. > Granted, no human intelligently configuring a kernel for his or her particular > system would make this mistake, but perhaps someone building a distribution > kernel would. I suggest this patch because it keeps the signal to noise ratio > for those testing allyesconfig builds low. Valid point, yes. > This patch applies to the linux-2.5 BK tree as of 0400 UTC 10/20/2003, and for > some time before that as well. Please consider for eventual inclusion. It may > be too much of a fringe case until 2.6.0 begins its stable series. Thanks, second this. Martin