Cast another bus_addr_t to long long for a printf to quiet a warning on

alpha.
This commit is contained in:
John Baldwin 2002-04-16 01:58:13 +00:00
parent 99b8d33f34
commit 0654f06291

View file

@ -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);