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:
phk 2004-11-03 09:07:44 +00:00
parent a8ef4cbd45
commit 020e774524

View File

@ -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