b***@freebsd.org
2018-05-24 13:14:12 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227030
--- Comment #4 from ***@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 ----
--- Comment #4 from ***@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.
You are receiving this mail because:
You are the assignee for the bug.