Source-Changes-HG archive

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

[src/netbsd-9]: src/sys/arch/pmax/pmax Pull up following revision(s) (request...



details:   https://anonhg.NetBSD.org/src/rev/757deb76c119
branches:  netbsd-9
changeset: 466290:757deb76c119
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Tue Dec 17 09:38:07 2019 +0000

description:
Pull up following revision(s) (requested by martin in ticket #559):
        sys/arch/pmax/pmax/disksubr.c: revision 1.56
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 d8de7f9a3168 -r 757deb76c119 sys/arch/pmax/pmax/disksubr.c
--- a/sys/arch/pmax/pmax/disksubr.c     Sat Dec 14 12:36:33 2019 +0000
+++ b/sys/arch/pmax/pmax/disksubr.c     Tue Dec 17 09:38:07 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.55.4.1 2019/12/17 09:38:07 msaitoh 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.55.4.1 2019/12/17 09:38:07 msaitoh 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