summaryrefslogtreecommitdiffstats
path: root/sys/dev/ie/if_ie.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ie/if_ie.c')
-rw-r--r--sys/dev/ie/if_ie.c3
1 files changed, 2 insertions, 1 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 */
OpenPOWER on IntegriCloud