From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from cmo-0002.xspmail.jp ([202.238.198.172]) by ewsd; Sun Jul 26 22:19:04 EDT 2020 Received: from cmr-0002.xspmail.jp ([202.238.198.119]) by cmo with ESMTP id zsfPjlsPW9WNkzsjFjYkx8; Mon, 27 Jul 2020 11:19:01 +0900 Received: from ci5dell.jitaku.localdomain ([180.146.217.245]) by cmr with ESMTPA id zsjFjQNSCZdRNzsjFjuoYU; Mon, 27 Jul 2020 11:19:01 +0900 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hera.eonet.ne.jp; s=x01; t=1595816341; i=kokamoto@hera.eonet.ne.jp; bh=+yLmqYHwhBPK9A17YPeidSX4KcY8zu51vn6+uaSNuEs=; h=To:Subject:Date:From; b=jpoFyU/JkuCE6gVNzVPOtVBm5zr1REp1UAKQhiCP93OSrtCE9bHHlzoQ80sBII0z9 CjU+thR59+xwVc5ywOB0iMIuzKT43rbezpbkUbhdSOC/2cwRtbp8ZfqxkmBc5l0w8X 7Ow5TiSgM3g8r6wvleg5pnMUFTyeogeRIyN14Dh91Q+f7TAAoYqO16FYxMIMQw5MH6 lqFIyLLFTpL8OsfK4mil+/oHxQDdInF7hZN36RbEdp+LX+x7XnCJXMY4aQU7aor+kP I95ZbeMxfrXFvH1AJtjEbv67rfCWJNQ1YHqhTu8PRxpnuQ3Ox8XTYS909IIL5aEjnG 4lL4dLjZUhuYg== Message-ID: <112E92EF3AF14C0C5FA0984F869A57B6@hera.eonet.ne.jp> To: 9front@9front.org Subject: vgaigfx problem on sandy (core-i5) (0x0126) Date: Mon, 27 Jul 2020 11:19:00 +0900 From: kokamoto@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: optimized API enhancement interface event 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