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 Bugfix: add character device #62 in c...



details:   https://anonhg.NetBSD.org/src/rev/e7c790d0bb6d
branches:  trunk
changeset: 531873:e7c790d0bb6d
user:      haya <haya%NetBSD.org@localhost>
date:      Tue May 28 10:01:23 2002 +0000

description:
Bugfix: add character device #62 in chrtoblktbl[].

diffstat:

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

diffs (17 lines):

diff -r 88e300865192 -r e7c790d0bb6d sys/arch/macppc/macppc/conf.c
--- a/sys/arch/macppc/macppc/conf.c     Tue May 28 04:39:08 2002 +0000
+++ b/sys/arch/macppc/macppc/conf.c     Tue May 28 10:01:23 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: conf.c,v 1.39 2002/04/28 17:55:47 briggs Exp $ */
+/*     $NetBSD: conf.c,v 1.40 2002/05/28 10:01:23 haya Exp $   */
 
 /*
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -339,6 +339,7 @@
        /* 59 */        NODEV,
        /* 60 */        NODEV,
        /* 61 */        NODEV,
+       /* 62 */        NODEV,
 };
 
 /*



Home | Main Index | Thread Index | Old Index