From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <95ecce58928ebd25d1176974498ac47f@quanstro.net> To: 9fans@9fans.net From: erik quanstrom Date: Mon, 22 Sep 2008 11:57:09 -0400 In-Reply-To: <5d375e920809220700t4cf0f6ah845a645ac2f81f37@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Init hangs Topicbox-Message-UUID: 12d0dd4e-ead4-11e9-9d60-3106f5b1d025 > I would love to try the patch. And I'm still baffled as to why the > installer works but the standard kernels don't. > > Peace > > uriel it is the sdata patch i posted a few weeks ago. Sep 8 13:00:49 EDT 2008 /n/dump/2008/0922/sys/src/9/pc/sdata.c 54744 [quanstro] /n/dump/2008/0922/sys/src/9/pc/sdata.c:1421 c /n/dump/2008/0908/sys/src/9/pc/sdata.c:1421 < if(ataready(cmdport, ctlport, drive->dev, Bsy|Drq, Drdy, 101*1000) < 0) --- > if(ataready(cmdport, ctlport, drive->dev, Bsy|Drq, 0, 101*1000) < 0) if this doesn't fix the problem, i'll see if i can't do a vmware install and see what the problem is. - erik