Re: 5.1_RC2 panics during install on indy
George Harvey <[email protected]> Tue, 1 Jun 2010 09:34:39 +0100
| Newsgroups | gmane.os.netbsd.ports.sgimips |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 31 May 2010 11:27:34 -0700 "Stephen M. Rumble" <[email protected]> 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