summaryrefslogtreecommitdiffstats
path: root/etc/MAKEDEV
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-04-13 00:51:55 +0000
committerjkh <jkh@FreeBSD.org>1995-04-13 00:51:55 +0000
commitf86d0bfb93b8f85e53637a95dd85b95420d09563 (patch)
treeffcb6338cc9e70c76085c15d2e0290c57f41e275 /etc/MAKEDEV
parentfc0a9a0881db0d6f8e6b78a3a6b1fe038e7cc4ac (diff)
downloadFreeBSD-src-f86d0bfb93b8f85e53637a95dd85b95420d09563.zip
FreeBSD-src-f86d0bfb93b8f85e53637a95dd85b95420d09563.tar.gz
I missed some of Frank Durda's changes for MAKEDEV. Fixed.
Submitted by: Frank Durda IV <bsdmail@nemesis.lonestar.org>
Diffstat (limited to 'etc/MAKEDEV')
-rw-r--r--etc/MAKEDEV9
1 files changed, 8 insertions, 1 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index c5c1eb2..aa91903 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -77,7 +77,7 @@
# spigot Video Spigot video aquisition card
# isdn* ISDN devices
#
-# $Id: MAKEDEV,v 1.80 1995/03/13 00:10:40 ache Exp $
+# $Id: MAKEDEV,v 1.81 1995/03/21 06:31:00 jkh Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
@@ -538,6 +538,13 @@ matcd*)
mknod r${name}${unit}c c $chr `expr $unit '*' 8 + 2`
chgrp operator ${name}${unit}[a-h] r${name}${unit}[a-h]
chmod 640 ${name}${unit}[a-h] r${name}${unit}[a-h]
+
+ mknod ${name}${unit}la b $blk `expr $unit '*' 8 + 128`
+ mknod ${name}${unit}lc b $blk `expr $unit '*' 8 + 130`
+ mknod r${name}${unit}la c $chr `expr $unit '*' 8 + 128`
+ mknod r${name}${unit}lc c $chr `expr $unit '*' 8 + 130`
+ chgrp operator ${name}${unit}l[a-h] r${name}${unit}l[a-h]
+ chmod 640 ${name}${unit}l[a-h] r${name}${unit}l[a-h]
;;
*)
echo bad unit for disk in: $i
OpenPOWER on IntegriCloud