Re: [PATCH 3/3] ide: add IDE_HFLAG_NO_DSC host flag

2007-12-29 Thread Sergei Shtylyov
Bartlomiej Zolnierkiewicz wrote: * Add IDE_HFLAG_NO_DSC host flag for hosts that doesn't support DSC overlap. * Set it in aec62xx (for ATP850UF only) and hpt34x host drivers. * Convert ide-tape device driver to check for IDE_HFLAG_NO_DSC flag. Signed-off-by: Bartlomiej Zolnierkiewicz <[E

Re: [PATCH 7/9] icside: use hwif->dev

2007-12-29 Thread Sergei Shtylyov
Sergei Shtylyov wrote: * Setup hwif->dev in icside_setup(). * Use hwif->dev instead of state->dev in icside_build_sglist(), icside_dma_end(), icside_dma_start() and icside_dma_setup(). * Remove no longer needed 'dev' field from struct icside_state. Cc: Russell King <[EMAIL PROTECTED]>

Re: [PATCH 7/9] icside: use hwif->dev

2007-12-29 Thread Sergei Shtylyov
Bartlomiej Zolnierkiewicz wrote: * Setup hwif->dev in icside_setup(). * Use hwif->dev instead of state->dev in icside_build_sglist(), icside_dma_end(), icside_dma_start() and icside_dma_setup(). * Remove no longer needed 'dev' field from struct icside_state. Cc: Russell King <[EMAIL P

Re: [PATCH 4/9] ide: use ide_destroy_dmatable() instead of pci_unmap_sg()

2007-12-29 Thread Sergei Shtylyov
Bartlomiej Zolnierkiewicz wrote: Use ide_destroy_dmatable() in: * ide-dma.c::ide_build_dmatable() * sgiioc4.c::sgiioc4_build_dma_table() * pmac.c::pmac_ide_{build,destroy}_dmatable() There should be no functionality changes caused by this patch. Signed-off-by: Bartlomiej Zolnierkiewicz <[E

Re: How to Switch DMA off for only one Harddisk at Kernelboot

2007-12-29 Thread Konstantin A. Lepikhov
Hi Gabriel! Sunday 16, at 09:31:17 PM you wrote: > Oliver Joa wrote: > > Hi, > > > > Gabriel C wrote: > > > > [...] > > > Also have a look at Documentation/ide.txt. > >>> I read this already. Searching for "nodma" in this document gives only > >>> one line: > >>> > >>> "ide=nodma"