Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/i386 Remove debugging printf.



details:   https://anonhg.NetBSD.org/src/rev/2c7358f6826e
branches:  trunk
changeset: 467758:2c7358f6826e
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Sun Mar 28 19:55:51 1999 +0000

description:
Remove debugging printf.

diffstat:

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

diffs (21 lines):

diff -r 4025e69e896d -r 2c7358f6826e sys/arch/i386/i386/autoconf.c
--- a/sys/arch/i386/i386/autoconf.c     Sun Mar 28 19:53:49 1999 +0000
+++ b/sys/arch/i386/i386/autoconf.c     Sun Mar 28 19:55:51 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.c,v 1.35 1999/03/12 01:01:41 fvdl Exp $       */
+/*     $NetBSD: autoconf.c,v 1.36 1999/03/28 19:55:51 fvdl Exp $       */
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -143,10 +143,8 @@
 
        big = lookup_bootinfo(BTINFO_BIOSGEOM);
 
-       if (big == NULL) {
-               printf("matchbiosdisks: no BIOS_GEOM info\n");
+       if (big == NULL)
                return;
-       }
 
        /*
         * First, count all native disks



Home | Main Index | Thread Index | Old Index