Discussion:
[Bug 227030] no boot with kern.vty=vt on Intel Atom E3825
(too old to reply)
b***@freebsd.org
2018-05-24 13:14:12 UTC
Permalink
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 ----
--
You are receiving this mail because:
You are the assignee for the bug.
b***@freebsd.org
2018-05-24 17:14:10 UTC
Permalink
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227030

Mark Linimon <***@FreeBSD.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Keywords| |patch
--
You are receiving this mail because:
You are the assignee for the bug.
b***@freebsd.org
2018-05-25 06:54:30 UTC
Permalink
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227030

--- Comment #5 from ***@demig.de ---
Modifications above tested with FreeBSD11.2BETA kernel.
--
You are receiving this mail because:
You are the assignee for the bug.
b***@freebsd.org
2018-06-21 11:54:35 UTC
Permalink
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227030

***@demig.de changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|New |Closed
Resolution|--- |Not A Bug

--- Comment #6 from ***@demig.de ---
Not a FreeBSD-Bug. The BIOS reports wrong ACPI flag.
--
You are receiving this mail because:
You are the assignee for the bug.
Loading...