diff --git a/sys/pci/intpm.c b/sys/pci/intpm.c index edf8461061ca..3c5bb338bd2a 100644 --- a/sys/pci/intpm.c +++ b/sys/pci/intpm.c @@ -673,10 +673,10 @@ intpm_attach(device_t dev) sciic->smbsh=rman_get_bushandle(res); #ifdef __i386__ - device_printf(dev,"%s %x\n", + device_printf(dev,"%s %lx\n", (sciic->smbst==I386_BUS_SPACE_IO)? "I/O mapped":"Memory", - sciic->smbsh); + rman_get_start(res)); #endif