diff options
Diffstat (limited to 'sys/pci/intpm.c')
| -rw-r--r-- | sys/pci/intpm.c | 2 |
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 |
