Russell King - ARM Linux Admin wrote:
> 
> Can you try booting the unmodified kernel without the SCSI card?

How about a slightly less modified kernel. The only change of mine 
that is excuted before the hang is:

        head-armv.S     I haven't a boot loader so I turn off
                        MMU, buffering, cacheing, interupts at the start
                        of head-armv.S. I also set the SA-110 control register
                        to:
 ( CSR_SAC_InitComplete | CSR_SAC_ReceivedSERR | CSR_SAC_SdramParityError | \
                  CSR_SAC_PciParityError | CSR_SAC_DmaParityError | \
                  CSR_SAC_PciNotReset | CSR_SAC_RomAccessTime10 | \
                  CSR_SAC_RomBurstTime10 | CSR_SAC_RomTristateTime4 | \
                  CSR_SAC_XcsOutput2 | CSR_SAC_XcsOutput1 )

                I initialize the serial port and then fall through to 
                RMK's code.

It still hangs in irq_init_irq() after taking my changes out of irq.h
and time.h and removing the scsi card.


--
[EMAIL PROTECTED]
        Inet Technologies Inc.
        Plano, Texas
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]

Reply via email to