From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Sat, 9 Jul 2011 18:40:49 -0400 To: 9fans@9fans.net Message-ID: <08e97c0e92bc3a82cc2e6746b657a113@ladd.quanstro.net> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Plan9 on QNAP TS-212 NAS (kw) Topicbox-Message-UUID: fcf2f496-ead6-11e9-9d60-3106f5b1d025 > I figured out I can't iprint my way out of the problem, because iprint > doesn't work until after trapinit is over. you can wave() your way out. > I added a special case to intrs so that if ibits is 0x00000010 and the > sort is Irqbridge, we just turn off that bit in the irq mask, and > uncommented several debuggy iprints. > > I found the sheevamem structure and changed its 512*MB to 256*MB > because my TS-212 only has 256 MB of RAM, according to the u-boot > startup message. (I think TS-219s have 512 MB.) there are assumptions about the memory size in many devices, including the ethernet. make sure that you reprogram all the windows that are active. maybe that's not it, but it's the most obvious change. it could be that the new hw just tickles an old problem. those are the worst bugs to hunt. - erik