Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/arch/macppc/macppc Pull up revision 1.40 (requested...



details:   https://anonhg.NetBSD.org/src/rev/9912e32260b9
branches:  netbsd-1-6
changeset: 527616:9912e32260b9
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu May 30 08:37:46 2002 +0000

description:
Pull up revision 1.40 (requested by haya):
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 4ccc9af71454 -r 9912e32260b9 sys/arch/macppc/macppc/conf.c
--- a/sys/arch/macppc/macppc/conf.c     Thu May 30 08:32:08 2002 +0000
+++ b/sys/arch/macppc/macppc/conf.c     Thu May 30 08:37:46 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.39.4.1 2002/05/30 08:37:46 lukem 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