From 59e21d0c09f66951f31a52bdb7aa885847d47ae5 Mon Sep 17 00:00:00 2001 From: ache Date: Fri, 7 Jun 1996 15:47:15 +0000 Subject: IDE cd fixes: wcd?a is missing wrong partition number was used for wcd?c --- etc/MAKEDEV | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'etc/MAKEDEV') diff --git a/etc/MAKEDEV b/etc/MAKEDEV index 3d121c0..4dc307b 100644 --- a/etc/MAKEDEV +++ b/etc/MAKEDEV @@ -99,7 +99,7 @@ # labpc* National Instrument's Lab-PC and LAB-PC+ # perfmon CPU performance-monitoring counters # -# $Id: MAKEDEV,v 1.117 1996/05/02 09:15:57 jkh Exp $ +# $Id: MAKEDEV,v 1.118 1996/05/03 05:37:34 asami Exp $ # PATH=/sbin:/bin/:/usr/bin:/usr/sbin: @@ -662,8 +662,10 @@ wcd*) rm -f wcd$unit? rwcd$unit? case $unit in 0|1|2|3) - mknod wcd${unit}c b $blk `expr $unit '*' 8 + 0` - mknod rwcd${unit}c c $chr `expr $unit '*' 8 + 0` + mknod wcd${unit}a b $blk `expr $unit '*' 8 + 0` + mknod rwcd${unit}a c $chr `expr $unit '*' 8 + 0` + mknod wcd${unit}c b $blk `expr $unit '*' 8 + 2` + mknod rwcd${unit}c c $chr `expr $unit '*' 8 + 2` chgrp operator wcd${unit}[a-h] rwcd${unit}[a-h] chmod 640 wcd${unit}[a-h] rwcd${unit}[a-h] ;; -- cgit v1.1