login
Header Space

 
 

Re: kernel 2.6.25 with ide driver cs5520 does not boot.

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: TAKADA Yoshihito <takada@...>
Cc: <linux-kernel@...>, <linux-ide@...>
Date: Friday, May 9, 2008 - 5:27 am

On Friday 09 May 2008, TAKADA Yoshihito wrote:

[...]

Thanks.

The following patch for 2.6.26-rc1 disables VDMA, please give it a try
(I haven't time to fully audit VDMA support yet but lets see if it is
the main source of the problems).

---
 drivers/ide/pci/cs5520.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: b/drivers/ide/pci/cs5520.c
===================================================================
--- a/drivers/ide/pci/cs5520.c
+++ b/drivers/ide/pci/cs5520.c
@@ -119,6 +119,7 @@ static const struct ide_dma_ops cs5520_d
 	.dma_timeout		= ide_dma_timeout,
 };
 
+/* FIXME: VDMA is disabled because it caused problems */
 #define DECLARE_CS_DEV(name_str)				\
 	{							\
 		.name		= name_str,			\
@@ -126,7 +127,6 @@ static const struct ide_dma_ops cs5520_d
 		.dma_ops	= &cs5520_dma_ops,		\
 		.host_flags	= IDE_HFLAG_ISA_PORTS |		\
 				  IDE_HFLAG_CS5520 |		\
-				  IDE_HFLAG_VDMA |		\
 				  IDE_HFLAG_NO_ATAPI_DMA |	\
 				  IDE_HFLAG_ABUSE_SET_DMA_MODE, \
 		.pio_mask	= ATA_PIO4,			\
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
kernel 2.6.25 with ide driver cs5520 does not boot., TAKADA Yoshihito, (Thu May 8, 3:58 am)
Re: kernel 2.6.25 with ide driver cs5520 does not boot., Bartlomiej Zolnierkiewicz..., (Thu May 8, 9:07 am)
Re: kernel 2.6.25 with ide driver cs5520 does not boot., TAKADA Yoshihito, (Thu May 8, 10:22 pm)
Re: kernel 2.6.25 with ide driver cs5520 does not boot., Bartlomiej Zolnierkiewicz..., (Fri May 9, 5:27 am)
Re: kernel 2.6.25 with ide driver cs5520 does not boot., TAKADA Yoshihito, (Fri May 9, 8:56 am)
Re: kernel 2.6.25 with ide driver cs5520 does not boot., Bartlomiej Zolnierkiewicz..., (Wed May 14, 4:44 pm)
Re: kernel 2.6.25 with ide driver cs5520 does not boot., TAKADA Yoshihito, (Sun May 18, 12:37 am)
Re: kernel 2.6.25 with ide driver cs5520 does not boot., Bartlomiej Zolnierkiewicz..., (Sun May 18, 2:14 pm)
Re: kernel 2.6.25 with ide driver cs5520 does not boot., Bartlomiej Zolnierkiewicz..., (Wed May 14, 6:28 pm)
Re: kernel 2.6.25 with ide driver cs5520 does not boot., TAKADA Yoshihito, (Fri May 30, 1:01 am)
Re: kernel 2.6.25 with ide driver cs5520 does not boot., Bartlomiej Zolnierkiewicz..., (Wed Jun 11, 4:27 pm)
speck-geostationary