Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sun68k/stand/bootxx fix previous more correctly; MA...



details:   https://anonhg.NetBSD.org/src/rev/1a299e6ce3a5
branches:  trunk
changeset: 526558:1a299e6ce3a5
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon May 06 01:25:11 2002 +0000

description:
fix previous more correctly; MAXBLOCKNUM was replaced by SUN68K_BBINFO_MAXBLOCKS

diffstat:

 sys/arch/sun68k/stand/bootxx/bootxx.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 67e1cb41eb04 -r 1a299e6ce3a5 sys/arch/sun68k/stand/bootxx/bootxx.c
--- a/sys/arch/sun68k/stand/bootxx/bootxx.c     Mon May 06 00:48:58 2002 +0000
+++ b/sys/arch/sun68k/stand/bootxx/bootxx.c     Mon May 06 01:25:11 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bootxx.c,v 1.4 2002/05/05 16:02:24 jdolecek Exp $ */
+/*     $NetBSD: bootxx.c,v 1.5 2002/05/06 01:25:11 lukem Exp $ */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -68,7 +68,7 @@
 struct sun68k_bbinfo bbinfo = {
        { SUN68K_BBINFO_MAGIC },
        0,
-       0,
+       SUN68K_BBINFO_MAXBLOCKS,
        { 0 }
 };
 



Home | Main Index | Thread Index | Old Index