Subject: Re: hangs while trying to record a CD
To: Steve Woodford <steve@mctavish.co.uk>
From: Nathan J. Williams <nathanw@wasabisystems.com>
List: port-i386
Date: 05/14/2002 15:08:18
Steve Woodford <steve@mctavish.co.uk> writes:
> Try disabling DMA (both regular and Ultra-) for cd* in the kernel config
> file:
>
> cd* at atapibus? drive ? flags 0x0ff0
Interesting. This worked (and only disabling ultra-DMA did not),
although I still got some console spew:
cd0(pciide0:1:0): illegal request, data = 00 00 00 00 64 00 00 00 00 00
cd0: dos partition I/O error
wdc_atapi_intr: warning: reading only 1 of 2 bytes
wdc_atapi_intr: warning: reading only 1 of 2 bytes
Perhaps the first two messages are irrelevant, and the DMA version of
whatever is triggering the latter two was the problem?
- Nathan