Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/vax/mba boot detection moved autoconf.c; remove it ...



details:   https://anonhg.NetBSD.org/src/rev/51ab2d82d874
branches:  trunk
changeset: 486511:51ab2d82d874
user:      matt <matt%NetBSD.org@localhost>
date:      Tue May 23 21:36:43 2000 +0000

description:
boot detection moved autoconf.c; remove it from here.

diffstat:

 sys/arch/vax/mba/hp.c |  9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diffs (30 lines):

diff -r 565010e81594 -r 51ab2d82d874 sys/arch/vax/mba/hp.c
--- a/sys/arch/vax/mba/hp.c     Tue May 23 19:55:55 2000 +0000
+++ b/sys/arch/vax/mba/hp.c     Tue May 23 21:36:43 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: hp.c,v 1.22 2000/02/12 16:09:33 ragge Exp $ */
+/*     $NetBSD: hp.c,v 1.23 2000/05/23 21:36:43 matt Exp $ */
 /*
  * Copyright (c) 1996 Ludd, University of Lule}, Sweden.
  * All rights reserved.
@@ -57,7 +57,6 @@
 #include <machine/pte.h>
 #include <machine/mtpr.h>
 #include <machine/cpu.h>
-#include <machine/rpb.h>
 
 #include <vax/mba/mbavar.h>
 #include <vax/mba/mbareg.h>
@@ -167,12 +166,6 @@
            dl, NULL)) != NULL)
                printf(": %s", msg);
        printf(": %s, size = %d sectors\n", dl->d_typename, dl->d_secperunit);
-       /*
-        * check if this was what we booted from.
-        */
-       if ((B_TYPE(bootdev) == BDEV_HP) && (ma->unit == B_UNIT(bootdev)) &&
-           (ms->sc_physnr == B_ADAPTOR(bootdev)))
-               booted_from = self;
 }
 
 



Home | Main Index | Thread Index | Old Index