mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=137148
@ -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