Source-Changes-HG archive

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

[src/netbsd-1-5]: src/etc/etc.x68k Pull up revision 1.30 (requested by itohy, ...



details:   https://anonhg.NetBSD.org/src/rev/2228e7f953a2
branches:  netbsd-1-5
changeset: 489550:2228e7f953a2
user:      itohy <itohy%NetBSD.org@localhost>
date:      Thu Sep 28 00:06:08 2000 +0000

description:
Pull up revision 1.30 (requested by itohy, approved by thorpej):
  rcd0d -> rcd0c since x68k port uses c for the ``raw'' partition

diffstat:

 etc/etc.x68k/MAKEDEV |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 7eae1ec1073f -r 2228e7f953a2 etc/etc.x68k/MAKEDEV
--- a/etc/etc.x68k/MAKEDEV      Wed Sep 27 14:48:36 2000 +0000
+++ b/etc/etc.x68k/MAKEDEV      Thu Sep 28 00:06:08 2000 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: MAKEDEV,v 1.27.4.2 2000/09/14 14:09:02 minoura Exp $
+#      $NetBSD: MAKEDEV,v 1.27.4.3 2000/09/28 00:06:08 itohy Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -259,9 +259,9 @@
        case $unit in
        [0-6])
                mknod ${name}${unit}a   b $blk $(($unit * 8 + 0))
-               mknod ${name}${unit}d   b $blk $(($unit * 8 + 3))
+               mknod ${name}${unit}c   b $blk $(($unit * 8 + 2))
                mknod r${name}${unit}a  c $chr $(($unit * 8 + 0))
-               mknod r${name}${unit}d  c $chr $(($unit * 8 + 3))
+               mknod r${name}${unit}c  c $chr $(($unit * 8 + 2))
                chgrp operator $name$unit? r$name$unit?
                chmod 640 $name$unit? r$name$unit?
                ;;



Home | Main Index | Thread Index | Old Index