Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/pmax/pmax Add missing entry in chrtoblktbl[].



details:   https://anonhg.NetBSD.org/src/rev/70676f82dd0f
branches:  trunk
changeset: 477614:70676f82dd0f
user:      ad <ad%NetBSD.org@localhost>
date:      Sun Oct 24 23:57:23 1999 +0000

description:
Add missing entry in chrtoblktbl[].

diffstat:

 sys/arch/pmax/pmax/conf.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e4b03e7e8326 -r 70676f82dd0f sys/arch/pmax/pmax/conf.c
--- a/sys/arch/pmax/pmax/conf.c Sun Oct 24 22:19:47 1999 +0000
+++ b/sys/arch/pmax/pmax/conf.c Sun Oct 24 23:57:23 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: conf.c,v 1.33 1999/04/26 04:42:10 ad Exp $     */
+/*     $NetBSD: conf.c,v 1.34 1999/10/24 23:57:23 ad Exp $     */
 
 /*
  * Copyright (c) 1992, 1993
@@ -438,6 +438,7 @@
        /* 95 */        NODEV,
        /* 96 */        32,
        /* 97 */        17,
+       /* 98 */        NODEV,
 };
 
 /*



Home | Main Index | Thread Index | Old Index