diff --git a/sys/dev/sound/pci/maestro.c b/sys/dev/sound/pci/maestro.c index f1e1d8beb41..8b1343fa767 100644 --- a/sys/dev/sound/pci/maestro.c +++ b/sys/dev/sound/pci/maestro.c @@ -983,7 +983,8 @@ agg_attach(device_t dev) goto bad; } if (bootverbose) - device_printf(dev, "Maestro DMA base: %#x\n", ess->baseaddr); + device_printf(dev, "Maestro DMA base: %#llx\n", + (long long)ess->baseaddr); agg_power(ess, PPMI_D0); DELAY(100000);