From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from cmo-0001.xspmail.jp ([202.238.198.168]) by ewsd; Fri Aug 14 00:35:34 EDT 2020 Received: from cmr-0001.xspmail.jp ([202.238.198.118]) by cmo with ESMTP id 6RH5kwwWdL3Uq6RRCkFblC; Fri, 14 Aug 2020 13:35:30 +0900 Received: from ci5dell.jitaku.localdomain ([180.147.211.161]) by cmr with ESMTPA id 6RRCkiCrlC7QL6RRCkLM9b; Fri, 14 Aug 2020 13:35:30 +0900 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hera.eonet.ne.jp; s=x01; t=1597379730; i=kokamoto@hera.eonet.ne.jp; bh=z+Pwu/uoTW5K66o2mnauPAaIzGBB578REA5fjaIrwwM=; h=To:Subject:Date:From:In-Reply-To; b=rz3leaqLS3WFPoVw4pE7JKm6Hb1jeHmT4zCzZroa+AMBBnx640eFb7wwvpyxUFLmt oW2ec4Gt9PyccLWdlufpmaSDH9f8es1xVq+8qfoX/DqKMHLvhXyFWPyOkUUpgLXNCv r2dB+CiBf49zZJIuaHoQ2+3txfn8Y9UofIiiJtuSHlsgAJlGOa6qSt8GxPaZcdrmRr wYp0hd2vlBou+ik/H1VbmXKj8bmUWf8bzzgDlbm9dDOPhjLqeZLKiuovoWB33qe301 La3fSeg5zeN9RE4ne7jHXrXvy3HCR5batHix2PtcfiooevDjWY18OKMqSIVGOAOuAP 1iP22VS3LlDQw== Message-ID: <2F3219DBEABBF774A60041A228993BAD@hera.eonet.ne.jp> To: 9front@9front.org Subject: Re: [9front] vgaigfx problem on sandy (core-i5) (0x0126) Date: Fri, 14 Aug 2020 13:35:28 +0900 From: kokamoto@hera.eonet.ne.jp In-Reply-To: <112E92EF3AF14C0C5FA0984F869A57B6@hera.eonet.ne.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: self-healing rich-client YAML over SQL high-performance blockchain controller Thank you very much. Now I can boot this safely. Kenji > I updated above kernel, and got problem like: > > init: starting /bin/rc > aux/vga: igfx: a > ttaching mmio: bad arg in system call > bind: #i: no frame buffer > ... > > This machine has been working properly for a log time. > The differences of vagigfx.c in kernel are very small > > igfxenable(VGAscr* scr) > { > Pcidev *p; > > if(scr->mmio != nil) <== these two lines added > return; > > ... > > The two cmd/aux/vga/jgfx.c are same. > > Above two lines are not related to this problem, I think. > > Kenji