All of lore.kernel.org
 help / color / mirror / Atom feed
From: jpiszcz <jpiszcz@lucidpixels.com>
To: linux-kernel@vger.kernel.org
Subject: Question about DMA and cd burning.
Date: Wed, 26 Feb 2003 00:21:17 -0500	[thread overview]
Message-ID: <3E5C4ECD.7020806@lucidpixels.com> (raw)

I was talking to a couple of friends who also run 2.4.x, they said they 
burn CD's all the time using DMA, and not PIO.

So I looked into the matter, apparently, the kernel sets my hd{b,c} 
(both Plextor 12/10/32A's) drives DMA to disabled.

[war@war war]$ dmesg | grep -i dma
Activating ISA DMA hang workarounds.
VP_IDE: VIA vt82c596b (rev 12) IDE UDMA66 controller on pci00:07.1
    ide0: BM-DMA at 0xd000-0xd007, BIOS settings: hda:DMA, hdb:DMA
    ide1: BM-DMA at 0xd008-0xd00f, BIOS settings: hdc:DMA, hdd:pio
hda: 156301488 sectors (80026 MB) w/2048KiB Cache, CHS=9729/255/63, UDMA(66)
hdb: DMA disabled
hdc: DMA disabled
[war@war war]$

[war@war war]$ lspci
00:00.0 Host bridge: VIA Technologies, Inc. VT82C693A/694x [Apollo 
PRO133x] (rev 44)
00:01.0 PCI bridge: VIA Technologies, Inc. VT82C598/694x [Apollo 
MVP3/Pro133x AGP]
00:07.0 ISA bridge: VIA Technologies, Inc. VT82C596 ISA [Mobile South] 
(rev 12)
00:07.1 IDE interface: VIA Technologies, Inc. VT82C586/B/686A/B PIPC Bus 
Master IDE (rev 06)
00:07.2 USB Controller: VIA Technologies, Inc. USB (rev 08)
00:07.3 Host bridge: VIA Technologies, Inc. VT82C596 Power Management 
(rev 20)
00:10.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 07)
00:10.1 Input device controller: Creative Labs SB Live! MIDI/Game Port 
(rev 07)
00:11.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX [Cyclone] 
(rev 30)
00:12.0 SCSI storage controller: Adaptec AHA-7850 (rev 03)
01:00.0 VGA compatible controller: 3Dfx Interactive, Inc. Voodoo 3 (rev 01)
[war@war war]$

I even went further and tried:

append="ide-cd=ignore=hdb ide-cd=ignore=hdc"

In my lilo.conf, once again, no luck.

Can anyone offer any suggestions why others can burn CD's in DMA mode, 
yet the kernel keeps disabling DMA for my burners?

Please cc me as I am not subscribed to the list, thank you.



             reply	other threads:[~2003-02-26  5:11 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-26  5:21 jpiszcz [this message]
2003-02-26 11:39 ` Question about DMA and cd burning vishwas
2003-02-26 15:56   ` jpiszcz
2003-02-26 17:02     ` Richard B. Johnson
2003-02-26 17:08       ` John W. M. Stevens
2003-02-26 17:42         ` Richard B. Johnson
2003-02-26 19:38       ` Alan Cox
2003-02-26 14:11 ` Alan Cox

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3E5C4ECD.7020806@lucidpixels.com \
    --to=jpiszcz@lucidpixels.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.