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
a8ef4cbd45
commit
020e774524
@ -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 New Issue
Block a user