summaryrefslogtreecommitdiffstats
path: root/sys/dev/agp
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/agp')
-rw-r--r--sys/dev/agp/agp_i810.c14
1 files changed, 6 insertions, 8 deletions
diff --git a/sys/dev/agp/agp_i810.c b/sys/dev/agp/agp_i810.c
index c5bf68e..a175824 100644
--- a/sys/dev/agp/agp_i810.c
+++ b/sys/dev/agp/agp_i810.c
@@ -667,14 +667,12 @@ agp_i810_attach(device_t dev)
gatt->ag_physical = pgtblctl & ~1;
}
- if (bootverbose) {
- device_printf(dev, "aperture size is %dM",
- sc->initial_aperture / 1024 / 1024);
- if (sc->stolen > 0)
- printf(", detected %dk stolen memory\n", sc->stolen * 4);
- else
- printf("\n");
- }
+ device_printf(dev, "aperture size is %dM",
+ sc->initial_aperture / 1024 / 1024);
+ if (sc->stolen > 0)
+ printf(", detected %dk stolen memory\n", sc->stolen * 4);
+ else
+ printf("\n");
if (0)
agp_i810_dump_regs(dev);
OpenPOWER on IntegriCloud