mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Stop printing the VGA registers during verbose boot, in order to not
needlessly overflow the msgbuffer. Can be reenabled if somebody ever takes an interest in syscons again.
This commit is contained in:
parent
f71a47143f
commit
61eb992fc2
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ isavga_attach(device_t dev)
|
|||
return error;
|
||||
#endif /* FB_INSTALL_CDEV */
|
||||
|
||||
if (bootverbose)
|
||||
if (0 && bootverbose)
|
||||
(*vidsw[sc->adp->va_index]->diag)(sc->adp, bootverbose);
|
||||
|
||||
#if experimental
|
||||
|
|
|
|||
Loading…
Reference in a new issue