Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/vax/boot/boot NODESIZE -> BI_NODESIZE.



details:   https://anonhg.NetBSD.org/src/rev/f5839892573e
branches:  trunk
changeset: 494658:f5839892573e
user:      ragge <ragge%NetBSD.org@localhost>
date:      Mon Jul 10 10:40:38 2000 +0000

description:
NODESIZE -> BI_NODESIZE.

diffstat:

 sys/arch/vax/boot/boot/if_ni.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4580e8fd2e85 -r f5839892573e sys/arch/vax/boot/boot/if_ni.c
--- a/sys/arch/vax/boot/boot/if_ni.c    Mon Jul 10 10:38:23 2000 +0000
+++ b/sys/arch/vax/boot/boot/if_ni.c    Mon Jul 10 10:40:38 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_ni.c,v 1.1 2000/06/15 19:53:23 ragge Exp $ */
+/*     $NetBSD: if_ni.c,v 1.2 2000/07/10 10:40:38 ragge Exp $ */
 /*
  * Copyright (c) 2000 Ludd, University of Lule}, Sweden.
  * All rights reserved.
@@ -198,7 +198,7 @@
        if (beenhere++ && askname == 0)
                return 0;
 
-       niaddr = nexaddr & ~(NODESIZE - 1);
+       niaddr = nexaddr & ~(BI_NODESIZE - 1);
        bootrpb.csrphy = niaddr;
        if (adapt >= 0)
                bootrpb.adpphy = adapt;



Home | Main Index | Thread Index | Old Index