From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CQYib-0006Bn-Hk for qemu-devel@nongnu.org; Sat, 06 Nov 2004 17:07:33 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CQYia-0006BB-Ee for qemu-devel@nongnu.org; Sat, 06 Nov 2004 17:07:32 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CQYia-0006B8-9Y for qemu-devel@nongnu.org; Sat, 06 Nov 2004 17:07:32 -0500 Received: from [211.29.132.201] (helo=mail20.syd.optusnet.com.au) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CQYZv-00016w-PK for qemu-devel@nongnu.org; Sat, 06 Nov 2004 16:58:36 -0500 Received: from barney.bedrock (tooax6-150.dialup.optusnet.com.au [203.164.233.150]) by mail20.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id iA6LwSRY001250 for ; Sun, 7 Nov 2004 08:58:29 +1100 Received: from [172.16.31.2] (fred.bedrock [172.16.31.2]) by barney.bedrock (8.9.3/8.8.7) with ESMTP id HAA21673 for ; Sun, 7 Nov 2004 07:57:55 +1000 Message-ID: <418D48E2.60805@optusnet.com.au> Date: Sun, 07 Nov 2004 07:57:54 +1000 From: James Boddington MIME-Version: 1.0 Subject: Re: [Qemu-devel] enabling bus-master IDE driver References: <1099661520.418b80d07e377@imp5-q.free.fr> <1099666965.418b9615bb36d@imp5-q.free.fr> <418C2E7D.2040609@brittainweb.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Johannes Schindelin wrote: > Hi, > > On Fri, 5 Nov 2004, Jason Brittain wrote: > > >>/dev/hda: >> setting using_dma to 1 (on) >> HDIO_SET_DMA failed: Operation not permitted >> using_dma = 0 (off) > > > Are you sure you did as guest root? This error could happen if you try to > use hdparm as a plain user. I would expect a different error if the drive > is not capable of doing DMA. > I am getting the same error with the latest from cvs and with 0.6.0. Tired both with and without the busmaster patch. Definately logged in as root. This is what I get during boot. PIIX3: IDE controller at PCI slot 0000:00:01.1 PIIX3: chipset revision 0 PIIX3: not 100% native mode: will probe irqs later PCI: Setting latency timer of device 0000:00:01.1 to 64 ide0: BM-DMA at 0xc000-0xc007, BIOS settings: hda:pio, hdb:pio ide1: BM-DMA at 0xc008-0xc00f, BIOS settings: hdc:pio, hdd:pio I found 2000 is using pio as well. -- James