On one of my systems FreeBSD will fail to boot because vt_vga gets stuck
waiting for the vertical retrace if there's no monitor attached. Fix this by
adding a timeout and exiting if the vertical retrace times out.
Sponsored by: Citrix Systems R&D
Paths
| Differential D2397 Authored by royger on Apr 29 2015, 9:50 AM.
Details
Summary On one of my systems FreeBSD will fail to boot because vt_vga gets stuck Sponsored by: Citrix Systems R&D
Diff Detail
Event Timelineroyger updated this object. Herald added a reviewer: manpages. · View Herald TranscriptApr 29 2015, 9:50 AM2015-04-29 09:50:41 (UTC+0) dumbbell edited edge metadata. This revision is now accepted and ready to land.Apr 29 2015, 11:45 AM2015-04-29 11:45:02 (UTC+0) emaste edited edge metadata. Closed by commit rS282216: vt_vga: add a timeout while waiting for vertical retrace (authored by royger). · Explain WhyApr 29 2015, 12:53 PM2015-04-29 12:53:54 (UTC+0) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 5080 head/sys/dev/vt/hw/vga/vt_vga.c
|