Re: [PATCH 5/8] ide: always set DMA masks in ide_pci_setup_ports()

2008-01-29 Thread Sergei Shtylyov
Hello. Bartlomiej Zolnierkiewicz wrote: Always set DMA masks in ide_pci_setup_ports() to make sure that the valid masks for a host are set. Signed-off-by: Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] Acked-by: Sergei Shtylyov [EMAIL PROTECTED] MBR, Sergei - To unsubscribe from this list:

[PATCH 5/8] ide: always set DMA masks in ide_pci_setup_ports()

2008-01-06 Thread Bartlomiej Zolnierkiewicz
Always set DMA masks in ide_pci_setup_ports() to make sure that the valid masks for a host are set. Signed-off-by: Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] --- +34 bytes drivers/ide/setup-pci.c | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) Index: