From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from securics.com (unknown [128.198.58.14]) by ozlabs.org (Postfix) with ESMTP id 8C7D0DE203 for ; Wed, 31 Oct 2007 02:55:49 +1100 (EST) Received: from [192.168.1.125] (c-75-70-32-46.hsd1.co.comcast.net [75.70.32.46]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by securics.com (Postfix) with ESMTP id 5D7C6B8C0B9 for ; Tue, 30 Oct 2007 09:28:59 -0600 (MDT) Subject: videobuf From: Robert Woodworth To: linuxppc-embedded@ozlabs.org Content-Type: text/plain Date: Tue, 30 Oct 2007 09:28:58 -0600 Message-Id: <1193758138.4606.7.camel@PisteOff> Mime-Version: 1.0 List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , I'm working on building a v4l2 driver for an FPGA module on a Xilinx Virtex4 PPC. Question: Why does the v4l2 videobuf *depend* on PCI? Rob.