Source-Changes-HG archive

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

[src/netbsd-1-4]: src/etc/etc.x68k Pull up revision 1.30 (requested by minoura):



details:   https://anonhg.NetBSD.org/src/rev/2d18a6855069
branches:  netbsd-1-4
changeset: 471033:2d18a6855069
user:      he <he%NetBSD.org@localhost>
date:      Thu Oct 12 21:43:18 2000 +0000

description:
Pull up revision 1.30 (requested by minoura):
  Use rcd0c instead of rcd0d (x68k rawpart correction).

diffstat:

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

diffs (23 lines):

diff -r 6cdc9967a2c8 -r 2d18a6855069 etc/etc.x68k/MAKEDEV
--- a/etc/etc.x68k/MAKEDEV      Thu Oct 12 21:40:29 2000 +0000
+++ b/etc/etc.x68k/MAKEDEV      Thu Oct 12 21:43:18 2000 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: MAKEDEV,v 1.20.2.1 1999/08/29 15:52:01 he Exp $
+#      $NetBSD: MAKEDEV,v 1.20.2.2 2000/10/12 21:43:18 he Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -252,9 +252,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