Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/macppc Oops.. Forgot to grow chrtoblktb[]. P...



details:   https://anonhg.NetBSD.org/src/rev/ece7a8e0aabb
branches:  trunk
changeset: 494229:ece7a8e0aabb
user:      wrstuden <wrstuden%NetBSD.org@localhost>
date:      Tue Jul 04 05:48:36 2000 +0000

description:
Oops.. Forgot to grow chrtoblktb[]. Pointed out by tsubai.

diffstat:

 sys/arch/macppc/macppc/conf.c |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 3196443c95cc -r ece7a8e0aabb sys/arch/macppc/macppc/conf.c
--- a/sys/arch/macppc/macppc/conf.c     Tue Jul 04 05:20:03 2000 +0000
+++ b/sys/arch/macppc/macppc/conf.c     Tue Jul 04 05:48:36 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: conf.c,v 1.22 2000/07/01 21:25:11 wrstuden Exp $       */
+/*     $NetBSD: conf.c,v 1.23 2000/07/04 05:48:36 wrstuden Exp $       */
 
 /*
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -292,6 +292,9 @@
        /* 45 */        NODEV,
        /* 46 */        NODEV,
        /* 47 */        NODEV,
+       /* 48 */        NODEV,
+       /* 49 */        NODEV,
+       /* 50 */        NODEV,
 };
 
 /*



Home | Main Index | Thread Index | Old Index