summaryrefslogtreecommitdiffstats
path: root/src/interface
diff options
context:
space:
mode:
Diffstat (limited to 'src/interface')
-rw-r--r--src/interface/bofm/bofm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interface/bofm/bofm.c b/src/interface/bofm/bofm.c
index dfa76d32..3afb00f0 100644
--- a/src/interface/bofm/bofm.c
+++ b/src/interface/bofm/bofm.c
@@ -303,7 +303,7 @@ int bofm ( userptr_t bofmtab, struct pci_device *pci ) {
DBG2_HDA ( en_offset, &en, sizeof ( en ) );
if ( ( en.options & BOFM_EN_MAP_MASK ) != BOFM_EN_MAP_PFA ) {
DBG ( "BOFM: slot %d port %d has no PCI mapping\n",
- en.slot, en.port );
+ en.slot, ( en.port + 1 ) );
continue;
}
bofm = bofm_find_busdevfn ( en.busdevfn );