Date: Mon, 04 Dec 2017 19:27:39 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 224069] (Fix included) Use of uninitalized register value in vesa.ko, causing X, text console and suspend/resume to fail Message-ID: <bug-224069-8-qpQ75TH7Wp@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-224069-8@https.bugs.freebsd.org/bugzilla/> References: <bug-224069-8@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224069 --- Comment #4 from Jung-uk Kim <jkim@FreeBSD.org> --- You guys are not reading the code right. x86bios_init_regs(®s) before the commented line initializes all registers to zero. In other words, I commented out the line because it is unnecessary, i.e., STATE_SIZE is zero. I am not really sure what's going on but you can do "sysctl debug.x86bios.call=1" to trace VESA function calls. -- You are receiving this mail because: You are the assignee for the bug.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-224069-8-qpQ75TH7Wp>
