Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 May 2018 13:14:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 227030] no boot with kern.vty=vt on Intel Atom E3825
Message-ID:  <bug-227030-227-Bo0GHBFZbL@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-227030-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-227030-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227030

--- Comment #4 from nkoch@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 ----

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-227030-227-Bo0GHBFZbL>