From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from cmo-0001.xspmail.jp ([202.238.198.168]) by ewsd; Sun Aug 16 23:30:57 EDT 2020 Received: from cmr-0000.xspmail.jp ([202.238.198.117]) by cmo with ESMTP id 7VjQk0z4mL3Uq7VrIkJRgh; Mon, 17 Aug 2020 12:30:52 +0900 Received: from portege.jitaku.localdomain ([180.146.242.110]) by cmr with ESMTPA id 7VrIklOIqoVEW7VrIkt8wT; Mon, 17 Aug 2020 12:30:52 +0900 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hera.eonet.ne.jp; s=x01; t=1597635052; i=kokamoto@hera.eonet.ne.jp; bh=V7rBiQNuLcNXzWJcOjdH3AQLHKz0ouKTBxdUpSCUvwY=; h=To:Subject:Date:From:In-Reply-To; b=Zv7c1773oN7/GgZRecub/u0Q910wJpVE1pGhukeOQskPaScqWAhACcJj+kyO6IH6K LsvW1ybbs+HCMDTZwIEHVsqZwv+Xgwzc7qOLXSp0NS5dyVcHbxvMQNU8DJAIGkJHw+ TahUYdDBuhLtMEH6pBM33lIxzCUQo4pxPwFENH0lsypOHcmpkqnRgAAFcHRYDPszlV Sf3in1HsKgviEkmYhTBwmCBQ0MCQFhsEKimWJa9b7f30hbWvj9u8t0DOwnLn7FiJgA IcUy+WgVix3YW3fM0jGls6daKAmvfHqwQL9HDFQ7pQqJKTgTp4Fw9BY9oC7Y5SkljR kYxs6ONX+TvGQ== Message-ID: <7D35FDC7855F291EA030C120C52B7BEA@hera.eonet.ne.jp> To: 9front@9front.org Subject: Re: [9front] vgaigfx problem on sandy (core-i5) (0x0126) Date: Mon, 17 Aug 2020 12:30:50 +0900 From: kokamoto@hera.eonet.ne.jp In-Reply-To: <2F3219DBEABBF774A60041A228993BAD@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: extended generic enhancement No, I made mistake. I booted this machine with older version for pxe, sorry. The problem still remains. Kenji > 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