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:
Poul-Henning Kamp 2004-11-03 09:07:44 +00:00
parent f71a47143f
commit 61eb992fc2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=137148

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