Re: "Fix ATAPI transfer lengths" causes CD writing regression
- From: Alan Cox <alan@xxxxxxxxxxxxxxxxxxx>
- Date: Thu, 1 Nov 2007 10:50:36 +0000
O> Hmmm.... reading ide-cd.c::cdrom_pc_intr(). OIC, ide-cd is dealing with
this problem by draining PIO after BMDMA engine is done. This is
possible for BMDMA engines as they simply step out when the SG entries
are exhausted; then, the interrupt handler kicks in and drains the
left-over using PIO. This just isn't possible with more modern DMA engines.
Its not possible with old ones either - its a bug not a feature and is
why there is special casing for stuff like promise where this hangs the
chip.
Alan
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- References:
- Re: "Fix ATAPI transfer lengths" causes CD writing regression
- From: Tejun Heo
- Re: "Fix ATAPI transfer lengths" causes CD writing regression
- Prev by Date: Re: [PATCH 10/16] CRIS architecture: Correct compile errors
- Next by Date: Re: "Fix ATAPI transfer lengths" causes CD writing regression
- Previous by thread: Re: "Fix ATAPI transfer lengths" causes CD writing regression
- Next by thread: Re: "Fix ATAPI transfer lengths" causes CD writing regression
- Index(es):