[Bug 227030] no boot with kern.vty=vt on Intel Atom E3825
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu May 24 13:14:14 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227030
--- Comment #4 from nkoch at demig.de ---
The reason for not booting is ACPI.
If I modify the function vga_probe() the kernel boots.
So may be I found a problem in the board's bios.
*** vt_vga.c Thu May 24 15:04:49 2018
--- vt_vga.c.orig Thu May 24 15:07:56 2018
***************
*** 1238,1246 ****
vga_probe(struct vt_device *vd)
{
- #if 0
- return (vga_acpi_disabled() ? CN_DEAD : CN_INTERNAL);
- #endif
return CN_INTERNAL;
}
--- 1238,1243 ----
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list