Eliminate unsolicited spewage; PR #2108.

This commit is contained in:
mikel 1996-11-05 07:20:32 +00:00
parent 047ae9a04d
commit 53945ccb19
1 changed files with 3 additions and 3 deletions

View File

@ -384,9 +384,9 @@ seaprobe(parent, match, aux)
(void *) (((u_char *)sea->maddr) + 0x1e00);
break;
default:
#ifdef DIAGNOSTIC
printf("%s: board type unknown at address %p\n",
sea->sc_dev.dv_xname, sea->maddr);
#ifdef DEBUG
printf("%s: board type unknown at address 0x%x\n",
sea->sc_dev.dv_xname, ia->ia_maddr);
#endif
return 0;
}