Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/pmax/pmax Disable (pretty useless and obscure) mess...



details:   https://anonhg.NetBSD.org/src/rev/fd00cd652e7b
branches:  trunk
changeset: 847232:fd00cd652e7b
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Dec 15 12:50:39 2019 +0000

description:
Disable (pretty useless and obscure) message when checking for Ultrix
comaptible labels.

diffstat:

 sys/arch/pmax/pmax/disksubr.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 8a01e3fb66e6 -r fd00cd652e7b sys/arch/pmax/pmax/disksubr.c
--- a/sys/arch/pmax/pmax/disksubr.c     Sun Dec 15 12:09:55 2019 +0000
+++ b/sys/arch/pmax/pmax/disksubr.c     Sun Dec 15 12:50:39 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: disksubr.c,v 1.55 2019/04/03 22:10:51 christos Exp $   */
+/*     $NetBSD: disksubr.c,v 1.56 2019/12/15 12:50:39 martin Exp $     */
 
 /*
  * Copyright (c) 1982, 1986, 1988 Regents of the University of California.
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: disksubr.c,v 1.55 2019/04/03 22:10:51 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: disksubr.c,v 1.56 2019/12/15 12:50:39 martin Exp $");
 
 #include "opt_compat_ultrix.h"
 
@@ -146,7 +146,9 @@
                int part;
 
                if (dlp->magic != DEC_LABEL_MAGIC) {
+#if 0
                        printf("label: %x\n",dlp->magic);
+#endif
                        msg = ((msg != NULL) ? msg: "no disk label");
                        goto done;
                }



Home | Main Index | Thread Index | Old Index