diff options
author | gene <gene@cvs.openbsd.org> | 1997-04-24 02:17:57 +0000 |
---|---|---|
committer | gene <gene@cvs.openbsd.org> | 1997-04-24 02:17:57 +0000 |
commit | c8c86c9ed617b2d627dc9538efe5453948fb3997 (patch) | |
tree | f8b47e146b1400f4c70c4fe4b776b62c2741d937 /sys/arch/mac68k/dev | |
parent | 9a362e9da64270f91439c4b66e811834fb091019 (diff) |
Inspired by NetBSD changes: ditch AE_DEBUG diagnostics. This kills the AE_DEBUG option (if for some reason anyone is using it).
Diffstat (limited to 'sys/arch/mac68k/dev')
-rw-r--r-- | sys/arch/mac68k/dev/if_ae_nubus.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/mac68k/dev/if_ae_nubus.c b/sys/arch/mac68k/dev/if_ae_nubus.c index a8a95ce924d..58075f69709 100644 --- a/sys/arch/mac68k/dev/if_ae_nubus.c +++ b/sys/arch/mac68k/dev/if_ae_nubus.c @@ -1,5 +1,5 @@ /* $NetBSD: if_ae_nubus.c,v 1.11 1997/03/19 08:04:39 scottr Exp $ */ -/* $OpenBSD: if_ae_nubus.c,v 1.5 1997/04/08 04:14:45 briggs Exp $ */ +/* $OpenBSD: if_ae_nubus.c,v 1.6 1997/04/24 02:17:56 gene Exp $ */ /* * Copyright (C) 1997 Scott Reynolds @@ -387,9 +387,6 @@ ae_nb_card_vendor(na) } break; default: -#ifdef AE_DEBUG - printf("Unknown ethernet drsw: %x\n", na->drsw); -#endif vendor = AE_VENDOR_UNKNOWN; } return vendor; |