summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2002-11-08 15:01:02 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2002-11-08 15:01:02 +0000
commitca5028328a4c97b21de01fa9f85849e084e1b15c (patch)
treef79590c9e0966ed5273aa05f4ad98d17dd6dbae1
parentf47789c828220f7fde8a9a65d68578cd78b80851 (diff)
Notes
-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 747f192ceff1..edf8461061ca 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