summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/pci/intpm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/pci/intpm.c b/sys/pci/intpm.c
index 747f192..edf8461 100644
--- a/sys/pci/intpm.c
+++ b/sys/pci/intpm.c
@@ -672,10 +672,12 @@ intpm_attach(device_t dev)
sciic->smbst=rman_get_bustag(res);
sciic->smbsh=rman_get_bushandle(res);
+#ifdef __i386__
device_printf(dev,"%s %x\n",
(sciic->smbst==I386_BUS_SPACE_IO)?
"I/O mapped":"Memory",
sciic->smbsh);
+#endif
#ifndef NO_CHANGE_PCICONF
OpenPOWER on IntegriCloud