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 Declare and clear `cold' in a centralized...



details:   https://anonhg.NetBSD.org/src/rev/b90f81cf5edb
branches:  trunk
changeset: 476576:b90f81cf5edb
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Sep 20 18:29:21 1999 +0000

description:
Declare and clear `cold' in a centralized place.

diffstat:

 sys/arch/pmax/pmax/autoconf.c |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (35 lines):

diff -r 6cb15c4831c8 -r b90f81cf5edb sys/arch/pmax/pmax/autoconf.c
--- a/sys/arch/pmax/pmax/autoconf.c     Mon Sep 20 17:40:58 1999 +0000
+++ b/sys/arch/pmax/pmax/autoconf.c     Mon Sep 20 18:29:21 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.c,v 1.39 1999/09/15 18:10:41 thorpej Exp $    */
+/*     $NetBSD: autoconf.c,v 1.40 1999/09/20 18:29:21 thorpej Exp $    */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -43,7 +43,7 @@
  */
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.39 1999/09/15 18:10:41 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.40 1999/09/20 18:29:21 thorpej Exp $");
 
 /*
  * Setup the system to run on the current machine.
@@ -75,7 +75,6 @@
  * the configuration process, and are used in initializing
  * the machine.
  */
-int    cold = 1;       /* if 1, still working on cold-start */
 int    cpuspeed = 30;  /* approx # instr per usec. */
 
 /*
@@ -117,8 +116,6 @@
         */
        printf("Beginning old-style SCSI device autoconfiguration\n");
        configure_scsi();
-
-       cold = 0;
 }
 
 void



Home | Main Index | Thread Index | Old Index