Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261278AbVC2SB6 (ORCPT ); Tue, 29 Mar 2005 13:01:58 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261284AbVC2SB6 (ORCPT ); Tue, 29 Mar 2005 13:01:58 -0500 Received: from rproxy.gmail.com ([64.233.170.198]:56163 "EHLO rproxy.gmail.com") by vger.kernel.org with ESMTP id S261278AbVC2SB4 (ORCPT ); Tue, 29 Mar 2005 13:01:56 -0500 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=boXeHW0oeACWzpSGROiLUVpgKziS7mvaAi/cw6BlPqmZXpQ8Bgw8eD+bEuNcukVPRqoEVBUj+P/KomzTBeDl/1ZfQiEirGpbvyuTkYHqVAx1e0dT0cXjNgXXJUy2gJn2U4zajgUVk+Tr3+2fo8NyBOrRupT81TzmCwEgQIFLjC0= Message-ID: Date: Tue, 29 Mar 2005 19:55:30 +0200 From: Mateusz Berezecki Reply-To: Mateusz Berezecki To: Linux Kernel Mailing List Subject: PCI bus mastering question Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 830 Lines: 22 Hello dear list readers, I've been googling on the topic for a couple of minutes and I got some question. If PCI bus mastering means the device gets the control over the bus and does all device voodoo is it possible to achieve the same effects without using mastering? To be more specific: if the device wrote some - let's say register for example - to a memory location, would the result be identical if a kernel read the same register from a device and stored it somewhere in memory? Or does mastering trigger some special stuff in a device so it acts different? kind regards /mb - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/