From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262740AbTJ3SVM (ORCPT ); Thu, 30 Oct 2003 13:21:12 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262745AbTJ3SVM (ORCPT ); Thu, 30 Oct 2003 13:21:12 -0500 Received: from team-server.ntb.ch ([146.136.1.32]:56799 "EHLO team-server.ntb.ch") by vger.kernel.org with ESMTP id S262740AbTJ3SVL (ORCPT ); Thu, 30 Oct 2003 13:21:11 -0500 Message-ID: <002f01c398a0$8f5c8360$b1248892@ntb.ch> From: "Angelo Compagnoni" To: Subject: PCI-driver bursting to target Date: Wed, 22 Oct 2003 15:29:46 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-OriginalArrivalTime: 30 Oct 2003 18:21:10.0023 (UTC) FILETIME=[97B93170:01C39F12] Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org >Is there any feature in the kernel source, that supports burst writes and reads to a target? >The driver I have works for single data transfer with the methods writel(b,addr) and readl(addr). >But I need the burst mode for my diploma thesis. >Thank you for help. >I wish to be personally CC'ed the answers/comments posted to the >list in response to my posting.