diff --git a/sys/isa/vga_isa.c b/sys/isa/vga_isa.c index e1538f810e1..968ee56cea9 100644 --- a/sys/isa/vga_isa.c +++ b/sys/isa/vga_isa.c @@ -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