From: Paul M. <le...@li...> - 2007-07-19 18:18:22
|
On Thu, Jul 19, 2007 at 05:50:44PM +0530, Ashay Jaiswal wrote: > Hello Sir, > > I am trying to boot Linux-2.6.22.1 kernel on Highlander 7780 board. > I am using "r7780rp_defconfig" as my kernel configuration file: > > The kernel hangs at following point: > > scsi1 : sata_sil > ata1: SATA max UDMA/100 cmd 0xfd000280 ctl 0xfd00028a bmdma 0xfd000200 > irq 1 > ata2: SATA max UDMA/100 cmd 0xfd0002c0 ctl 0xfd0002ca bmdma 0xfd000208 > irq 1 > ata1: SATA link down (SStatus 0 SControl 310) > ata2: SATA link down (SStatus 0 SControl 310) > scsi2 : pata_platform > ata3: PATA max PIO0 cmd 0xb4001000 ctl 0xb400080c bmdma 0x00000000 irq 4 > First, are you sure you actually have an RP board, or is it the MP? If it's the latter, please select the MP support, as this will us totally different IRQ vectors. The other potential issue is if this is really an RP board, you're probably being bitten by the bus-width problem on the CF slot vs what libata expects it can do. We never bothered to work around this, since the RP boards were never in mass circulation, so the solution there is simply to disable pata_platform. |