diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-27 07:56:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-27 07:56:51 +0000 |
commit | 6378c9b84034e9769b2821431fb62113a0128170 (patch) | |
tree | d145dad6568743e2920a9e28b1fdcd787786d77f /sys/dev/isa/if_ie.c | |
parent | 6fb86bbb52cee2ec5c0f6f462125b17f1dec7940 (diff) |
verbosity during probe is dumb
Diffstat (limited to 'sys/dev/isa/if_ie.c')
-rw-r--r-- | sys/dev/isa/if_ie.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/if_ie.c b/sys/dev/isa/if_ie.c index 3b7e32575b3..94a9ae71f79 100644 --- a/sys/dev/isa/if_ie.c +++ b/sys/dev/isa/if_ie.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ie.c,v 1.11 1996/05/26 00:27:21 deraadt Exp $ */ +/* $OpenBSD: if_ie.c,v 1.12 1996/05/27 07:56:14 deraadt Exp $ */ /* $NetBSD: if_ie.c,v 1.51 1996/05/12 23:52:48 mycroft Exp $ */ /*- @@ -421,7 +421,7 @@ sl_probe(sc, ia) default: /* Anything else is not recognized or cannot be used. */ -#ifdef DIAGNOSTIC +#if 0 printf("%s: unknown AT&T board type code %d\n", sc->sc_dev.dv_xname, SL_BOARD(c)); #endif |