Port-sgimips archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: 5.1_RC2 panics during install on indy



On Mon, 31 May 2010 11:27:34 -0700
"Stephen M. Rumble" <rumble%cs.stanford.edu@localhost> wrote:

> On May 29, 2010, at 10:50 AM, George Harvey wrote:
> 
> > I'm happy to build a patched kernel and give it a try.
> 
> It's quicker for me just to tell you than to generate a patch. In 
> src/sys/arch/sgimips/hpc/wdsc.c, if you change the following
>     sc->sc_clkfreq = 200;
>     sc->sc_dmamode = SBIC_CTL_BURST_DMA;
> to
>     sc->sc_clkfreq = 100;
>     sc->sc_dmamode = SBIC_CTL_DMA;
> you should get about the 4.0 behaviour (no fast scsi, wrong clock, no burst 
> dma).

Unfortunately I am away from my test machines for a week, I'll give
this a try when I get back next week.

Thanks,
George


Home | Main Index | Thread Index | Old Index