summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/ie/if_ie.c3
-rw-r--r--sys/i386/isa/if_ie.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/ie/if_ie.c b/sys/dev/ie/if_ie.c
index 811b303..fbbb801 100644
--- a/sys/dev/ie/if_ie.c
+++ b/sys/dev/ie/if_ie.c
@@ -597,7 +597,8 @@ ee16_probe(struct isa_device *dvp)
}
if (board_id != IEE16_ID) {
- printf("ie%d: unknown board_id: %x\n", unit, board_id);
+ if (bootverbose)
+ printf("ie%d: unknown board_id: %x\n", unit, board_id);
return (0);
}
/* need sc->port for ee16_read_eeprom */
diff --git a/sys/i386/isa/if_ie.c b/sys/i386/isa/if_ie.c
index 811b303..fbbb801 100644
--- a/sys/i386/isa/if_ie.c
+++ b/sys/i386/isa/if_ie.c
@@ -597,7 +597,8 @@ ee16_probe(struct isa_device *dvp)
}
if (board_id != IEE16_ID) {
- printf("ie%d: unknown board_id: %x\n", unit, board_id);
+ if (bootverbose)
+ printf("ie%d: unknown board_id: %x\n", unit, board_id);
return (0);
}
/* need sc->port for ee16_read_eeprom */
OpenPOWER on IntegriCloud