summaryrefslogtreecommitdiffstats
path: root/sys/pci/intpm.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/intpm.c')
-rw-r--r--sys/pci/intpm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pci/intpm.c b/sys/pci/intpm.c
index edf8461..3c5bb33 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
OpenPOWER on IntegriCloud