Hid silly unknown board types message behind if (bootverbose). This

appears to have been lost sometime since joerge made this same fix in
1.47.
This commit is contained in:
Warner Losh 1999-10-11 18:53:59 +00:00
parent f6fab0cb07
commit 4ec8d172a9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52132
2 changed files with 4 additions and 2 deletions

View file

@ -597,6 +597,7 @@ ee16_probe(struct isa_device *dvp)
}
if (board_id != IEE16_ID) {
if (bootverbose)
printf("ie%d: unknown board_id: %x\n", unit, board_id);
return (0);
}

View file

@ -597,6 +597,7 @@ ee16_probe(struct isa_device *dvp)
}
if (board_id != IEE16_ID) {
if (bootverbose)
printf("ie%d: unknown board_id: %x\n", unit, board_id);
return (0);
}