Deleted Added
full compact
58c58
< * $Id: aha.c,v 1.5 1998/09/30 00:10:44 imp Exp $
---
> * $Id: aha.c,v 1.6 1998/10/01 04:53:55 imp Exp $
88c88
< #define PRVERBOSE(x) if (bootverbose) printf x
---
> #define PRVERB(x) if (bootverbose) printf x
315,316c315
< if (bootverbose)
< printf("%s: INQUIRE failed %x\n", aha_name(aha), error);
---
> PRVERB(("%s: INQUIRE failed %x\n", aha_name(aha), error));
1373,1376c1372,1374
< if (bootverbose)
< printf("%s: ahareset - Diagnostic Active failed to "
< "assert. status = 0x%x\n", aha_name(aha),
< status);
---
> PRVERB(("%s: ahareset - Diagnostic Active failed to "
> "assert. status = 0x%x\n", aha_name(aha),
> status));
1568,1570c1566
< if (bootverbose)
< printf("%s: Invalid Command 0x%x\n", aha_name(aha),
< opcode);
---
> PRVERB(("%s: Invalid Command 0x%x\n", aha_name(aha), opcode));