9front - general discussion about 9front
 help / color / mirror / Atom feed
* vgaigfx problem on sandy (core-i5) (0x0126)
@ 2020-07-27  2:19 kokamoto
  2020-08-14  4:35 ` [9front] " kokamoto
  0 siblings, 1 reply; 3+ messages in thread
From: kokamoto @ 2020-07-27  2:19 UTC (permalink / raw)
  To: 9front

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



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-08-17  3:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-27  2:19 vgaigfx problem on sandy (core-i5) (0x0126) kokamoto
2020-08-14  4:35 ` [9front] " kokamoto
2020-08-17  3:30   ` kokamoto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).