Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/vax/if Remove RPB hook from here and put in autoconf.c



details:   https://anonhg.NetBSD.org/src/rev/fc3b1c266538
branches:  trunk
changeset: 486446:fc3b1c266538
user:      matt <matt%NetBSD.org@localhost>
date:      Mon May 22 15:34:05 2000 +0000

description:
Remove RPB hook from here and put in autoconf.c

diffstat:

 sys/arch/vax/if/if_le_vsbus.c |  11 +----------
 1 files changed, 1 insertions(+), 10 deletions(-)

diffs (30 lines):

diff -r 466e9ca61f8d -r fc3b1c266538 sys/arch/vax/if/if_le_vsbus.c
--- a/sys/arch/vax/if/if_le_vsbus.c     Mon May 22 15:33:13 2000 +0000
+++ b/sys/arch/vax/if/if_le_vsbus.c     Mon May 22 15:34:05 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_le_vsbus.c,v 1.5 2000/03/18 16:20:06 ragge Exp $    */
+/*     $NetBSD: if_le_vsbus.c,v 1.6 2000/05/22 15:34:05 matt Exp $     */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -99,7 +99,6 @@
 #include <machine/sid.h>
 #include <machine/scb.h>
 #include <machine/bus.h>
-#include <machine/rpb.h>
 #include <machine/vsbus.h>
 
 #include <dev/ic/lancereg.h>
@@ -292,12 +291,4 @@
        printf("\n%s", self->dv_xname);
 
        am7990_config(&sc->sc_am7990);
-
-       /*
-        * Register this device as boot device if we booted from it.
-        * This will fail if there are more than one le in a machine,
-        * fortunately there may be only one.
-        */
-       if (B_TYPE(bootdev) == BDEV_LE)
-               booted_from = self;
 }



Home | Main Index | Thread Index | Old Index